The core of any Leap-generated app is built with Encore.ts services. EachDocumentation Index
Fetch the complete documentation index at: https://docs.leap.new/llms.txt
Use this file to discover all available pages before exploring further.
encore.service.ts file defines a microservice with its APIs, database connections, and business logic.
How services work
What makes this special
- Automatic infrastructure: Encore creates the database, HTTP endpoints, and connections
- Type safety: Full TypeScript support across services with automatic validation
- Service communication: Services can call each other with type-safe RPC
- Built-in observability: Automatic tracing, metrics, and logging
Learn more: Encore.ts handles all the infrastructure complexity so you can focus on business logic. See how services work →