Humbl3m33's picture
Upload 10 files
02f50ff verified
|
Raw
History Blame
2.63 kB
# πŸ”₯ 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
[![Deploy to Vercel](https://vercel.com/button)](https://vercel.com/new/clone?repository-url=https://github.com/MadScientist85/WEB.BUILDING.GENIOUS)
[![Deploy to HuggingFace](https://huggingface.co/datasets/huggingface/badges/resolve/main/deploy-to-spaces-sm.svg)](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
---