Move from generated product to public product
A Bolt-built app may look complete quickly, especially when the main screen and happy path work. Before launch, verify the deployed version, connected services, auth boundaries, mobile behavior, and the first user path.
A good generated app still has to survive first contact with users.Post-Bolt launch checks
- Test the live deployment, not only the builder preview.
- Remove temporary demo data and unfinished placeholder copy.
- Check API keys and environment variables are private.
- Confirm storage, database, and auth rules match the public use case.
- Ask a new user to complete the core flow without your explanation.
What to learn first
Connect the app to JustMadeIt
- 01Add product identity
Give the app a clear name, descriptor, screenshots, and public destination.
- 02Set the proof objective
Choose what real users should attempt first.
- 03Collect participant evidence
Users enter through JustMadeIt, try the product, return, and submit evidence.
- 04Install verified tracking later
If you need automated event or retention verification, ask your coder to add the JustMadeIt integration server-side.
When to add verified tracking
For an early PROVE flow, participant-validated evidence can work now. If the product later needs automated return behavior, streaks, or retention rewards, the approved product event should be wired from the app server into JustMadeIt.
That distinction matters: the builder can create the product, but server-side verification is what lets JustMadeIt trust stronger automated activity records.
