In progress
From Zero to Live
An active writing and documentation project about going from a blank folder to a deployed web app.
blank folder
package.json
src/app
deploy
Why I built it
I wanted to turn the intimidating first deployment path into a practical learning project with concrete steps and fewer mystery gaps.
What it does
- Organizes a beginner-friendly guide for the path from a blank folder to a deployed web app.
- Connects beginner-friendly writing with real project structure and deployment decisions.
- Treats deployment as part of learning to build, not an afterthought.
Tech stack
MarkdownNext / React / Vercel conceptsTechnical writing
Build / Deployment
- App type
- Documentation / technical writing project
- Code location
- Separate writing/project materials
- Front end
- Likely docs site or static content
- Deployment
- Not publicly configured yet
- Notes
- Treated as a writing and showcase project, not a full software app.
Architecture / How it works
- This is primarily a documentation and technical writing project, not a finished public book or software app.
- The intended structure is a three-part guide: getting oriented, building the thing, and going live.
- Part 1 covers what the modern app stack is and why it feels confusing.
- Part 2 covers going from a blank folder to a working local app.
- Part 3 covers GitHub, Vercel, deployment, ownership, maintenance, and next steps.
- Any eventual public version should be a docs or static-content site rather than source code embedded in the portfolio.
- The portfolio detail page tracks the project without implying a finished book site exists today.
What I built
- A draft structure for a beginner-friendly web app deployment guide.
- A three-part outline for orientation, local building, and public deployment.
- Early sections and explanations centered on small, shippable projects.
What I learned
- How much confidence comes from seeing the whole path end to end.
- Why writing about software needs concrete artifacts, not just concepts.
- How to turn a deployment workflow into teachable steps.
Current status
The draft structure exists, sections are being expanded, and the project is not yet publicly published.
Next steps
- Finish the core chapters.
- Polish diagrams and visual explanations.
- Add clearer deployment explanations.
- Decide when and where to publish it.