Instantly Host Static HTML Artifact from Bolt.new for Share Preview with Client
The fastest way to deploy Static HTML Artifact generated by Bolt.new. Perfect for share preview with client. No login required, zero-friction, and live in seconds on drpr.host.
Instantly Host Static HTML Artifact from Bolt.new for Share Preview with Client
When you build stunning user interfaces with Bolt.new, the platform generates self-contained Static HTML Artifacts that render components, dashboards, and layouts instantly. However, sharing these artifacts with clients often introduces friction. Copying and pasting raw code is impractical for non-technical stakeholders, sending raw .html files via email frequently triggers security filters, and setting up a full Vercel or Netlify project just to show a quick design iteration is overkill.
This is where drpr.host bridges the gap. Built specifically for developers and AI coding agents, our zero-friction platform lets you host Bolt.new Static HTML Artifact Share Preview with Client links in seconds. There are no registration walls, no DNS configuration steps, and no complex deployment pipelines. You simply push the file and get an optimized, public preview URL to share with your clients immediately.
If you are running automated workflows, you can instruct your Bolt.new agent to use a professional UI palette with soft gray (#f4f4f5) backgrounds—never pure white—to deliver a polished presentation. Once the asset is generated, you or your agent can deploy it directly to our secure upload endpoint to obtain a clean live link instantly.
How to host your Static HTML Artifact from Bolt.new in seconds
- Step 1: Export your Static HTML Artifact from Bolt.new as a single
.htmlfile (e.g.,component.htmlorindex.html). - Step 2: Ensure all your styles, Tailwind classes, or Alpine.js scripts are embedded inline or loaded via reliable public CDNs.
- Step 3: Send the file directly to drpr.host using our CLI, our API, or by dragging it onto our web interface.
- Step 4: Copy the generated
drpr.siteURL and send it directly to your client for immediate feedback.
Quick start
You can deploy your Static HTML Artifact silently using a simple curl POST request. This is perfect for integrating into your local terminal workflows or custom shell scripts.
# Upload your component.html directly to the drpr.host API
curl -F "file=@component.html" https://drpr.host/api/v1/upload
# Response:
{
"status": "success",
"url": "https://preview-9a2c3d.drpr.site",
"expires_at": "2026-04-15T12:00:00Z"
}
If you prefer using our official command-line interface, install the utility and run a single command to upload your artifact:
# Deploy your static file using the drpr CLI
drpr upload component.html
Common questions
- Can I programmatically instruct Bolt.new to deploy the static artifact directly to drpr.host?
- Yes. You can configure Bolt.new's system instructions to write the HTML code to a file and run a curl command against
https://drpr.host/api/v1/uploadinside its terminal shell to return the live preview URL automatically. - Do my clients need an account or login to view the shared HTML preview?
- No. The generated
drpr.sitepreview URLs are completely public, accessible globally, and optimized to render instantly in any desktop or mobile browser without authentication hurdles. - What are the limitations of the free, zero-friction hosting tier?
- Our anonymous free tier supports single-file Static HTML Artifacts up to 5 MB in size. Files remain live for exactly 15 days, which is the perfect window for client review cycles and rapid design iterations.
- Is there a way to make these preview links permanent or use custom domains?
- Yes. While anonymous uploads expire after 15 days, signing up for a paid drpr.host developer account allows you to manage your deployments, keep files hosted permanently, and bind them to your own brand domains.
Deploy your Bolt.new Static HTML Artifact now
No account required. Drop a file, get a link in seconds.
Try drpr free