@wayvo-ai/core Developer Documentation
Welcome to the developer documentation for @wayvo-ai/core - a powerful framework for building modern, scalable applications with TypeScript, React 19, and Next.js 16.
What is @wayvo-ai/core?
@wayvo-ai/core is a comprehensive framework that provides:
- DataSources - Type-safe database schema definitions with automatic CRUD operations
- Stores - Reactive state management with valtio-based stores
- UI Components - Pre-built components for tables, forms, dialogs, and more
- Server Actions - Type-safe server-side operations with automatic caching
- Application Menu - Configurable sidebar navigation system
Quick Links
Key Features
Type-Safe Data Access
Define your database schema once with DataSources, and get automatic type inference throughout your application.
Reactive State Management
Stores automatically sync with the server and update your UI reactively. No manual state synchronization needed.
Built-in Components
Pre-built components for common patterns like tables with filtering, forms with validation, and dialogs with resizing.
Developer Experience
Full TypeScript support, hot-reload in development, and comprehensive patterns for common use cases.
Next Steps
- Installation Guide - Set up your project
- Quick Start - Build your first feature
- Core Concepts - Understand the fundamentals