A playful image generator for the design thought experiment: what if X built Y?
Pick a builder (company, government, fandom, celebrity…) and a target product (app, site, category). The app produces a shareable fake screenshot that blends X’s visual language with Y’s product shape—fast enough to post, remix, and vote on.
Built with Next.js and Supabase.
- Install dependencies:
yarn install - Copy
.env.exampleto.env.localand fill in at least:NEXT_PUBLIC_SUPABASE_URLNEXT_PUBLIC_SUPABASE_PUBLISHABLE_KEY(orNEXT_PUBLIC_SUPABASE_ANON_KEY)
- Start the dev server:
yarn dev→ http://localhost:3000
Optional: local Supabase (yarn db:start) and keys for image generation / payments—see comments in .env.example.
MIT — see LICENSE.
