Frequently Asked Questions
Quick answers to common questions about FloImg, pricing, and getting started.
Getting Started
What is FloImg?
FloImg is a composable workflow engine for images. It handles any combination of generation (AI images, charts, diagrams, QR codes), transforms (resize, caption, format conversion, watermarks), and destinations (local files, S3, R2, Tigris). The pipeline is the product: any source → any transforms → any destination.
What's the difference between FloImg, FloImg Studio, and FloImg Studio Cloud?
FloImg is the MIT-licensed core library (npm package @teamflojo/floimg) for programmatic workflows. FloImg Studio is a visual drag-and-drop workflow builder that's also MIT-licensed and self-hostable. FloImg Studio Cloud is our managed cloud service at studio.floimg.com—no setup required, bundled infrastructure, just works.
How do I install FloImg?
Install via npm: npm install @teamflojo/floimg. For TypeScript projects, types are included. See our Getting Started guide for a complete walkthrough.
Do I need to sign up to use FloImg?
No. The core library and self-hosted FloImg Studio are completely free and require no account. FloImg Studio Cloud requires a free account for workflow persistence and cloud features.
Can I use FloImg with Claude Code?
Yes! Install the @teamflojo/floimg-claude plugin and use natural language commands to generate, transform, and save images directly in Claude Code. The plugin exposes FloImg's capabilities as MCP tools.
What programming languages does FloImg support?
FloImg is written in TypeScript and works with JavaScript and TypeScript via npm. The API is simple HTTP/JSON, so you can integrate with any language that makes HTTP requests. Official SDKs for other languages are on the roadmap.
Pricing & Plans
Is FloImg free?
Yes. The core library (@teamflojo/floimg) and FloImg Studio are MIT-licensed and free forever. FloImg Studio Cloud has a generous free tier with 50 images/month and 100MB storage.
What's included in the Free tier?
The Free tier includes 50 images/month, 100MB storage, unlimited workflows, and 1 user. You get access to all non-AI generators: charts, diagrams, QR codes, screenshots, and all transforms.
Why doesn't the Free tier include AI generation?
AI operations have real API costs (OpenAI, Stability AI charge per image). The Free tier lets you explore FloImg's capabilities without us subsidizing AI costs. Upgrade to Starter ($10/mo) for 50 AI images/month.
What are the pricing tiers?
Free: 50 images/mo, 100MB, no AI. Starter ($10/mo): 500 images/mo, 50 AI images/mo, 1GB, 3 seats. Pro ($39/mo): 2,000 images/mo, 200 AI images/mo, 10GB, 10 seats, API access. Enterprise: custom pricing with unlimited usage, SLA, and SSO.
What counts as an 'image'?
Each generation or save operation counts as 1 image. Transforms don't count separately—a workflow with 1 generation + 5 transforms + 1 save = 2 images (1 generate + 1 save).
Can I self-host instead of paying?
Yes. FloImg Studio is fully self-hostable under the MIT license. You handle your own infrastructure (servers, storage, AI API keys) instead of paying our subscription. No vendor lock-in.
Do you offer discounts for students or nonprofits?
Yes. We offer 50% off all paid plans for verified students, educators, and registered nonprofits. Contact us at contact@goflojo.com with verification.
Features & Capabilities
What image formats does FloImg support?
FloImg supports PNG, JPEG, WebP, GIF, AVIF, TIFF, and SVG. Format conversion is a built-in transform—convert between any supported formats in your workflow.
Can FloImg generate AI images?
Yes. FloImg integrates with OpenAI (DALL-E 3), Stability AI, and local models via Ollama. AI generation is available as a workflow step that can be chained with transforms and saves.
What AI providers does FloImg support?
Currently: OpenAI (DALL-E 3, GPT-4 Vision for captions), Stability AI (Stable Diffusion), and Ollama for local models. More providers are on the roadmap based on community feedback.
Can I use my own API keys?
Yes. In FloImg Studio Cloud, you can configure your own API keys for OpenAI, Stability AI, and other providers. This is especially useful for teams with existing API agreements or enterprise pricing.
How do I chain multiple operations?
FloImg is built for composition. In code: floimg.generate().resize().caption().save(). In Studio: drag nodes and connect them visually. Each step's output becomes the next step's input.
Can I save and export my workflows?
Yes. Export workflows as YAML, JSON, or code (JavaScript/TypeScript). Workflows are portable—use them in CI/CD, scripts, or migrate between self-hosted and cloud deployments.
Does FloImg work offline?
The core library works offline for local generators (charts, QR codes) and transforms. AI generation requires internet access. Self-hosted FloImg Studio can run entirely on your local network.
How does FloImg work with AI image generators?
FloImg integrates AI generators (DALL-E, Stability, Ollama) as pipeline steps. Generate an image with AI, then apply deterministic transforms—resize to exact dimensions, adjust colors precisely, add captions—and save to cloud storage. One pipeline handles the full workflow: creative generation → precise transforms → delivery.
How does content moderation work?
FloImg Studio Cloud scans all AI-generated images before saving using OpenAI's moderation API. Flagged content is blocked and logged. Self-hosted users control their own moderation settings. See our Safety page for full details.
Self-Hosting
How do I self-host FloImg Studio?
Clone the repository, configure environment variables for your database and storage, and run with Docker or Node.js. See our Self-Hosting Guide for detailed instructions including Docker Compose examples.
What are the system requirements?
Minimum: Node.js 18+, PostgreSQL (or SQLite for development), 1GB RAM. Recommended: 2GB+ RAM, S3-compatible storage (AWS S3, Cloudflare R2, MinIO). Sharp (our transform library) requires platform-specific builds.
Can I use my own S3-compatible storage?
Yes. FloImg works with any S3-compatible storage: AWS S3, Cloudflare R2, Tigris, MinIO, DigitalOcean Spaces, Backblaze B2. Configure your endpoint and credentials in the environment.
How do I update my self-hosted instance?
Pull the latest version from GitHub, run database migrations if needed, and restart. We follow semantic versioning—check the changelog for breaking changes before major version upgrades.
Is self-hosting really free?
Yes. FloImg Studio is MIT-licensed with no usage restrictions. You pay only for your own infrastructure (servers, storage, AI API keys). There's no 'enterprise' license required for self-hosting.
Open Source & Licensing
What license is FloImg under?
MIT. The core library, all plugins, and FloImg Studio are MIT-licensed. You're free to use, modify, and distribute FloImg in personal and commercial projects.
Can I use FloImg in commercial projects?
Yes. The MIT license allows commercial use with no restrictions. Many companies use FloImg in production for content pipelines, marketing automation, and developer tools.
Will the license ever change?
No. The core library and FloImg Studio will remain MIT forever. Any new cloud-only features may have different licensing, but existing MIT code stays MIT. We don't do rug-pull licensing.
How does FloImg make money if it's open source?
We follow the open-core model (like GitLab, Supabase). The core is free and self-hostable. We charge for managed infrastructure (FloImg Studio Cloud) for teams who want convenience over control.
Can I contribute to FloImg?
Yes! We welcome contributions. FloImg has a plugin architecture—contribute generators, transforms, or core improvements via GitHub. See CONTRIBUTING.md for guidelines and our community Discord for discussions.
Support & Account
How do I get support?
Free tier: Community support via GitHub Discussions and Discord. Starter/Pro: Email support (contact@goflojo.com) with 48-hour response time. Enterprise: Dedicated support with SLA guarantees.
How do I reset my password?
Click 'Forgot password' on the login page at floimg.com/login. You'll receive a reset link via email. Links expire after 1 hour for security.
Can I delete my account?
Yes. Go to Settings → Account → Delete Account in FloImg Studio Cloud. This permanently deletes your workflows, images, and all associated data. This action cannot be undone.
How do I cancel my subscription?
Go to Settings → Billing → Cancel Subscription. You'll retain access to paid features until the end of your current billing period. Your workflows and data remain accessible on the Free tier.
Still have questions?
Join our community or check the docs for more detailed information.
For questions about content moderation and safety, see our Safety page.