What problem does it solve?
This Skill simplifies the process of building backend services using ElysiaJS, a type-safe, high-performance framework, by providing comprehensive guidance and operational instructions.
Core Features & Use Cases
- Routing & Handlers: Create and manage routes and handlers for your backend.
- Validation: Implement validation using TypeBox or other schema libraries.
- Authentication: Add JWT, session-based, or macro-based authentication.
- Plugins: Integrate plugins for CORS, OpenAPI, Static files, and JWT.
- Integration: Seamlessly integrate with external services like Drizzle ORM and Next.js.
- Deployment: Get instructions for deploying ElysiaJS servers to production.
- Use Case: If you need to create a RESTful API or a server that handles complex business logic, this Skill will help you get started quickly.
Quick Start
Run the following command to scaffold a new ElysiaJS application:
bun create elysia app