ACE AI Startup Bootcamp Β· Day 3 Self-Study Textbook
Building a Working MVP from PROJECT.md
π Today, you will use the PROJECT.md completed on Day 2 to build a web service that runs in a real browser.
Antigravity (Google AGY) is the primary development tool for today's work.
1. What Are We Building Today?
Day 3 key goal:
You're going to transfer HANDOFF_PROMPT.md to Antigravity, and the browser is going to run the core flow. MVP web serviceI'm going to finish it.
Acceptance criteria: When you open index.html in your browser, you should be able to actually check the core flow defined in PROJECT.md.
You're going to transfer HANDOFF_PROMPT.md to Antigravity, and the browser is going to run the core flow. MVP web serviceI'm going to finish it.
Acceptance criteria: When you open index.html in your browser, you should be able to actually check the core flow defined in PROJECT.md.
Ready to go.
The PROJECT.md and HANDOFF_PROMPT.md files created in Day 2 should be in the my-project folder.
The main tool
Antigravity (Antigravity) generates the hash code
Codex Error correction request, validation
Codex Error correction request, validation
The final result.
It's a web service that runs as index.html. If you open it in your browser, you can check the core flow.
2. Why You Should Not Request Everything at Once
What are some common mistakes?
"Make all kinds of pet walk matching services, including membership, list of helpers, reservations, payments, chats".When you try to handle too much of Antigravity at once, you miss an important feature, or you have a screen that doesn't work.
β It's hard to find where I got the error.
You're asking for it all at once.
"Complete all the features".
Problem: You don't know what's wrong.
When you fail, you have to do it all over again.
AI is more likely to add features at will.
Problem: You don't know what's wrong.
When you fail, you have to do it all over again.
AI is more likely to add features at will.
Step by step request.
Step one: Just the basic structure and the home screen.
Step 2: Add the helper list screen
Step three: detail view + booking form
Check each step in the browser and then proceed to the next step.
Step 2: Add the helper list screen
Step three: detail view + booking form
Check each step in the browser and then proceed to the next step.
Implementation of priority decision principles:
It's implemented in the core flow sequence of PROJECT.md.
Example: Home β Conditions input screen β List screen β Detailed screen β Finished screen
It's implemented in the core flow sequence of PROJECT.md.
Example: Home β Conditions input screen β List screen β Detailed screen β Finished screen