Learn
Tuned to your level. Beginner guides stay beginner.Guides that do not skip the step you are stuck on, written in plain English, with prompts you can copy.
For: All levels
- Tool reviews
Choosing your first AI coding setup
You need three things, and you probably already have one of them.
Beginner - Fundamentals
Full stack fundamentals without the framework churn
A longer course on how web applications actually fit together: requests, responses, databases, authentication and deployment.
Intermediate - Fundamentals
Git and GitHub for absolute beginners
A free, video-based introduction to version control that assumes no prior terminal experience.
Beginner - Help article
Creating your Viberation account
You can browse the tool directory and everything in Learn without an account. You need one to save things.
- Help article
Saving and organising bookmarks
Anything with a Save button can be bookmarked: tools in the directory, and articles and guides in Learn.
- Help article
Setting your skill level
Your level tells us which guides to put in front of you. It is set on your Profile page, and you can change it whenever you like.
- Help article
What the tool categories mean
The directory groups tools by what a thing actually is, not by what you might use it for.
- Fundamentals
Reviewing code you did not write
You are going to merge a lot of code you did not type. Reviewing it is a different skill from writing it, and it is the one that actually keeps a vibe-coded…
Intermediate - Fundamentals
Row level security is the security boundary
If your database rows are protected by a check in your application code, they are not protected. Anything holding a key can talk to the database directly, an…
Expert - Fundamentals
What vibe coding actually is
Vibe coding is building software by describing what you want to an AI model and steering the result, rather than typing every line yourself.
Beginner - Context engineering
Why your AI keeps forgetting what you told it
Models have a context window, a fixed budget of text they can consider at once. Everything competes for it: your instructions, the files you opened, the erro…
Intermediate