AI-powered app builder with live code preview.
Coding Base is a full-stack development environment powered by AI — write code, preview it live, and ship faster. Built for developers who want AI assistance without leaving their workflow.
- ⚡ Live code preview — see changes in real time
- 🤖 AI-assisted coding — intelligent code suggestions and generation
- 🧪 Integrated testing — built-in test runner and reports
- 🎨 Frontend + Backend — full-stack support out of the box
- 🚀 One-click deploy — deploy to Render or your preferred platform
git clone https://github.com/P-create-sumo/Coding_Base.git
cd Coding_Base/frontend
npm install
npm start- React + CRACO
- Tailwind CSS
- Python backend
- AI coding engine
- Render — deployment
├── frontend/ # React app with live preview
├── backend/ # Python backend
├── tests/ # Test suite
├── test_reports/ # Auto-generated test reports
└── memory/ # Agent memory context
MIT — open source, free to use and modify.