Skip to content

v0.1.0 — First public release

Latest

Choose a tag to compare

@manujajay manujajay released this 18 May 23:45

🎉 First public release. Local-first AI design studio. Bring a fal.ai key, run `bun dev`, you're in.

Highlights

  • 🎨 11 marketing-style presets — Editorial Chromatic, Warm Analog Film, Aesop × Jacquemus, Apple Minimal, Nike Bold, Bartlett, MrBeast Thumbnail, Hormozi Yellow, Linear/Vercel SaaS, Liquid Death, TikTok Native
  • 🪄 Three workflow tools — Studio (generate), Compose Editor (live text overlay), Canvas (Canva-style multi-layer compositor)
  • 🔌 Multi-provider — fal.ai, Replicate (new in 0.1.0), Lovable Gemini. Add OpenAI/Together/ComfyUI in ~30 lines.
  • 📥 Auto-download every generation to your computer. Plus JSON export/import for cross-device history portability.
  • Crisp text every time via the SVG compose layer + built-in WCAG-AA contrast check with one-click theme flip.
  • 📜 MIT · no backend · no accounts · no DB

Quick start

```bash
git clone https://github.com/manujajay/manudesign.git
cd manudesign
echo "FAL_KEY=$YOUR_FAL_KEY" > .env
bun install && bun dev # → http://localhost:5173/studio
```

Hosted version

For team workspaces, shared brand kits, premium presets, and enterprise SSO, see manudesign.theaiinternship.com or contact hello@theaiinternship.com.

What changed since the private prototype

See CHANGELOG.md for the full list. TL;DR: stripped Supabase, auth, chat, and the agent-facing API — open-source build is local-first by design.