Provides expertise for building full-stack applications with Convex backend and Next.js frontend, including schema design, type-safe functions, authentication, server rendering, and real-time subscriptions. Use when building or debugging Convex + Next.js applications, implementing real-time features, or needing guidance on Convex Auth, preloadQuery patterns, or function design.
Resources
1Install
npx skillscat add kaladivo/davenov-cc-collection/davenov-cc-expert-convex-nextjs Install via the SkillsCat registry.
SKILL.md
Provides expertise in building full-stack applications using Convex backend with Next.js frontend, covering schema design, type-safe functions, authentication, server-side rendering with preloadQuery, and real-time subscriptions.
Route based on user's stated need:
- Schema/database work: Apply validator patterns and index design from references/schema-design.md
- Function authoring: Use new syntax with args/returns validators from references/function-patterns.md
- Authentication: Implement proxy.ts routing pattern from references/ssr-auth.md
- Server rendering: Use preloadQuery + usePreloadedQuery from references/ssr-auth.md
- Debugging: Check error table and verification checklist from references/debugging.md
If user's need is ambiguous, present intake menu to clarify scope.
</quick_start>
- Set up a new Convex + Next.js project
- Add/modify Convex functions (queries, mutations, actions)
- Design or update the database schema
- Implement authentication with Convex Auth
- Add server rendering with preloadQuery
- Debug an issue
- Something else
Wait for response before proceeding.