Skip to content
Merged
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
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ Visit the following resources to learn more:

- [@roadmap@Visit the Dedicated Claude Code Roadmap](https://roadmap.sh/claude-code)
- [@official@Claude Code Overview](https://code.claude.com/docs/en/overview)
- [@article@Claude Code: From Zero to Hero](https://medium.com/@dan.avila7/claude-code-from-zero-to-hero-bebe2436ac32)
- [@article@Vibe coding tutorial: Build your first app with Claude Code](https://roadmap.sh/vibe-coding/tutorial)
- [@video@Claude Code Tutorial for Beginners](https://www.youtube.com/watch?v=eMZmDH3T2bY)
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,6 @@ This is very different from traditional programming, where you must know exact s

Visit the following resources to learn more:

- [@article@Vibe Coding Best Practices: How To Get Consistent Results](https://roadmap.sh/vibe-coding/best-practices)
- [@article@The Unbearable Lightness of Coding](https://towardsdatascience.com/the-unbearable-lightness-of-coding/?utm_source=roadmap&utm_medium=Referral&utm_campaign=TDS+roadmap+integration)
- [@video@What is Vibe Coding?](https://www.youtube.com/watch?v=5OWurmg41tI)
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# Vibe Coding

"Vibe coding" is a software development method in which you use AI and LLMs to generate code via natural-language prompts rather than writing it by hand. The idea is you describe what you want the application to do, and AI builds it. Good for fast prototyping. You don't need to review every line of code. Makes development faster and more accessible for people who are not traditional programmers.
"Vibe coding" is a software development method in which you use AI and LLMs to generate code via natural-language prompts rather than writing it by hand. The idea is you describe what you want the application to do, and AI builds it. Good for fast prototyping. You don't need to review every line of code. Makes development faster and more accessible for people who are not traditional programmers.

Visit the following resources to learn more:

- [@article@https://roadmap.sh/vibe-coding/tutorial](https://roadmap.sh/vibe-coding/tutorial)
- [@article@https://roadmap.sh/vibe-coding/best-practices](https://roadmap.sh/vibe-coding/best-practices)
- [@article@The 10 Best Vibe Coding Tools in 2026: Our Choices](https://roadmap.sh/vibe-coding/best-tools)