Original Reddit post

Hey guys, I’m a French frontend developer and a massive open-source geek. I love building core tools for specific tech niches, but recently I just wanted a cleaner, faster way to generate AI media without dealing with heavy UIs or expensive subscription lock-ins. So, I built GPT-Images . It’s a fully open-source web interface for image and video generation. You just plug in your own OpenAI API key, and the app handles the rest. The architecture is what I’m most hyped about: Tech Stack: Svelte 5, SvelteKit, and Tailwind 4. The whole thing hosted on Cloudflare Workers, I use bun pm as it’s faster to install and pretty stable for my case. Zero Database: I’m using the Origin Private File System (OPFS) to handle all media storage directly in the browser. It’s fully local, and respects your privacy 100%. Features: Secure API key management, seamless media generation (both images and video), and a clean grid/lightbox UI to manage your outputs. I tried to keep the codebase as clean and strictly typed as possible. If just want a chill local UI for your AI generations, feel free to check it out and fork it. Repo: https://github.com/Ayfri/GPT-Images Site: gpt-images.ayfri.com submitted by /u/Ayfri

Originally posted by u/Ayfri on r/ArtificialInteligence