Bolt is a NextJS application that leverages AI to generate and preview React code in real-time. Simply describe what you want to build, and Bolt will create the components for you.
- AI Code Generation - Write prompts in natural language to generate React components
- Real-time Preview - See your generated code in action with an integrated Sandpack editor
- Interactive Chat Interface - Conversational UI for refining your code requirements
- Dark Mode Support - Comfortable viewing experience in any lighting condition
- Next.js
- React
- Tailwind CSS
- Google Gemini API
- SandPack React
- Clone the repository
- Install dependencies:
npm install - Set up your environment variables (see
.env.example) - Run the development server:
npm run dev