Skip to main content

Bolt Integration

Prerequisites

Setup

  1. Go to the RAD Template next14 branch.
  2. Click the Use template button and initialize with these settings:

Use Template

  1. Bolt currently supports personal GitHub repositories, so create the clone under your personal account.
  2. In repository settings, change the default branch to next14. This step is required because Bolt currently targets next14.

Change default branch

  1. Go back to bolt.new, click Import from GitHub, and select the repository you just created.

Initialize in Bolt

Bolt will initialize your app and try to run it. If you go to the “Code view”, it would look something like this:

ctrl + c to exit out.

Then run:

cp .env.example .env
npm run build
npm run dev

⚠️ Note: If you refresh the app, rerun npm run build.