Instantly Host Three.js Scene from Claude Code for Share Preview with Client

The fastest way to deploy Three.js Scene generated by Claude Code. Perfect for share preview with client. No login required, zero-friction, and live in seconds on drpr.host.

When you are iterating on 3D visualizations using Claude Code, the gap between a local script and a client-ready demonstration is often cluttered with manual deployment tasks. Standard workflows—zipping files, pushing to a repo, or configuring a static site provider—introduce unnecessary friction when you just need to share a quick preview. For Three.js scenes, where asset loading and renderer configuration must remain intact, traditional hosting methods often break the environment or require too much administrative overhead for a simple prototype.

drpr.host eliminates this by providing a zero-login, API-first delivery pipeline designed specifically for AI-generated artifacts. Instead of setting up complex build pipelines, you can push your Claude Code-generated HTML scene directly to a live environment. By removing the need for git commits or account provisioning, you ensure that your "share preview with client" flow remains as fast as your coding loop, allowing you to showcase interactive 3D components in seconds rather than minutes.

How to host your Three.js Scene from Claude Code in seconds

  1. Step 1: Direct Claude Code to output your Three.js scene as a single, self-contained HTML file, ensuring all external scripts are loaded via CDNs.
  2. Step 2: Verify your scene renders correctly in a local browser to ensure no relative path issues exist for local assets.
  3. Step 3: Use the drpr CLI or a simple curl command to stream your index.html or scene.html file to our ingestion endpoint.
  4. Step 4: Receive your permanent, shareable URL instantly in the terminal response, ready to be sent to your client for immediate review.

Quick start

Upload your scene via cURL for immediate deployment:

curl -F "file=@scene.html" https://drpr.host/api/v1/upload
# Response: {"url": "https://drpr.site/a1b2c3d4", "status": "live"}

Alternatively, use the drpr CLI for a streamlined experience:

drpr upload scene.html

Common questions

Do I need to create an account to share a preview?
No. drpr.host is designed for zero-friction sharing; you can upload your Three.js files anonymously without registering, making it ideal for rapid iteration with Claude Code.
How long will my Three.js scene be hosted?
On our free tier, uploads remain active for 15 days, which is typically more than enough time for a client review cycle. Permanent hosting is available for files uploaded through paid accounts.
Are there limits on the size of the 3D scenes I upload?
The free tier allows for single-file uploads up to 5 MB. This is sufficient for most Claude Code-generated Three.js scenes that rely on external CDN-hosted libraries and textures.
Does the share link work for my client immediately?
Yes. As soon as the upload request completes, the returned URL is live and globally accessible, providing an instant preview link that works on any device without requiring the client to have special software.

Deploy your Claude Code Three.js Scene now

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

Try drpr free