Why Isn't My Tool Working?

Diagnosing issues with your project when it doesn't look right, load properly, or behave as expected.

Last updated 7 months ago

1. The app isn’t loading or is completely blank.

Check this first:

  • Have you generated any features yet?

  • Is the build plan completed or partially empty?

Fix:

  • Go back to the Plan tab to see if core screens or logic are missing.

  • Try regenerating the most recent feature.

  • Refresh the Live Preview pane.

2. Some parts of the UI are missing or broken.

Possible causes:

  • Prompt was unclear or incomplete

  • A build step failed silently

Fix:

  • Revisit your feature prompts and enhance them with more detail

  • Use the “Try to fix” option in the Builders issue button on the top if something looks off

3. Buttons or interactions aren’t working.

Possible causes:

  • Backend logic wasn’t generated properly

  • Missing data connections or form handlers

Fix:

  • Go to the feature’s prompt and include behavior:
    “Submit button should send form data to database and show success message.”

  • Rebuild the feature if logic seems missing

4. Live Preview shows incorrect layout or weird styles.

Fix:

  • Prompt again with specific layout instructions
    e.g., “Make this mobile-friendly” or “Center the login box and use light theme”

  • Use “Revert” if a recent change broke the layout

5. The project URL works, but the tool behaves strangely.

Fix:

  • Check the Error tab and fix any active issues

  • Review prompts or features that may be conflicting with each other

  • Refresh the app or clear browser cache

6. I added a feature, but it’s not showing up.

Fix:

  • Double-check the Plan tab - was it added?

  • Regenerate the feature manually

  • If it still doesn’t appear, try describing it more clearly or adding it from scratch