You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
**Elysia.js is fast.** It's currently the fastest framework in the Bun ecosystem, with [benchmarks showing performance](https://elysiajs.com/at-glance.html#performance) that can match Golang and Rust frameworks.
61
+
**Elysia.js is fast.** It's currently one of the fastest frameworks in the Bun ecosystem, with [benchmarks showing performance](https://elysiajs.com/at-glance.html#performance) that can match Golang and Rust frameworks (based on TechEmpower Benchmarks).
59
62
60
63
**The problem?** Setting up Authentication, ORM, Docker, and logging from scratch for a production-ready app takes hours.
61
64
@@ -68,9 +71,21 @@ This boilerplate provides a **simple, ready-to-use, production-grade foundation*
68
71
- Keep full control over configuration while avoiding boilerplate fatigue
69
72
- Use modern, type-safe tooling without framework lock-in
70
73
74
+
---
75
+
71
76
## Quick Start
72
77
73
-
**Clone the repo:**
78
+
### 1. Use This Template (Recommended)
79
+
80
+
Click the green **"Use this template"** button at the top of this repo — or use the direct link:
81
+
82
+
👉 [**Create from template**](https://github.com/techfusionid/elysia-production-template/generate)
0 commit comments