Skip to content

Codebolt is a website generator app using the power of Claude AI to generate it with a web container to preview the websites

Notifications You must be signed in to change notification settings

krishmakhijani/codebolt

Repository files navigation

CodeBolt: A Powerful Website Builder

Welcome to CodeBolt, a robust website builder powered by Claude AI, TurboRepo, Next.js, Express, and Web Containers. This project aims to streamline the process of building and deploying modern web applications with ease and efficiency.

Features

  • AI-Powered: Leverage Claude AI for intelligent suggestions and automation.
  • Monorepo Architecture: Managed with TurboRepo for efficient builds and deployments.
  • Modern Web Technologies: Built with Next.js and Express for both frontend and backend capabilities.
  • Web Containers: Utilize containerized environments for consistent development experiences.

Preview

CodeBolt Preview CodeBolt Preview CodeBolt Preview

Installation

Follow these steps to get started with CodeBolt:

  1. Clone the Repository

    git clone https://github.com/krishmakhijani/codebolt.git
    cd codebolt
  2. Install Dependencies

    Make sure you have Node.js and npm installed. Then run:

    npm install
  3. Setup Environment Variables

    Create a .env file in the root directory and configure the necessary environment variables.

  4. Run the Development Server

    Start the development server:

    npm run dev

    Your application should now be running on http://localhost:3000.

  5. Build for Production

    To create a production build, run:

    npm run build
  6. Start the Production Server

    After building, you can start the production server with:

    npm start

About

Codebolt is a website generator app using the power of Claude AI to generate it with a web container to preview the websites

Topics

Resources

Stars

Watchers

Forks