An open API service indexing awesome lists of open source software.

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.

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.