Bolt.new Integration
Connect Reloop with full-stack applications built using Bolt.new.
Bolt.new allows you to edit, run, and deploy full-stack web applications entirely in your browser using AI. Adding Reloop support takes only two steps.
Step 1: Set Environment Variables in Bolt.new
Inside your Bolt.new chat or the terminal panel:
- Create or open the
.envfile at the root of the project. - Add your Reloop API key:
RELOOP_API_KEY=rl_your_api_key_here - Alternatively, prompt the AI agent:
"Configure my
.envvariables to includeRELOOP_API_KEY."
Step 2: Prompt Bolt.new for Email Dispatch
Ask the Bolt AI assistant to add the email logic:
"Install
reloop-emailand create a server endpointapi/send-emailthat sends a transactional email when a user registers."
Was this page helpful?