Buildify is a full-stack web-based code editor and build tool, designed to provide a powerful developer experience directly in the browser. It supports real-time code execution, live preview, and AI-assisted development using LLaMA-based models via Groq SDK.
Built with React, Tailwind CSS, Express.js, and WebContainers, Buildify offers a smooth, interactive playground for web development β no local setup required.
- β‘ WebContainer-based Execution β Run code in-browser using WebContainers
- π¨ Live Preview β See instant output as you code
- π§ AI-Powered Suggestions β Integrates LLaMA APIs via Groq SDK
- π‘ Zero Install β No need to install anything locally
- π― Fast & Lightweight β Powered by modern frontend tooling
- Frontend: React + Tailwind CSS
- Backend: Express.js
- Code Execution: WebContainers by StackBlitz
- AI SDK: Groq SDK with LLaMA APIs
- Node.js β₯ 18
- npm or yarn
git clone https://github.com/TigerTechie12/Buildify.git
cd Buildify
npm install