Skip to Content
Getting Started

Getting Started

Choose the path that fits your needs, then follow the steps to generate your first content.


The fastest way to start. No installation required.

  1. Sign up at app.genfeed.ai 
  2. Create an organization — this is your workspace for brands and team members
  3. Create a brand — define your brand’s voice, colors, and guidelines
  4. Generate content — use the Studio to create images, videos, text, or audio
  5. 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 dev

Prerequisites: 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/cli

Basic usage:

genfeed generate image "A sunset over mountains" --model flux genfeed workflow list genfeed workflow run <workflow-id>

What to Explore Next