Spaces:
No application file
No application file
| # π₯ WEB.BUILDING.GENIOUS | |
| > AI-powered software engineering and website generation agent | |
| --- | |
| ## π Table of Contents | |
| - [Quick Deploy](#-quick-deploy) | |
| - [Features](#-features) | |
| - [Quick Start](#-quick-start) | |
| - [Environment Variables](#-environment-variables) | |
| - [Docker](#-docker) | |
| - [Tech Stack](#-tech-stack) | |
| - [Local Development](#-local-development) | |
| - [Build & Start](#-build--start) | |
| - [AI Agent Capabilities](#-ai-agent-capabilities) | |
| - [Cost Estimates](#-cost-estimates) | |
| - [License](#-license) | |
| --- | |
| ## π Quick Deploy | |
| [](https://vercel.com/new/clone?repository-url=https://github.com/MadScientist85/WEB.BUILDING.GENIOUS) | |
| [](https://huggingface.co/new-space?template=https://github.com/MadScientist85/WEB.BUILDING.GENIOUS&sdk=docker) | |
| --- | |
| ## β¨ Features | |
| - Multi-AI support: OpenAI, OpenRouter, Groq, Grok | |
| - Generates full websites (HTML/CSS/JS) | |
| - Supabase + MongoDB storage | |
| - Upload/download chat history & export HTML | |
| - Tailwind CSS with light/dark themes | |
| - Ready for Vercel & HuggingFace Spaces | |
| --- | |
| ## π οΈ Quick Start | |
| ```bash | |
| # Clone repository | |
| git clone https://github.com/MadScientist85/WEB.BUILDING.GENIOUS | |
| cd WEB.BUILDING.GENIOUS | |
| # Install dependencies | |
| npm install | |
| # Copy environment file | |
| cp .env.example .env.local | |
| # Add your API keys to .env.local | |
| npm run dev | |
| --- | |
| π Environment Variables | |
| NEXT_PUBLIC_SUPABASE_URL (required) | |
| SUPABASE_SERVICE_ROLE_KEY (required) | |
| AI API keys (OPENAI_API_KEY, OPENROUTER_API_KEY, etc.) | |
| Optional: MONGODB_URI | |
| --- | |
| π³ Docker | |
| docker build -t web.building.genious . | |
| docker run -p 3000:3000 --env-file .env.local web.building.genious | |
| docker-compose up -d | |
| --- | |
| π§ Tech Stack | |
| Frontend: Next.js 14, React, Tailwind CSS | |
| Backend: Next.js API Routes, Vercel AI SDK | |
| Database: Supabase + MongoDB | |
| AI: OpenAI, OpenRouter, Groq, Grok | |
| Deployment: Vercel, HuggingFace Spaces | |
| --- | |
| π Local Development | |
| yarn install | |
| yarn dev | |
| --- | |
| π¦ Build & Start | |
| yarn build | |
| yarn start | |
| --- | |
| π― AI Agent Capabilities | |
| Generate complete websites with HTML/CSS/JavaScript | |
| Debug and fix code issues | |
| Create database schemas and migrations | |
| Build REST APIs and integrations | |
| Provide architectural recommendations | |
| Generate documentation and guides | |
| --- | |
| π Cost Estimates | |
| Free Tier: Supabase + Groq + Vercel = $0/month | |
| Basic Usage: ~$5-20/month with OpenAI | |
| Heavy Usage: $20-100/month depending on AI calls | |
| --- | |
| π License | |
| MIT License - see LICENSE for details | |
| --- | |