Documentation site for Celeste AI
Built with Next.js and Fumadocs.
- Bun (v1.0+) - Package manager
- Node.js 20+ (for Bun compatibility)
# Install dependencies
bun install# Start development server
bun run devOpen http://localhost:3000 with your browser to see the documentation.
# Build for production
bun run build
# Start production server
bun run startThe documentation is organized into the following sections:
- Getting Started: Installation and quick start guides
- Core Concepts: Client, modalities, and providers
- Modalities: Text, image, video, and speech generation
- Providers: Provider-specific documentation
- Guides: Streaming, error handling, and multi-modal workflows
# Format code
bun run format
# Lint code
bun run lint
# Type check
bun run typecheck
# Run full CI pipeline
make ciLefthook is configured for pre-commit hooks. Install hooks:
bunx lefthook install- Fumadocs Documentation - Learn about Fumadocs
- Next.js Documentation - Learn about Next.js features
- Celeste Python - The Celeste Python SDK
We welcome contributions! See CONTRIBUTING.md for guidelines.
Report issues: GitHub Issues
MIT license – see LICENSE for details.
View Documentation • GitHub • Celeste Python
Made with ❤️ by developers tired of framework lock-in