Skip to content

Repository files navigation

Instant Pictures

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.

Run locally

Set a server-side Replicate token in .env.local:

REPLICATE_API_TOKEN=your_token_here

Then install and run:

npm install
npm run dev

Run the available checks with:

npm run lint
npm run build

After building, serve the production app with:

npm start

About

AI image generation prototype built with Next.js, Replicate, and Flux.

Topics

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages