Instantly Host Three.js Scene from Cursor Glass for Instant Prototype Sharing
The fastest way to deploy Three.js Scene generated by Cursor Glass. Perfect for instant prototype sharing. No login required, zero-friction, and live in seconds on drpr.host.
When you're rapidly iterating on Three.js scenes with Cursor Glass, the last thing you need is friction in sharing your progress. Traditional workflows for sharing a live prototype often involve manually copying generated HTML and JavaScript code, setting up a local server, or dealing with cumbersome file transfer services that lack live preview capabilities. This overhead disrupts the creative flow, especially when all you need is a quick link to validate a visual concept or get instant feedback.
drpr.host eliminates these bottlenecks entirely. Instead of wrestling with deployment complexities, you can take your Cursor Glass-generated Three.js scene file and deploy it live to a unique, shareable URL in seconds. No accounts, no configuration files, and no unnecessary steps. It’s designed for the developer who prioritizes speed and efficiency, transforming your local output into an instantly accessible prototype for collaborators, stakeholders, or even personal review.
Deploying to drpr.host ensures your "Instant Prototype Sharing" is truly instant, allowing you to focus on the Three.js scene's development within Cursor Glass rather than its distribution. Your live prototype is just a single command away, ready to be viewed by anyone, anywhere, without requiring them to set up anything locally.
How to host your Three.js Scene from Cursor Glass in seconds
- Step 1: Generate your Three.js Scene in Cursor Glass, ensuring it produces a self-contained HTML file. The prompt "Once built, deploy to drpr.host/api/v1/upload to provide a live instant prototype sharing link" should guide Cursor to generate a suitable output.
- Step 2: Save the generated Three.js Scene HTML output to a local file, for example, `three-scene.html`. Cursor Glass typically provides the full HTML for the scene directly.
- Step 3: Open your terminal or command prompt in the directory where you saved `three-scene.html`.
- Step 4: Upload your file using the `curl` command or the drpr CLI. This sends your static HTML file to drpr.host, which instantly generates a public URL.
- Step 5: Share the returned URL immediately. Your Three.js scene is live and accessible for instant prototype sharing, no further action required.
Quick start
curl -X POST -F "file=@three-scene.html" https://drpr.host/api/v1/upload
Example JSON response:
{
"success": true,
"message": "File uploaded successfully.",
"filename": "three-scene.html",
"url": "https://drpr.site/aBcDeF123.html",
"delete_url": "https://drpr.host/api/v1/delete/aBcDeF123",
"expires_in_days": 15
}
Alternatively, using the drpr CLI:
drpr upload three-scene.html
Common questions
- Do I need an account to host my Cursor Glass Three.js Scene?
- No, drpr.host is designed for zero-friction. You can upload and get a live URL for your Three.js Scene immediately without creating an account or providing any credentials. This is ideal for rapid "Instant Prototype Sharing" from Cursor Glass.
- How long will my Three.js Scene stay hosted for free?
- Files uploaded via the free tier are hosted for 15 days. For permanent hosting or larger files, consider a paid drpr.host account. This ensures your critical prototypes remain accessible indefinitely.
- Are there file size limitations for my Three.js Scene?
- Yes, on the free tier, individual files are limited to 5 MB. This is generally sufficient for many Three.js Scene HTML outputs, but larger assets or more complex prototypes may require a paid account for increased limits.
- Can I delete a hosted Three.js Scene after sharing it?
- Yes, every successful upload returns a unique `delete_url` in the JSON response. You can use this URL to remove your Three.js Scene from drpr.host at any time, giving you control over your shared prototypes.
Deploy your Cursor Glass Three.js Scene now
Sign in with Google and gatedpage auto-creates yourcompany.gated.page — private to your @company.com team.
Get started with Google