Introduction
Introduction
Welcome to SvelteKit Auto OpenAPI! This library provides type-safe OpenAPI generation and runtime validation for SvelteKit applications.
Overview
SvelteKit Auto OpenAPI helps you:
- Generate OpenAPI schemas automatically from your TypeScript types
- Validate requests and responses at runtime using JSON Schema
- Document your APIs with beautiful interactive documentation
- Maintain type safety throughout your entire application
Getting Started
Choose where to begin:
- What is sveltekit-auto-openapi? - Learn about the library's architecture and core concepts
- Quick Start - Get up and running in 5 minutes
Philosophy
Write standard SvelteKit code, get documented APIs for free. No special decorators, no custom syntax - just TypeScript and SvelteKit conventions you already know.
On this page