Platform Guides Overview
Connect EnterestOS to the AI tool you use.
Problem: You built your app with an AI tool and need to add response tracking without manually editing code or breaking your existing design.
Solution: Each guide gives you a copy-pasteable prompt — paste it into your AI tool, it handles the integration, you verify with a test submission.
Non-technical? Start here.
You do not need to read the SDK docs. Pick your tool below, paste the prompt, submit a test form, and you are done in 2 minutes.
Choose Your Tool
| Tool | Best For | Guide |
|---|---|---|
| Lovable | Non-technical founders building full-stack apps | /docs/platform-guides/lovable |
| Bolt | Developers using Bolt's AI-powered IDE | /docs/platform-guides/bolt |
| Cursor | Developers editing React/Next.js in Cursor | /docs/platform-guides/cursor |
| Claude Code | Developers using Claude Code CLI | /docs/platform-guides/claude-code |
| v0 | Teams using Vercel's component generator | /docs/platform-guides/v0 |
| Replit | Apps hosted on Replit | /docs/platform-guides/replit |
| Generic React | Any React app not covered above | /docs/platform-guides/generic-react |
How Every Guide Works
- 01.Upload a screenshot of your form OR paste your form code
- 02.Click Generate Prompt and select your platform
- 03.Copy the generated prompt
- 04.Paste it into your AI tool's chat
- 05.The tool updates your form — no design changes
- 06.Submit a test form
- 07.Confirm the submission appears in Inbox under Reply
Result: You now know which guide matches your tool. Every guide follows the same pattern: generate prompt → paste → test.
Common Questions
How do I add EnterestOS to an app I built with an AI tool?
Go to your EnterestOS project, upload a screenshot of your form or paste your form code, generate the integration prompt for your tool (Lovable, Bolt, Cursor, etc.), paste it into the tool's chat, and submit a test form to verify.
Will adding EnterestOS change my app's design?
No. Every platform guide prompt explicitly instructs the AI tool to keep existing design, validation, and backend logic unchanged. It only adds the SDK and a trackResponse() call.