Démo : https://contentpilot-ai.vercel.app/
Transformez un contenu unique en plusieurs formats sociaux (Twitter/X, LinkedIn, Newsletter, Instagram) grâce à l’IA.
- Paste text or provide a URL
- Choose tone (professional, casual, fun)
- Generate platform‑specific outputs
- Copy or export all results
- Frontend: React + Vite + TailwindCSS
- Backend: Node.js + Express
- IA: Gemini / OpenAI (API compatibles)
git clone https://github.com/AfifBen/contentpilot-ai.git
cd contentpilot-aicd backend
cp .env.example .env
# set OPENAI_API_KEY in .env
npm install
npm run devcd ../frontend
npm install
npm run devFrontend: http://localhost:5173 Backend: http://localhost:4000
See backend/.env.example:
AI_PROVIDER=gemini # or openai
GEMINI_API_KEY=your_gemini_key
GEMINI_MODEL=gemini-1.5-flash-latestnpm run dev(frontend/backend)
- Auth + history
- Templates
- Direct integrations (Buffer, Hootsuite)
content repurposing, AI content generator, micro‑saas, social media automation, LinkedIn post generator, Twitter thread generator, newsletter generator
MIT — see LICENSE