Turn any photo into anime. One tap. Six seconds. Ready to post.
v0 skeleton — landing page ported to Next.js, /try demo with mocked anime CSS filter, waitlist API wired. No real AI model yet.
- Next.js 15 (App Router)
- TypeScript (strict)
- Tailwind CSS v4 (
@tailwindcss/postcss, CSS-first, no config file) - pnpm
| Route | Description |
|---|---|
/ |
Landing page — hero, demo widget, features, waitlist form |
/try |
Upload a photo → apply mocked anime SVG filter → before/after |
/api/waitlist |
POST { email } → forwards to waitlist-api-sigma with product: "animeify" |
pnpm install
pnpm devPush to GitHub and import into Vercel. Next.js is auto-detected — no config changes required. No environment variables needed.
pnpm build # verify clean build locally