Supported Platforms
RndrKit Works With Any Client-Side App
If your app renders in the browser and ships a blank HTML shell, RndrKit can make it visible to search engines. Here is every platform we have tested, grouped by category.
AI App Builders (Fully Tested)
These platforms have been validated end-to-end with RndrKit. Setup is straightforward and well-documented.
| Platform | Default URL | Guide |
|---|---|---|
| Lovable | *.lovable.app | Fully tested |
| Bolt.new | *.bolt.host | Fully tested |
| Replit | *.replit.app | Fully tested |
AI App Builders (Supported)
These platforms deploy to infrastructure we have tested. Setup is the same as their underlying host.
| Platform | Deploys To | Guide |
|---|---|---|
| v0 by Vercel | *.vercel.app | Same as Vercel CSR |
AI App Builders (Should Work)
These platforms produce client-side rendered apps. We expect RndrKit to work but have not done full end-to-end testing.
| Platform | Default URL | Guide |
|---|---|---|
| Mocha | *.mocha.app | Should work |
| Dyad | Deploys to Vercel | Should work |
| bolt.diy | Self-hosted | Should work |
| Div-idy | Self-hosted | Should work |
Cloud Hosting (Fully Tested)
Traditional hosting platforms where SPAs are commonly deployed. Fully tested with RndrKit.
| Platform | Default URL | Guide |
|---|---|---|
| Vercel (CSR) | *.vercel.app | Fully tested |
| Netlify | *.netlify.app | Fully tested |
| Cloudflare Pages | *.pages.dev | Fully tested |
No-Code Platforms (Should Work)
No-code platforms that produce client-side rendered apps. RndrKit should work but has not been fully validated.
| Platform | Default URL | Guide |
|---|---|---|
| Glide | *.glide.page | Should work |
| Adalo | *.adalo.com | Should work |
How to Tell If You Need RndrKit
Not sure if your app needs pre-rendering? Run this quick test:
curl -s "https://your-app-url.example.com/" | head -50
If the response is mostly empty HTML with a <div id="root"></div> or <div id="app"></div> and a bunch of <script> tags, your app is client-side rendered and search engines cannot see your content.
You can also use the free SEO tester on our homepage to compare what bots see versus what humans see.
Do Not See Your Platform?
RndrKit works with any client-side rendered app regardless of the platform. If your app produces an HTML shell that loads content via JavaScript, RndrKit can pre-render it.
The setup is always the same:
- Find your app's default URL (the origin)
- Add your custom domain and origin in the RndrKit dashboard
- Point your DNS to
cname.rndrkit.io - Verify with a Googlebot curl test
If you are using a platform not listed here and run into issues, contact us and we will help you get set up.