Installation Guides
Bolt
Add RevDock to your Bolt.new project in under 2 minutes.
Bolt.new generates React/Vite apps, making RevDock integration simple.
Setup
Open your Bolt project
Go to bolt.new and open your project.
Find index.html
In the file explorer, open index.html.
Add the script
Insert the RevDock script inside the <head> tag:
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<script
defer
src="https://getrevdock.com/scripts/revdock.js"
data-website-id="YOUR_WEBSITE_ID"
></script>
</head>
<body>
<div id="root"></div>
</body>
</html>Deploy
Click the deploy button. RevDock will be active on your deployed site.
You can ask Bolt's AI to add it for you: "Add this script tag to my index.html head: [paste the script]"
Verify it's working
- Visit your deployed Bolt app
- Check the RevDock dashboard — widgets should appear within minutes