Getting Started
Choose the path that fits your needs, then follow the steps to generate your first content.
Cloud (Recommended for most users)
The fastest way to start. No installation required.
- Sign up at app.genfeed.ai
- Create an organization — this is your workspace for brands and team members
- Create a brand — define your brand’s voice, colors, and guidelines
- Generate content — use the Studio to create images, videos, text, or audio
- Publish — schedule and post directly to X, LinkedIn, Instagram, YouTube, and more
Cloud includes all Core features plus organizations, multi-brand management, social publishing, analytics, team collaboration, and Marketplace access.
Core (Self-Hosted)
Run the full generation engine on your own infrastructure. You bring your own API keys and control your data. You can optionally connect selected managed Cloud services later, but Core does not sync local records to Cloud automatically.
For the complete walkthrough, see the Self-Host Quickstart Guide.
Quick version:
git clone https://github.com/genfeedai/genfeed.ai.git
cd genfeed.ai
cp .env.example .env.local
bun run env:sync local
bun install
bun devPrerequisites: Node.js 18+, Bun (or npm), PostgreSQL 17+, Redis 7+. Full details in the Installation Guide.
CLI
Install the Genfeed CLI for terminal-based workflows:
npm install -g @genfeedai/cliBasic usage:
genfeed generate image "A sunset over mountains" --model flux
genfeed workflow list
genfeed workflow run <workflow-id>What to Explore Next
- Features — Full feature list for Core and Cloud
- Self-Hosted vs Cloud — Detailed comparison to help you decide
- Execution Boundaries — Local, BYOK, managed, and Cloud runtime contract
- Configuration — Environment variables and settings
- API Reference — REST API documentation