Elysia Bun-native, Eden Treaty, validation, WebSocket. Use when building Elysia apps.
Scanned 9/12/2026
Install to Claude Code
npx -y skills add skeletorflet/opencode-supreme-setup --skill elysia --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Elysia?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/skeletorflet-elysia)More formats (shields.io, HTML) on the badges page.
---
name: elysia
description: Elysia Bun-native, Eden Treaty, validation, WebSocket. Use when building Elysia apps.
---
## elysia
Build high-performance Bun apps with Elysia.
### Bun-Native Performance
- Built on Bun runtime for fast startup and low latency
- Zero-cost abstractions with compile-time optimizations
- Native Bun file I/O and SQLite support
### Eden Treaty
- End-to-end type safety between server and client
- `EdenTreaty` generates typed client from server instance
- Shared types without code generation
### Validation
- Built-in validation via Elysia.t (type system DSL)
- Supports all standard types: string, number, boolean, enum, array
- Custom error messages and validation transforms
### WebSocket & File Uploads
- Built-in WebSocket support via `app.ws()`
- File uploads via `@elysiajs/bun` form data
- Streaming responses for large payloads
### Rate Limiting & Auth
- @elysiajs/rate-limit for request throttling
- JWT auth via @elysiajs/jwt
- Cookie-based sessions with @elysiajs/cookie
- CORS configuration via @elysiajs/cors
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!
Practical guide to testing web applications with screen readers for comprehensive accessibility validation.