VibeCourse
Practical Guide. Eight hands-on modules that skip the theory and build real shit. Databases, auth, deployment, integrations - each module ships a working widget you can poke at right here.
Database Basics
Neon DB visual table editor. Add, delete, and toggle row status in a live mock grid.
| id | name | status | ||
|---|---|---|---|---|
| 1 | alice | alice@neon.dev | ||
| 2 | bob | bob@neon.dev | ||
| 3 | carol | carol@neon.dev |
Forms and Buttons
Data submission sandbox. Fill fields, hit submit, see the raw JSON payload.
User Logins Made Simple
JWT visualizer. Toggle algorithms and subjects, flip the signature bit.
How to Deploy and Fix Errs
Mini terminal simulator. Run build, lint, test, and push commands.
Troubleshooting Your AI
Console inspector widget. Trigger log, warn, error events and inspect output.
Integrations
Stripe + Email mock dashboard. Toggle live/test mode and sync config.
Mobile Friendly Design
Layout simulator. Drag the slider to resize from 4 columns down to a single stack.
Going Live and Custom Domains
DNS puzzle. Match A and CNAME records to the right targets.
| type | label | target |
|---|---|---|
| A | @ | |
| CNAME | www | |
| A | api |