Test your app
Before you share your app, spend a few minutes testing it the way a real user would. A simple test now saves embarrassment later.
Test every important path
Navigate through your app via the preview: click every button and link, fill out forms, and make sure every page opens correctly. Focus on the core paths your user will take (for example: browse products → add to cart → complete order).
Test on mobile
Switch the preview to mobile view and repeat the test. Make sure text is readable, buttons are easy to tap, and nothing extends beyond the screen edges.
When you find an error
Found something that doesn't work? That's exactly why you test. Describe the problem to the assistant as specifically as you can:
Example prompt for the assistant
“The "submit" button in the contact form does nothing when clicked. Fix it to show a confirmation message after sending.”
Don't publish what you haven't tested
Publishing makes your app available to everyone. Do a quick test pass before every important publish — especially after major changes.