Integration Guide

bolt.new + Meridian

Ship a full-stack app with AI in minutes, then lock it behind Meridian licensing with a single environment variable override.

1. Build in bolt.new

Prompt bolt.new to scaffold your app. When it asks for environment variables, paste your Meridian public key and license endpoint. bolt.new wires them into the generated project automatically.

MERIDIAN_PUBLIC_KEY=pk_live_...
MERIDIAN_API_ENDPOINT=https://api.getnimbus.net/v1

2. Override at deploy time

bolt.new uses a single environment block. When you deploy to Vercel, Netlify, or Railway, override the endpoint to point at your own Meridian instance or keep the defaults. No code changes needed.

3. License gates activate

Meridian validates the license on every cold start. If the key is missing or expired, the app serves a locked state. bolt.new apps inherit this behavior with zero additional configuration.

Try an override

Paste a custom endpoint below to see how Meridian resolves it at runtime. This is the same mechanism bolt.new uses when you redeploy.