

Snap AI Web App
A browser-based Stable Diffusion experiment adapted from the original mobile product.
Snap AI Web is a smaller browser-based version of the original mobile experiment. It explores how the same generation workflow can work as an accessible web experience.
Product capabilities
- Turn written prompts into generated images from a web browser.
- Use Firebase-backed accounts and refreshed generation tokens.
- Access the generation workflow through a responsive Flutter web interface.
Tech stack
- Flutter provides the responsive web interface, with
flutter_blocfor state management andgo_routerfor navigation. - Firebase supports authentication, Firestore, storage, functions, scheduling, and hosting.
- ModelsLab provides the Stable Diffusion generation service.