Generate LinkedIn carousel posts using Claude AI or HuggingFace. Pick a topic, choose an accent color, download the slides as PNG.
- AI-powered — Claude (recommended) or HuggingFace Mistral as a free fallback
- Random topics — 18 dev topics across React, Node, Express, TypeScript, Python, Django, MongoDB
- Code snippet slide — every carousel includes a practical code example
- Accent color picker — live preview before you download
- One-click download — all slides exported as 1080×1080 PNG
- Bento design system — Inter + JetBrains Mono, warm cream palette
- Vercel Serverless Functions (Node.js / ESM)
- Vanilla JS frontend — no framework, no build step
- html2canvas for PNG export
- Anthropic Claude API + HuggingFace Inference API
git clone https://github.com/Omacrow/LinkedinSlop.git
cd LinkedinSlop
npm install
cp .env.example .env # add your keys
npm run dev # http://localhost:3000Create a .env file in the project root:
CLAUDE_API_KEY=sk-ant-...
HF_API_KEY=hf_...Getting keys:
| Key | Where |
|---|---|
CLAUDE_API_KEY |
console.anthropic.com → API Keys |
HF_API_KEY |
huggingface.co/settings/tokens → New token (Read) |
HuggingFace is fully free — create an account, generate a Read token, done.
- Type a topic — or hit ↻ for a random one
- Pick an accent color for your slides
- Choose Claude or HuggingFace
- Click Generate
- Click Download All — 6 PNGs land in your downloads folder