Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,11 @@ Vibe coding is a mindset for AI assisted development where you "vibe" with the A
- If the first fix doesn't work, explain the outcome and try again.
- The AI is often capable of resolving it.

- **Audit Before Launch or Handoff**:
- Before shipping an AI-built app, review auth, data access, secrets, third-party APIs, payments, error states, and cleanup priorities.
- Convert the findings into a small handoff note so future AI agents or human developers know what is safe to change.
- This [AI app production readiness checklist](https://www.romanticode.com/blog/ai-generated-code-production-ready-checklist/) is a practical example of that audit format.

- **Iterate and Refine**:
- Embrace rapid iteration.
- Don't worry about perfect designs initially.
Expand Down Expand Up @@ -174,4 +179,4 @@ This project is licensed under [MIT License](LICENSE).

---

⭐️ If you find this repository helpful, please consider giving it a star!
⭐️ If you find this repository helpful, please consider giving it a star!
7 changes: 6 additions & 1 deletion testing_and_debugging_guide/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,12 @@
- If the first fix doesn't work, explain the outcome and try again.
- The AI is often capable of resolving it.

- **Audit Before Launch or Handoff**:
- Before shipping an AI-built app, review auth, data access, secrets, third-party APIs, payments, error states, and cleanup priorities.
- Convert the findings into a small handoff note so future AI agents or human developers know what is safe to change.
- This [AI app production readiness checklist](https://www.romanticode.com/blog/ai-generated-code-production-ready-checklist/) is a practical example of that audit format.

- **Iterate and Refine**:
- Embrace rapid iteration.
- Don't worry about perfect designs initially.
- Improve them step by step.
- Improve them step by step.