AI-powered content pipeline for creators and entrepreneurs. Generate Instagram and YouTube content simultaneously for personal brand building or digital product selling.
- React 18 + Vite
- Anthropic Claude API
creatorflow/
├── src/
│ ├── App.jsx # Root router + all shared data (steps, icons, stream helper)
│ ├── index.css # Global design system
│ ├── main.jsx # React entry point
│ ├── pages/
│ │ ├── Landing.jsx # Marketing landing page
│ │ ├── ModeSelector.jsx # Choose: Personal Brand or Sell a Product
│ │ └── Pipeline.jsx # 7-step content generation app
│ └── components/
│ └── OutputCard.jsx # Streaming output card (copy + export)
├── public/
│ └── favicon.svg
├── index.html
├── vite.config.js
├── package.json
└── .env.example
cd creatorflow
npm installcp .env.example .envOpen .env and replace your_api_key_here with your Anthropic API key.
Get one at: https://console.anthropic.com/settings/keys
npm run devThe app opens at http://localhost:3000
npm run build
npm run previewThe frontend calls your own backend endpoint at /api/v1/messages.
Local development uses the Vite dev/proxy middleware; production on Vercel uses the serverless function in api/v1/messages.js.
Set the server-side environment variable ANTHROPIC_API_KEY in Vercel.
Do not ship the key in the client bundle.
- Brand Identity Builder
- Profile & Bio Optimizer
- Content Strategy Planner
- Hook & Caption Writer
- Video & Reel Scriptwriter
- Community & Engagement Engine
- Monetization Roadmap
- Product Idea Generator
- Product Outline Builder
- Seller Profile Optimizer
- Sales Content Machine
- Sales Copy Writer
- Story Selling Script
- Buyer Engagement Sequence
Each step generates content for Instagram, YouTube, or both simultaneously.