Skip to content

API Reference

This section contains auto-generated API documentation from TypeDoc.

Installation

bash
bun add @lucent/core @lucent/cli

CLI Commands

bash
# Initialize a new project
lucent init

# Start development server
lucent dev

# Generate types
lucent typegen

# Run migrations
lucent migrate

TypeScript Types

All TypeScript types are exported from @lucent/core:

typescript
import type { LucentConfig, Collection, Field, User } from "@lucent/core";

Released under the MIT License.