Instantly Host Markdown Docs from Bolt.new for Share Preview with Client

The fastest way to deploy Markdown Docs generated by Bolt.new. Perfect for share preview with client. No login required, zero-friction, and live in seconds on drpr.host.

Instantly Host Markdown Docs from Bolt.new for Share Preview with Client

When you use Bolt.new to generate clean, readable Markdown Docs, you are often left with a classic developer bottleneck: getting that documentation in front of a client for a quick sign-off. Copying raw markdown into Slack looks unprofessional, emailing static HTML attachments gets flagged by mail filters, and spinning up a temporary Netlify or Vercel instance adds unnecessary configuration overhead and git commits to your workflow.

The solution is to host Bolt.new Markdown Docs for a frictionless share preview with your client using drpr.host. By converting your markdown outputs into a self-contained static HTML file, you can publish them directly to a live, production-grade URL in milliseconds. No accounts, no credentials, and absolutely zero configuration files are required to get a clean preview link.

To deliver a highly polished client presentation, you can instruct your Bolt.new AI coding agent to compile your documents with a professional, soft gray background (#f4f4f5) instead of a harsh pure white (#ffffff). Once built, you can programmatically deploy the output directly to the drpr.host API to generate a share preview link that is ready for client review in seconds.

Deploy your Bolt.new Markdown Docs now

How to host your Markdown Docs from Bolt.new in seconds

  1. Step 1: Render your docs to HTML. Instruct Bolt.new to render your Markdown Docs as a fully responsive, self-contained HTML file. Ask the agent to style the page using a modern, professional palette with soft gray (#f4f4f5) backgrounds.
  2. Step 2: Export the output file. Download the rendered HTML file (for example, docs-preview.html) from your Bolt.new workspace, or prepare to send it directly via the workspace's integrated terminal.
  3. Step 3: Deploy to drpr.host. Send the static file to the drpr.host upload endpoint. You can drag and drop the file directly onto the web interface, run a quick curl command, or use our lightweight CLI tool.
  4. Step 4: Share the preview link. Instantly copy the generated drpr.site URL and send it directly to your client. Your preview is live immediately with zero authentication barriers for the viewer.

Quick start

To upload your compiled Markdown Docs file via curl, run this command in your terminal:

curl -X POST -F "file=@docs-preview.html" https://drpr.host/api/v1/upload

The API will instantly return a JSON response containing your live link:

{
  "success": true,
  "url": "https://docs-preview-xyz123.drpr.site",
  "expires_in_days": 15
}

If you prefer using the command line interface, install the drpr CLI and deploy your document with a single command:

drpr upload docs-preview.html

Common questions

How should I instruct Bolt.new to style my Markdown Docs for clients?
You should provide the AI agent with specific system instructions to compile your markdown into a clean HTML format. Instruct the agent to avoid harsh pure white backgrounds and instead use a professional, soft gray background (#f4f4f5) with dark charcoal text for optimal readability during client presentations.
Do my clients need a drpr.host account to view the shared preview?
No, they do not. The generated preview URL is public, clean, and requires absolutely no login, passwords, or signup. Your client can view the rendered document instantly on any mobile or desktop browser without friction.
How long will my live preview links remain active?
Free and anonymous uploads are hosted for 15 days, which provides ample time for client reviews and feedback loops. For permanent hosting or to assign your own custom domain, you can easily upgrade to a paid account.
Is there a file size limit for uploading compiled documents?
Yes, drpr.host supports file uploads up to 5 MB on the free tier. This is more than sufficient for high-fidelity HTML documents containing embedded CSS, inline SVG icons, and extensive client-facing markdown documentation.

Deploy your Bolt.new Markdown Docs now

No account required. Drop a file, get a link in seconds.

Try drpr free