Instant Pictures is a Next.js image generator. Enter a prompt, choose a style, and optionally use Consistency Mode to reuse a fixed seed. Requests go to a server-side Replicate route, and generated images are retained only while the generator page remains mounted; reload or navigation clears the history.
Verified working URL: https://instantpicture.replit.app/
No custom domain is currently verified.
Set a server-side Replicate token in .env.local:
REPLICATE_API_TOKEN=your_token_hereThen install and run:
npm install
npm run devRun the available checks with:
npm run lint
npm run buildAfter building, serve the production app with:
npm start