Getting Started with Fovea Forge
Fovea Forge is a browser-native AI creative studio that operates without required backend dependencies for core functionality. Generated media is saved directly into your browser's local storage via IndexedDB.
# Run locally with any static server
npx serve .
# Or open index.html directly in modern web browsers
Image Generation
The image generation engine leverages free external generation models through Pollinations AI. Prompts, aspect ratios, seeds, and art styles are combined to construct a URL query stream that returns an image blob.
Canvas Editing
The AI Image Editor uses HTML5 Canvas APIs for non-destructive local image manipulation. You can adjust CSS/Canvas filters, apply 90-degree rotations, or perform horizontal/vertical axis flips in real time.
Text to Speech
TTS relies on the browser's native SpeechSynthesis API. Voice availability, languages, and quality vary according to the operating system and browser installed on the user's client machine.