NovaForge Goes Live! 🚀Today was by far my biggest sprint during the Hack Club Stardance hackathon. NovaForge went from a frontend with authentication to a fully deployed AI-powered SaaS application.Today I built:🧠 A secure Node.js + Express backend that acts as a proxy for AI requests, keeping API keys hidden from the frontend.🤖 Integrated OpenRouter with automatic model fallback so generations continue even if one model becomes unavailable.💰 A daily credits system using Supabase that gives every new user 10 credits, deducts one credit per generation, and resets daily.🔑 A Bring Your Own Key (BYOK) feature that lets users save their own OpenRouter API key and generate without consuming daily credits.🖥️ A live website preview that instantly renders the AI-generated HTML, CSS, and JavaScript inside a secure sandboxed iframe.🔒 Production-ready security, including rate limiting, strict CORS policies, Helmet middleware, protected routes, and backend JWT verification. Finally, I deployed NovaForge to production!🚀 Frontend deployed on Vercel⚙️ Backend deployed on Render📦 Project pushed to GitHub✅ SPA routing configured for production NovaForge is officially live on the internet, and seeing an idea grow into a working product has been incredibly rewarding. Next Goals: Improve AI generation quality and speed, Add project history and cloud saving, Expand the Studio interface, Continue polishing the overall user experience. This has easily been my most productive day so far. Excited to keep building! 🚀
Comments 0
No comments yet. Be the first!
Sign in to join the conversation.