https://github.com/copixonvoserin/ai-website-builder
💻 Build websites effortlessly by describing your ideas in natural language—no coding needed. Transform concepts into real projects with AI.
https://github.com/copixonvoserin/ai-website-builder
ai-powered-websites ai-project ai-website-builder bootstrap-website-builder code-generation convex css design e2b framer-motion gemini-api javascript magic-ui natural-language-to-code prompt-to-code react website-builder website-development
Last synced: 2 months ago
JSON representation
💻 Build websites effortlessly by describing your ideas in natural language—no coding needed. Transform concepts into real projects with AI.
- Host: GitHub
- URL: https://github.com/copixonvoserin/ai-website-builder
- Owner: CopixonVoserin
- License: mit
- Created: 2025-09-26T22:57:09.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2025-10-04T03:50:50.000Z (8 months ago)
- Last Synced: 2025-10-04T05:44:25.215Z (8 months ago)
- Topics: ai-powered-websites, ai-project, ai-website-builder, bootstrap-website-builder, code-generation, convex, css, design, e2b, framer-motion, gemini-api, javascript, magic-ui, natural-language-to-code, prompt-to-code, react, website-builder, website-development
- Language: HTML
- Size: 1.53 MB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README-SIMPLE.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# Simple Setup - No Bullshit
You have two things that work:
## 1. LLM Course
Build your own LLM and use it to build stuff.
```bash
# Test the LLM
node build-llm.js
# Build a web interface
node stage1.js
```
## 2. Simple Git Platform
GitHub for normal people. No git commands.
```bash
cd simple-git-platform
npm install
npm start
# Open http://localhost:3000
```
## Your API Keys
Both tools use YOUR API keys from `.env`:
- Ollama (free, local)
- OpenAI
- Anthropic
- DeepSeek
## Quick Start
```bash
./start-local.sh
```
That's it. No complex integrations. Just tools that work.