An open source real-time AI image generator. Powered by Flux through Together.ai.
- Flux Schnell from BFL for the image model
- Together AI for inference
- Next.js app router with Tailwind
- Helicone for observability
- Plausible for website analytics
- Clone the repo:
git clone https://github.com/Nutlope/blinkshot
- Create a
.env.local
file and add your Together AI API key:TOGETHER_API_KEY=
- Run
npm install
andnpm run dev
to install dependencies and run locally
- Show a download button so people can get their images
- Add auth and rate limit by email instead of IP
- Show people how many credits they have left
- Build an image gallery of cool generations w/ their prompts
- Add replay functionality so people can replay consistent generations
- Add a setting to select between steps (2-5)