Skip to content

Nutlope/blinkshot

Repository files navigation

Blinkshot

An open source real-time AI image generator. Powered by Flux through Together.ai.

Tech stack

  • 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

Cloning & running

  1. Clone the repo: git clone https://github.com/Nutlope/blinkshot
  2. Create a .env.local file and add your Together AI API key: TOGETHER_API_KEY=
  3. Run npm install and npm run dev to install dependencies and run locally

Future Tasks

  • 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)