Instantly Host React Server Components from Cursor Glass for Portfolio Showcase
The fastest way to deploy React Server Components generated by Cursor Glass. Perfect for portfolio showcase. No login required, zero-friction, and live in seconds on gatedpage.com.
How to host your React Server Components from Cursor Glass in seconds
- Step 1: Generate your RSC output with Cursor Glass. Use Cursor Glass to generate your desired React Server Component, ensuring the output is a single, self-contained HTML file. The AI's instruction to use a professional palette with soft gray backgrounds will be visible in the output.
- Step 2: Save the generated HTML file locally. Once Cursor Glass has finished producing your component, save the raw HTML output to your local file system, for example, as `rsc-portfolio-showcase.html`.
- Step 3: Upload the file to gatedpage.com using `curl` or `gatedpage CLI`. This step is designed for maximum speed and requires no prior account creation or login. Your HTML file is sent directly to our API endpoint.
- Step 4: Receive your live URL instantly. Upon successful upload, gatedpage.com provides a unique, shareable URL for your React Server Component, ready for immediate viewing. The JSON response will contain this `liveUrl`.
- Step 5: Showcase your work. Share the gated.page URL directly in your portfolio, with colleagues, or on social media to present your Cursor Glass creations live and professionally.
Quick start
# Upload your Cursor Glass React Server Component output via curl
curl -X POST -F 'file=@rsc-portfolio-showcase.html' https://gatedpage.com/api/v1/upload
Expected JSON response:
{
"message": "File uploaded successfully!",
"originalFilename": "rsc-portfolio-showcase.html",
"fileName": "unique-id-rsc-portfolio-showcase.html",
"fileSize": 12345,
"fileType": "text/html",
"uploadDate": "2024-07-30T10:00:00Z",
"expiresAt": "2024-08-14T10:00:00Z",
"liveUrl": "https://unique-id-rsc-portfolio-showcase.gated.page",
"deleteUrl": "https://gatedpage.com/api/v1/delete/unique-id-rsc-portfolio-showcase"
}
Alternatively, if you have the gatedpage CLI installed:
gatedpage upload rsc-portfolio-showcase.html
Common questions
- Do I need an account to host my Cursor Glass React Server Components for my portfolio?
- No, gatedpage.com is designed for zero-friction deployment. You can upload any static HTML file, including your Cursor Glass RSC outputs, directly via our API or CLI without creating an account or logging in. Your content goes live instantly, perfect for quick portfolio updates.
- How long will my hosted Cursor Glass React Server Component portfolio showcase links remain active?
- For free tier uploads, your hosted Cursor Glass React Server Components will remain live for 15 days. If you require permanent hosting for your professional portfolio, consider upgrading to a paid gatedpage.com plan for indefinite content retention.
- Is there a file size limit for Cursor Glass outputs when using gatedpage.com for portfolio showcasing?
- Yes, on the free tier, individual file uploads are limited to 5 MB. This is typically sufficient for most single-page React Server Component outputs generated by Cursor Glass for quick portfolio showcases. For larger or more complex assets, a paid account is required.
- Can I update or delete my Cursor Glass RSC showcase after it's gone live?
- When you upload, gatedpage.com provides a `deleteUrl` in the JSON response. You can use this unique URL to programmatically remove your hosted Cursor Glass React Server Component at any time. To update, simply upload a new version, which will generate a new unique `liveUrl` for your revised component.
Deploy your Cursor Glass React Server Components now
No account required. Drop a file, get a link in seconds.
Try Gatedpage free