AI portraits of your pet in any style — royal, Renaissance, astronaut, wizard. Made for your wall.
- Next.js 15 (App Router)
- TypeScript (strict)
- Tailwind CSS v4
- pnpm
pnpm install
pnpm devDeploy to Vercel — zero config required. Connect the repo and push.
| Route | Description |
|---|---|
/ |
Landing page with waitlist signup |
/try |
Upload a pet photo, apply Napoleon style (client-side), download |
/api/waitlist |
POST { email } → forwards to waitlist API |
v0 skeleton — landing page ported from static HTML, /try page with mocked Napoleon style (CSS sepia + contrast + crown overlay), waitlist API wired up. AI image generation not yet integrated.