Features
Genfeed.ai is available in two editions: Core (free, open source) and Cloud (managed SaaS). Core gives you the full AI generation engine. Cloud adds team, publishing, and analytics features on top.
For a detailed comparison, see Self-Hosted vs Cloud.
Core Features (Free and Open Source)
Everything you need to generate AI content. Self-hosted, bring your own API keys.
Workflow Engine
The heart of Genfeed. Build automated content pipelines:
- Visual workflow builder — Drag-and-drop nodes
- Triggers — Schedule, webhook, or manual
- Actions — Generate, transform, export
- Conditions — Branch logic based on outputs
Multi-Model AI Generation
Connect your API keys and access models from leading providers:
| Provider | Models |
|---|---|
| OpenAI | GPT-4, GPT-4o, DALL-E 3 |
| Anthropic | Claude 3.5, Claude 3 |
| Gemini Pro, Gemini Flash | |
| Replicate | Flux, SDXL, Kling, Runway |
| ElevenLabs | Voice synthesis |
Multi-Format Content
Generate any content type:
- Text — Articles, social posts, scripts, emails
- Images — Photos, artwork, graphics, logos
- Video — Clips, animations, reels
- Audio — Voiceovers, music, sound effects
Full Control
- Self-hosted — Your servers, your data
- Open source — AGPL-3.0 license (enterprise features under commercial license in
ee/) - No limits — Only your API costs
- Privacy — Nothing leaves your infrastructure
Cloud Features
Everything in Core, plus features for teams and brands.
Organizations
Multi-tenant workspaces for agencies and teams:
- Create multiple organizations
- Isolated data and settings per org
- Switch between orgs instantly
- Invite clients to their own workspace
Brands and Brand Kits
Maintain brand consistency across all content:
- Brand profiles — Logo, colors, fonts, guidelines
- Asset libraries — Centralized brand assets
- Templates — Brand-approved starting points
- Guardrails — Ensure on-brand output
Voices and Tones
Define how your brand sounds:
- Voice profiles — Personality, style, vocabulary
- Tone settings — Formal, casual, playful, professional
- Per-brand voices — Different voices for different brands
- AI enforcement — Automatically applies voice to all content
Team Collaboration
Work together seamlessly:
- Seats — Add team members
- Roles — Admin, editor, viewer permissions
- Approval workflows — Review before publish
- Shared assets — Team-wide access to content
Social Publishing
One-click publish to all platforms:
- Instagram, TikTok, YouTube
- Twitter/X, Facebook, LinkedIn
- Schedule posts in advance
- Cross-post with platform optimization
Analytics Dashboard
Track everything:
- Generation history and costs
- Publishing performance
- Team activity
- Content engagement metrics
V1 Core Loop
The v1 OSS release is centered on a visible operating loop instead of disconnected features:
trends -> remix -> generate -> publish -> analytics -> repeat
The code for that loop already exists across the server modules. The docs now expose the current wiring directly:
- Core Loop Overview — v1 release spine and module map
- Trend Ingestion — Step 1 write path into
collections/trends - Generation Service — Step 3 provider-backed generation surface
- Analytics Backbone — Step 5 analytics aggregation surface
Marketplace
marketplace.genfeed.ai is a separate cloud product where creators buy and sell:
- Workflows, prompts, and presets
- Brand kits and templates
- Commercial license for client work
Security and Privacy
Enterprise-Grade (Cloud)
- SOC 2 compliance
- GDPR compliant
- End-to-end encryption
- Regular security audits
Self-Hosted (Core)
- Your infrastructure, your rules
- No data leaves your servers
- Full audit control
- Air-gapped deployment option