Guides
Build Your First Feature
End-to-end walkthrough — from database table to frontend page.
This tutorial walks you through building a complete feature using the full stack — Convex backend, Next.js frontend, and everything in between.
What You'll Build
- A new database table in the Convex schema
- A model with CRUD operations
- Queries and mutations
- A database trigger
- A frontend page that reads and writes data in real-time