@wayvo-ai/core Documentation

Build scalable, modern applications with type-safe data management and reactive UI components.

@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

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