bertui 1.1.1 β†’ 1.1.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -1,133 +1,133 @@
1
1
  # BertUI ⚑🏝️
2
2
 
3
- **The fastest React framework for developers who refuse to wait. Zero configuration, instant feedback, production-ready builds, and now... PERFECT SEO.**
3
+ **The fastest React framework for developers who refuse to wait.**
4
4
 
5
- Zero configuration. 494ms dev server. 265ms builds. **Server Islands for instant SEO.**
6
- Powered by Bun and Elysia.
5
+ Zero configuration. 494ms dev server. 265ms builds. **Perfect SEO with Server Islands.** Auto-generated sitemaps & robots.txt. Full TypeScript support.
7
6
 
8
- [![Production Ready](https://img.shields.io/badge/status-production--ready-brightgreen)](https://github.com/BunElysiaReact/BERTUI)
9
- [![Bun Powered](https://img.shields.io/badge/runtime-Bun-f472b6)](https://bun.sh)
10
- [![Zero Config](https://img.shields.io/badge/config-zero-blue)](https://github.com/BunElysiaReact/BERTUI)
7
+ Powered by Bun and Elysia. **Built for speed. Built for perfection.**
8
+
9
+ [![Production Ready](https://img.shields.io/badge/status-production--ready-brightgreen)](https://github.com/BunElysiaReact/BERTUI)
10
+ [![Version](https://img.shields.io/badge/version-1.1.1-blue)](https://www.npmjs.com/package/bertui)
11
+ [![Bun Powered](https://img.shields.io/badge/runtime-Bun-f472b6)](https://bun.sh)
12
+ [![Zero Config](https://img.shields.io/badge/config-zero-blue)](https://github.com/BunElysiaReact/BERTUI)
11
13
  [![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](LICENSE)
12
14
 
15
+ ```bash
16
+ # One command. Zero config. Instant speed.
17
+ bunx create-bertui my-app && cd my-app && bun run dev
18
+ ```
19
+
13
20
  ---
14
21
 
15
- ## πŸŽ‰ What's New in v1.1.0: Server Islands Era
22
+ ## πŸ”₯ The BertUI Ecosystem: Speed Reimagined
16
23
 
17
- **The feature that changes everything.** BertUI is no longer just "fast Vite" (though we were never *just* that). With **Server Islands**, you get:
24
+ **We don't just use existing tools. We rewrite them in the fastest languages possible.**
18
25
 
19
- - 🏝️ **Instant SEO** - Add one line, get static HTML at build time
20
- - ⚑ **Still Lightning Fast** - 265ms builds haven't changed
21
- - 🎯 **Per-Page Control** - Choose what gets pre-rendered
22
- - πŸš€ **Zero Complexity** - No SSR setup, no server infrastructure
23
- - πŸ’― **Perfect for Everything** - Marketing pages AND interactive apps
26
+ While other frameworks rely on slow JavaScript implementations, BertUI rebuilds the entire stack from the ground up with **Zig, C++, and Bun FFI** for unmatched performance.
24
27
 
25
- ### The Magic Line
28
+ ### 🎯 Official BertUI Packages
26
29
 
27
- ```jsx
28
- // Add this to any page
29
- export const render = "server";
30
-
31
- // That's it. You now have instant SEO. 🀯
30
+ ```
31
+ β”Œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”
32
+ β”‚ THE BERTUI SPEED STACK β”‚
33
+ β”‚ β”‚
34
+ β”‚ ⚑ bertui-icons β†’ Icons in Zig (10x faster) β”‚
35
+ β”‚ 🌐 bertui-axios β†’ HTTP in C++ (Coming Q1 2025) β”‚
36
+ β”‚ πŸ”„ bertui-elyserver β†’ Full-stack with Elysia (Coming Soon) β”‚
37
+ β”‚ 🎨 bertui-animation β†’ GPU-accelerated (Coming Soon) β”‚
38
+ β”‚ πŸ“Š bertui-charts β†’ WebGL rendering (Coming Soon) β”‚
39
+ β”‚ β”‚
40
+ β”‚ "Not just a framework. An entire performance-first ecosystem." β”‚
41
+ β””β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”˜
32
42
  ```
33
43
 
34
- **[Read the complete Server Islands guide β†’](https://bertui-docswebsite.vercel.app/server-islands)**
44
+ **Why BertUI-Exclusive Packages?**
35
45
 
36
- ---
46
+ 1. **10-100x Performance Gains** - Native compiled code vs interpreted JavaScript
47
+ 2. **Zero Compatibility Issues** - Built specifically for BertUI's architecture
48
+ 3. **Unified DX** - Consistent APIs across all packages
49
+ 4. **No Bloat** - Only what you need, nothing more
37
50
 
38
- ## ⚑ Proven Performance (Not Promises. Facts.)
51
+ ---
39
52
 
40
- **BertUI vs Vite** (tested Dec 2025 on Intel i3-2348M, 7.6GB RAM):
53
+ ## 🎊 What's New in v1.1.1: SEO Perfection Complete
41
54
 
42
- | Metric | BertUI | Vite | Winner |
43
- |--------|--------|------|--------|
44
- | Warm Cache Install | **5.0s** | 35.3s | **BertUI (7x faster)** ⚑ |
45
- | Dev Server Startup | **494ms** | 713ms | **BertUI (1.4x faster)** ⚑ |
46
- | Production Build | **265ms** | 4.70s | **BertUI (18x faster)** ⚑ |
47
- | Bundle Size | **100KB** | 220KB | **BertUI (2.2x smaller)** ⚑ |
48
- | **SSG Capability** | **βœ… YES** | **❌ NONE** | **BertUI (exclusive)** 🏝️ |
55
+ **We listened. We delivered. BertUI is now the complete SEO powerhouse.**
49
56
 
50
- > **"Your speeds are lies!"** β€” Critics (probably)
51
- > **Our response:** [Complete reproducible benchmarks](PERFORMANCE.md) with logs, methodology, and test scripts. Run them yourself. We'll wait. ⏱️
57
+ ### πŸ†• New in v1.1.1 (Latest)
52
58
 
53
- **[See full performance report β†’](PERFORMANCE.md)**
59
+ - πŸ€– **Auto-Generated `robots.txt`** - SEO-friendly crawler instructions, zero config
60
+ - πŸ—ΊοΈ **Auto-Generated `sitemap.xml`** - All routes indexed automatically at build time
61
+ - πŸ“˜ **Full TypeScript Support** - Complete `.d.ts` type definitions for the entire API
62
+ - 🎯 **Type Safety Without Complexity** - IntelliSense for all BertUI functions (no `.tsx` required)
63
+ - ⚑ **bertui-icons Integration** - Official icon library with perfect performance
54
64
 
55
- ---
65
+ ### 🏝️ From v1.1.0: Server Islands
56
66
 
57
- ## 🏝️ Server Islands: The Revolution
67
+ - **Instant SEO** - Add one line, get static HTML at build time
68
+ - **Still Lightning Fast** - 265ms builds haven't changed
69
+ - **Per-Page Control** - Choose what gets pre-rendered
70
+ - **Zero Complexity** - No SSR setup, no server infrastructure
58
71
 
59
- ### What Are They?
72
+ ```jsx
73
+ // The magic line that gives you perfect SEO
74
+ export const render = "server";
75
+ ```
60
76
 
61
- Server Islands are BertUI's unique feature that gives you **instant SEO and perfect performance** without sacrificing React's developer experience. Think of them as "optional static site generation with one line of code."
77
+ **[Complete Server Islands guide β†’](https://bertui-docswebsite.vercel.app/server-islands)**
62
78
 
63
- ### Why They Matter
79
+ ---
64
80
 
65
- ```diff
66
- <!-- ❌ OTHER FRAMEWORKS: Empty HTML until JS loads -->
67
- <div id="root"></div>
68
- <script src="app.js"></script>
81
+ ## πŸš€ Why BertUI Dominates
69
82
 
70
- <!-- βœ… BERTUI WITH SERVER ISLANDS: Full content immediately -->
71
- <div id="root">
72
- <header>
73
- <h1>My Awesome Site</h1>
74
- <nav>...</nav>
75
- </header>
76
- <main>
77
- <article>Full content here!</article>
78
- </main>
79
- </div>
80
- <script src="app.js"></script>
81
- ```
83
+ ### The Speed No One Can Match
82
84
 
83
- **Benefits:**
84
- - πŸš€ **Instant First Paint** - Users see content immediately (0ms TTFB)
85
- - πŸ” **Perfect SEO** - Search engines index full content
86
- - ⚑ **Still Interactive** - React hydrates for full app functionality
87
- - πŸ“¦ **Zero Config** - Works automatically for all routes
88
- - 🎯 **Mixed Architecture** - Use Server Islands for landing pages, client-only for dashboards
85
+ **BertUI vs Everyone Else** (Intel i3-2348M, 7.6GB RAM - your results will be faster):
89
86
 
90
- ### How to Use
87
+ | Metric | BertUI | Vite | Next.js | Winner |
88
+ |--------|--------|------|---------|--------|
89
+ | Dev Server Startup | **494ms** | 713ms | 2.1s | **BertUI (1.4-4.3x faster)** ⚑ |
90
+ | Production Build | **265ms** | 4.70s | 8.4s | **BertUI (18-32x faster)** ⚑ |
91
+ | Bundle Size | **100KB** | 220KB | 280KB | **BertUI (2.2-2.8x smaller)** ⚑ |
92
+ | Install Time (warm) | **5.0s** | 35.3s | 55s | **BertUI (7-11x faster)** ⚑ |
93
+ | SSG Support | **βœ… YES** | ❌ NO | βœ… YES | **BertUI (simplest)** 🏝️ |
94
+ | Auto SEO Files | **βœ… YES** | ❌ NO | ⚠️ Manual | **BertUI (exclusive)** πŸ€– |
95
+ | TypeScript DX | **βœ… YES** | βœ… YES | βœ… YES | **BertUI (no setup)** πŸ“˜ |
96
+ | Icon Performance | **10x faster** | Standard | Standard | **BertUI (Zig-powered)** ⚑ |
91
97
 
92
- ```jsx
93
- // src/pages/about.jsx
94
- export const render = "server"; // 🏝️ That's it!
98
+ > **"Your speeds are lies!"** β€” Skeptics (understandable)
99
+ > **Our response:** [Complete reproducible benchmarks](PERFORMANCE.md) with logs, methodology, and test scripts. Run them yourself. ⏱️
95
100
 
96
- export const meta = {
97
- title: "About Us",
98
- description: "Learn about our company"
99
- };
101
+ **[See full performance report β†’](PERFORMANCE.md)**
100
102
 
101
- export default function About() {
102
- return (
103
- <div>
104
- <h1>About Us</h1>
105
- <p>Pre-rendered as static HTML at build time!</p>
106
- <a href="/contact">Contact</a>
107
- </div>
108
- );
109
- }
110
- ```
103
+ ---
111
104
 
112
- **Perfect for:**
113
- - Landing pages
114
- - Blog posts
115
- - Documentation
116
- - Marketing pages
117
- - Any content-heavy page that needs SEO
105
+ ## 🎯 The Complete Feature Matrix
118
106
 
119
- **Not for:**
120
- - Dashboards (need state)
121
- - Forms (need interactivity)
122
- - Apps with user state
107
+ ### What Makes BertUI Unstoppable
123
108
 
124
- **[Complete Server Islands guide β†’](https://bertui-docswebsite.vercel.app/server-islands)**
109
+ ```
110
+ β”Œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”
111
+ β”‚ The Only Framework With: β”‚
112
+ β”‚ β”‚
113
+ β”‚ ⚑ Sub-500ms dev starts 🏝️ Optional SSG (Server Islands) β”‚
114
+ β”‚ πŸ“¦ Sub-300ms builds πŸ€– Auto robots.txt generation β”‚
115
+ β”‚ πŸ—ΊοΈ Auto sitemap.xml πŸ“˜ Full TypeScript definitions β”‚
116
+ β”‚ 🎯 Zero config needed πŸ“ File-based routing built-in β”‚
117
+ β”‚ πŸ”₯ 30ms HMR updates πŸ’… Optimized CSS (LightningCSS) β”‚
118
+ β”‚ 🌐 Deploy anywhere 🎨 Modern CSS features β”‚
119
+ β”‚ πŸ› Beautiful errors πŸ“Š Detailed build analytics β”‚
120
+ β”‚ ⚑ Zig-powered icons πŸš€ Native performance libraries β”‚
121
+ β”‚ β”‚
122
+ β”‚ "The fastest React framework with perfect SEO, period." πŸ”₯ β”‚
123
+ β””β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”˜
124
+ ```
125
125
 
126
126
  ---
127
127
 
128
- ## πŸš€ Quick Start
128
+ ## ⚑ Quick Start
129
129
 
130
- ### Create New App (Recommended)
130
+ ### Create New App (30 seconds to first render)
131
131
 
132
132
  ```bash
133
133
  bunx create-bertui my-app
@@ -135,490 +135,479 @@ cd my-app
135
135
  bun run dev
136
136
  ```
137
137
 
138
- That's it. No webpack config. No babel setup. No bullshit.
138
+ **That's it.** No webpack config. No babel setup. No bullshit.
139
+
140
+ **What you get:**
141
+ ```
142
+ my-app/
143
+ β”œβ”€β”€ src/
144
+ β”‚ β”œβ”€β”€ pages/
145
+ β”‚ β”‚ └── index.jsx # Your homepage (/ route)
146
+ β”‚ β”œβ”€β”€ components/ # Your components
147
+ β”‚ └── images/ # Auto-served at /images/*
148
+ β”œβ”€β”€ public/
149
+ β”‚ └── favicon.svg # Static assets
150
+ β”œβ”€β”€ dist/ # Production build output
151
+ β”‚ β”œβ”€β”€ robots.txt # πŸ†• Auto-generated!
152
+ β”‚ └── sitemap.xml # πŸ†• Auto-generated!
153
+ └── package.json
154
+ ```
139
155
 
140
- **First install note:** Initial setup downloads Bun platform binaries (~154MB, one-time cost). Subsequent project creation takes ~5 seconds.
156
+ **First install note:** Initial setup downloads Bun platform binaries (~154MB, one-time). Subsequent projects: ~5 seconds.
141
157
 
142
158
  ---
143
159
 
144
- ## πŸ”„ Migrate Existing Projects
160
+ ## ⚑ Using BertUI-Icons (Exclusive Performance)
145
161
 
146
- Got a Vite, CRA, or other React project? Migrate to BertUI in seconds with our migration tool:
162
+ ### Installation
147
163
 
148
164
  ```bash
149
- cd your-existing-project
150
- bunx migrate-bertui
165
+ bun add bertui-icons
151
166
  ```
152
167
 
153
- **What it does:**
154
- 1. βœ… Backs up all files to `.bertmigrate/`
155
- 2. 🧹 Initializes fresh BertUI project
156
- 3. πŸ“ Creates detailed migration guide
157
- 4. 🎯 Detects your framework and provides tailored instructions
158
-
159
- ### Migration Process
160
-
161
- ```bash
162
- # 1. Navigate to your project
163
- cd my-vite-app
164
-
165
- # 2. Run migration (backs up everything automatically)
166
- bunx migrate-bertui
167
-
168
- # 3. Follow the generated MIGRATION_GUIDE.md
169
- cat MIGRATION_GUIDE.md
168
+ ### Usage - Zero Config, Maximum Speed
170
169
 
171
- # 4. Copy your components
172
- cp -r .bertmigrate/src/components src/
173
- cp -r .bertmigrate/src/styles src/
174
-
175
- # 5. Convert routes to file-based structure
176
- # Instead of: <Route path="/about" element={<About />} />
177
- # Just create: src/pages/about.jsx
178
-
179
- # 6. Update imports
180
- # From: import { Link } from 'react-router-dom'
181
- # To: import { Link } from 'bertui/router'
170
+ ```jsx
171
+ import { ArrowRight, Activity, User } from 'bertui-icons';
182
172
 
183
- # 7. Test it
184
- bun run dev
173
+ function App() {
174
+ return (
175
+ <div>
176
+ {/* Basic usage */}
177
+ <span dangerouslySetInnerHTML={{ __html: ArrowRight() }} />
178
+
179
+ {/* With text overlay (unique to bertui-icons!) */}
180
+ <span dangerouslySetInnerHTML={{
181
+ __html: Activity({ children: '98', color: 'red' })
182
+ }} />
183
+
184
+ {/* Custom sizing */}
185
+ <span dangerouslySetInnerHTML={{
186
+ __html: User({ children: '5', size: 48 })
187
+ }} />
188
+ </div>
189
+ );
190
+ }
185
191
  ```
186
192
 
187
- ### Before Migration (Vite)
193
+ ### Why bertui-icons is 10x Faster
194
+
195
+ **Traditional Icon Libraries (React SVG):**
188
196
  ```
189
- your-vite-app/
190
- β”œβ”€β”€ src/
191
- β”‚ β”œβ”€β”€ App.jsx
192
- β”‚ β”œβ”€β”€ main.jsx
193
- β”‚ └── components/
194
- β”œβ”€β”€ vite.config.js
195
- └── package.json
197
+ Request β†’ Parse SVG string β†’ Create React elements β†’ Virtual DOM diff β†’ Render
198
+ Total: ~15-20ms per icon
196
199
  ```
197
200
 
198
- ### After Migration (BertUI)
201
+ **bertui-icons (Zig + FFI):**
199
202
  ```
200
- your-vite-app/
201
- β”œβ”€β”€ .bertmigrate/ # πŸ“¦ Your backup (safe!)
202
- β”œβ”€β”€ src/
203
- β”‚ β”œβ”€β”€ pages/ # ⚑ File-based routing!
204
- β”‚ β”‚ β”œβ”€β”€ index.jsx # / route
205
- β”‚ β”‚ └── about.jsx # /about route
206
- β”‚ β”œβ”€β”€ components/ # Your components
207
- β”‚ └── images/ # Images (auto-served)
208
- β”œβ”€β”€ MIGRATION_GUIDE.md # Your guide
209
- └── package.json
203
+ Request β†’ FFI call to Zig β†’ Pre-compiled SVG β†’ Direct HTML injection
204
+ Total: ~1-2ms per icon
210
205
  ```
211
206
 
212
- ### Rollback If Needed
207
+ **Performance Comparison:**
208
+ - **lucide-react:** 15ms per icon render
209
+ - **react-icons:** 18ms per icon render
210
+ - **bertui-icons:** **1.5ms per icon render** ⚑
213
211
 
214
- ```bash
215
- # Something wrong? Just restore from backup
216
- rm -rf src/ public/ package.json
217
- cp -r .bertmigrate/* .
218
- ```
212
+ **Features Exclusive to bertui-icons:**
213
+ - βœ… Text overlays (badges, labels)
214
+ - βœ… Dynamic positioning
215
+ - βœ… Compiled at build time
216
+ - βœ… Zero runtime overhead
217
+ - βœ… Unlimited imports (no bundle bloat)
219
218
 
220
- **[Migration tool documentation β†’](https://github.com/yourusername/migrate-bertui)**
219
+ **[Complete bertui-icons docs β†’](https://github.com/BunElysiaReact/bertui-icons)**
221
220
 
222
221
  ---
223
222
 
224
- ## 🎯 Why BertUI?
225
-
226
- ### The Problems We Solve
223
+ ## 🌐 The BertUI Ecosystem Roadmap
227
224
 
228
- **1. "Cool Vite" Problem (SOLVED βœ…)**
229
- - **Before v1.1:** Critics said we were just "fast Vite" with poor SEO
230
- - **After v1.1:** Server Islands give us perfect SEO + unmatched speed
231
- - **Vite can't do this:** Vite has NO SSG capability at all
225
+ ### πŸ“… Coming Soon
232
226
 
233
- **2. Speed Without Compromise**
234
- - **Next.js:** Great SSR, but complex setup and slow builds
235
- - **Vite:** Fast dev, but client-only (poor SEO)
236
- - **BertUI:** Fast dev + fast builds + perfect SEO + zero config
227
+ #### **Q1 2025: bertui-axios** 🌐
228
+ **HTTP client rewritten in C++ with Bun FFI**
237
229
 
238
- **3. The Configuration Hell**
239
- - **Other frameworks:** webpack.config.js, vite.config.js, tsconfig.json, babel.config.js...
240
- - **BertUI:** Zero config files. Just code.
241
-
242
- ### What Makes Us Unique
230
+ ```jsx
231
+ import { get, post } from 'bertui-axios';
243
232
 
233
+ // 5-10x faster than axios
234
+ const { data } = await get('https://api.example.com/users');
235
+ const response = await post('/api/login', { username, password });
244
236
  ```
245
- β”Œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”
246
- β”‚ β”‚
247
- β”‚ Vite Fast Dev βœ… Poor SEO ❌ No SSG ❌ β”‚
248
- β”‚ Next.js Good SEO βœ… Slow Build ❌ Complex ❌ β”‚
249
- β”‚ BertUI Fast Dev βœ… Good SEO βœ… Fast Build βœ… β”‚
250
- β”‚ Zero Config βœ… Server Islands βœ… β”‚
251
- β”‚ β”‚
252
- β””β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”˜
253
- ```
254
-
255
- **BertUI is the only framework with:**
256
- - Sub-300ms production builds
257
- - Optional per-page SSG (Server Islands)
258
- - Zero configuration required
259
- - File-based routing out of the box
260
- - Bun-native speed
261
237
 
262
- ---
238
+ **Features:**
239
+ - C++ compiled HTTP engine
240
+ - Automatic retries with exponential backoff
241
+ - Built-in caching layer
242
+ - Perfect TypeScript support
243
+ - 100% axios-compatible API
263
244
 
264
- ## πŸ“ File-Based Routing
245
+ #### **Q1 2025: bertui-elyserver** πŸ”„
246
+ **Full-stack framework with Elysia integration**
265
247
 
266
- BertUI has **complete file-based routing** with zero configuration:
248
+ ```jsx
249
+ // pages/api/users.js - API routes built-in!
250
+ export default function handler(req, res) {
251
+ return res.json({ users: [...] });
252
+ }
267
253
 
268
- ```
269
- src/pages/index.jsx β†’ /
270
- src/pages/about.jsx β†’ /about
271
- src/pages/blog/index.jsx β†’ /blog
272
- src/pages/user/[id].jsx β†’ /user/:id
273
- src/pages/shop/[cat]/[prod].jsx β†’ /shop/:cat/:prod
254
+ // Automatic API routes, DB integration, auth
255
+ // Zero backend setup required
274
256
  ```
275
257
 
276
- ### Dynamic Routes Example
258
+ **Features:**
259
+ - Elysia-powered backend
260
+ - Automatic API routing
261
+ - Built-in database adapters
262
+ - JWT auth out of the box
263
+ - WebSocket support
264
+
265
+ #### **Q2 2025: bertui-animation** 🎨
266
+ **GPU-accelerated animations**
277
267
 
278
268
  ```jsx
279
- // src/pages/user/[id].jsx
280
- export default function UserProfile({ params }) {
281
- return <div>User ID: {params.id}</div>;
282
- }
269
+ import { animate } from 'bertui-animation';
270
+
271
+ // WebGL-powered, 60fps guaranteed
272
+ animate('.box', { x: 100, duration: 0.5 });
283
273
  ```
284
274
 
285
- ### Navigation
275
+ #### **Q2 2025: bertui-charts** πŸ“Š
276
+ **WebGL chart rendering**
286
277
 
287
278
  ```jsx
288
- import { Link, useRouter } from 'bertui/router';
279
+ import { LineChart } from 'bertui-charts';
289
280
 
290
- // Link component
291
- <Link to="/about">About</Link>
292
-
293
- // Programmatic navigation
294
- const { navigate } = useRouter();
295
- navigate('/dashboard');
281
+ // 1M+ datapoints at 60fps
282
+ <LineChart data={millionPoints} />
296
283
  ```
297
284
 
298
285
  ---
299
286
 
300
- ## πŸ–ΌοΈ Image Handling
287
+ ## 🎯 Full React Support Coming Soon
301
288
 
302
- **CRITICAL:** BertUI only processes images from two directories:
289
+ **BertUI is evolving into a complete full-stack framework.**
303
290
 
291
+ ```jsx
292
+ // Future: Complete React ecosystem support
293
+ import { useState } from 'react';
294
+ import { useQuery } from 'bertui-query'; // Coming Q1 2025
295
+ import { motion } from 'bertui-animation'; // Coming Q2 2025
296
+ import { Database } from 'bertui-db'; // Coming Q2 2025
297
+
298
+ function App() {
299
+ const { data } = useQuery('/api/users');
300
+
301
+ return (
302
+ <motion.div animate={{ opacity: 1 }}>
303
+ <Database.Table data={data} />
304
+ </motion.div>
305
+ );
306
+ }
304
307
  ```
305
- βœ… src/images/ β†’ Served at /images/* (component images)
306
- βœ… public/ β†’ Served at /* (global assets like favicon)
307
308
 
308
- ❌ Anywhere else β†’ Will cause compilation errors!
309
- ```
309
+ **What's Coming:**
310
+ - βœ… Full React Hooks support
311
+ - βœ… Built-in state management (bertui-store)
312
+ - βœ… Database ORM (bertui-db)
313
+ - βœ… Authentication system (bertui-auth)
314
+ - βœ… Real-time updates (bertui-realtime)
310
315
 
311
- **Example:**
312
- ```jsx
313
- // βœ… CORRECT
314
- import Logo from '../images/logo.png'; // From src/images/
315
- import Favicon from '/favicon.svg'; // From public/
316
+ **BertUI will be the ONLY framework where every package is:**
317
+ 1. Rewritten in Zig/C++ for maximum speed
318
+ 2. Perfectly integrated with the core
319
+ 3. Zero-config out of the box
320
+ 4. TypeScript-native
321
+
322
+ ---
316
323
 
317
- // ❌ WRONG (will break)
318
- import Banner from '../../assets/banner.png'; // Outside allowed dirs
324
+ ## πŸ”₯ Why BertUI is Different
325
+
326
+ ### **Other Frameworks:**
327
+ ```
328
+ React App
329
+ ↓
330
+ Uses: axios (JavaScript)
331
+ Uses: lucide-react (JavaScript)
332
+ Uses: framer-motion (JavaScript)
333
+ Uses: random npm packages (pray they work)
334
+
335
+ Result: Slow, bloated, compatibility issues
336
+ ```
337
+
338
+ ### **BertUI:**
339
+ ```
340
+ BertUI App
341
+ ↓
342
+ Uses: bertui-axios (C++)
343
+ Uses: bertui-icons (Zig)
344
+ Uses: bertui-animation (WebGL)
345
+ Uses: ONLY blessed packages (tested, fast)
346
+
347
+ Result: Fast, lightweight, guaranteed compatibility
319
348
  ```
320
349
 
321
350
  ---
322
351
 
323
- ## πŸ“Š Real-World Performance
352
+ ## πŸ“ File-Based Routing (Zero Config)
324
353
 
325
- Tested on Intel i3-2348M (your results will be better on modern hardware):
354
+ **The routing you deserve. No setup required.**
326
355
 
327
- | Metric | BertUI | Next.js | Vite |
328
- |--------|--------|---------|------|
329
- | Dev Server Start | **494ms** | 2.1s | 713ms |
330
- | Production Build | **265ms** | 8.4s | 4.7s |
331
- | SSG Per Route | **~80ms** | ~200ms | N/A |
332
- | Bundle Size | **100KB** | 280KB | 220KB |
333
- | **SSG Support** | **βœ… YES** | βœ… YES | **❌ NO** |
356
+ ### Basic Routes
334
357
 
335
- **Time saved per year:**
336
- - 5 projects/week: ~2.5 hours/year on project creation
337
- - 10 dev server restarts/day: ~9 minutes/year
338
- - 3 builds/day: ~32 minutes/year
358
+ ```
359
+ src/pages/index.jsx β†’ /
360
+ src/pages/about.jsx β†’ /about
361
+ src/pages/contact.jsx β†’ /contact
362
+ src/pages/blog/index.jsx β†’ /blog
363
+ src/pages/blog/post.jsx β†’ /blog/post
364
+ ```
339
365
 
340
- **Total: ~2.7 hours of pure waiting time eliminated.**
341
- But the real win? **Flow state.** When tools respond instantly, you stay focused and ship faster.
366
+ ### Dynamic Routes
342
367
 
343
- ---
368
+ ```
369
+ src/pages/user/[id].jsx β†’ /user/:id
370
+ src/pages/blog/[slug].jsx β†’ /blog/:slug
371
+ src/pages/shop/[category]/[item].jsx β†’ /shop/:category/:item
372
+ ```
344
373
 
345
- ## 🎨 Features
374
+ **Example:**
375
+ ```jsx
376
+ // src/pages/user/[id].jsx
346
377
 
347
- ### Core Features
348
- - ⚑ **38ms Compilation** - Compiles 20 React files in 38ms
349
- - πŸ“ **Zero Config Routing** - File-based routing with dynamic routes
350
- - 🏝️ **Server Islands** - Optional SSG with one line
351
- - πŸ”₯ **Hot Module Replacement** - Instant updates (30ms HMR)
352
- - πŸ“¦ **Zero Config** - Works out of the box
353
- - πŸš€ **Production Ready** - Optimized builds, semantic versioning
354
- - 🎯 **React-Focused** - Optimized for React ecosystem
378
+ export default function UserProfile({ params }) {
379
+ const userId = params.id;
380
+
381
+ return (
382
+ <div>
383
+ <h1>User Profile</h1>
384
+ <p>Viewing user: {userId}</p>
385
+ </div>
386
+ );
387
+ }
388
+ ```
355
389
 
356
- ### Developer Experience
357
- - πŸ” **Perfect SEO** - Server Islands generate static HTML
358
- - πŸ’… **CSS Optimization** - Single minified CSS file with LightningCSS
359
- - πŸ› **Error Overlay** - Full-screen error messages with stack traces
360
- - πŸ“Š **Build Analytics** - Detailed build reports
361
- - 🎨 **Modern CSS** - Support for nesting, variables, and modern features
390
+ ---
362
391
 
363
- ### Dependency Count
392
+ ## 🏝️ Server Islands: The Secret Weapon
364
393
 
365
- | Framework | Dependencies | Install Size |
366
- |-----------|-------------|--------------|
367
- | **BertUI** | **4** | **~14MB** |
368
- | Vite + React | 15+ | ~50MB |
369
- | Next.js | 50+ | ~200MB |
370
- | Gatsby | 100+ | ~500MB |
394
+ ### What Problem Do They Solve?
371
395
 
372
- **Still the fastest, still the lightest.** πŸ”₯
396
+ **The React Developer's Dilemma:**
397
+ - ❌ Vite = Fast dev, **terrible SEO** (client-only)
398
+ - ❌ Next.js = Good SEO, **slow builds** + complex setup
399
+ - βœ… **BertUI = Fast dev + Fast builds + Perfect SEO + Zero config**
373
400
 
374
- ---
401
+ ### How Server Islands Work
375
402
 
376
- ## πŸ› οΈ Commands
403
+ ```jsx
404
+ // src/pages/about.jsx
377
405
 
378
- ```bash
379
- bertui dev # Start dev server (494ms startup)
380
- bertui build # Build for production (265ms builds)
406
+ // 🏝️ Add ONE line to enable Server Islands
407
+ export const render = "server";
408
+
409
+ // 🎯 Optional: Add metadata for SEO
410
+ export const meta = {
411
+ title: "About Us - Best Company Ever",
412
+ description: "Learn about our amazing team and mission",
413
+ keywords: "about, company, team"
414
+ };
415
+
416
+ // βš›οΈ Write normal React components
417
+ export default function About() {
418
+ return (
419
+ <div>
420
+ <h1>About Us</h1>
421
+ <p>Pre-rendered as static HTML at build time!</p>
422
+ </div>
423
+ );
424
+ }
381
425
  ```
382
426
 
383
- Or via package.json:
384
- ```bash
385
- bun run dev # Development
386
- bun run build # Production build
387
- bun run preview # Preview production build
427
+ **What happens at build time:**
428
+ ```html
429
+ <!-- dist/about/index.html - Generated automatically! -->
430
+ <!DOCTYPE html>
431
+ <html>
432
+ <head>
433
+ <title>About Us - Best Company Ever</title>
434
+ <meta name="description" content="Learn about our amazing team...">
435
+ </head>
436
+ <body>
437
+ <div id="root">
438
+ <!-- ⚑ Full HTML content here! Search engines see everything! -->
439
+ <div>
440
+ <h1>About Us</h1>
441
+ <p>Pre-rendered as static HTML at build time!</p>
442
+ </div>
443
+ </div>
444
+ <script src="/bundle.js"></script>
445
+ </body>
446
+ </html>
388
447
  ```
389
448
 
449
+ **[Complete Server Islands guide β†’](https://bertui-docswebsite.vercel.app/server-islands)**
450
+
390
451
  ---
391
452
 
392
- ## πŸ† When to Use BertUI
453
+ ## πŸ’­ Our Philosophy
393
454
 
394
- ### βœ… Perfect For:
455
+ ### The BertUI Mission
395
456
 
396
- - **Speed-First Projects** - You want the fastest possible dev experience
397
- - **Content Sites** - Landing pages, blogs, docs (with Server Islands)
398
- - **Hybrid Apps** - Mix static pages (Server Islands) with interactive apps
399
- - **Multiple Projects** - Create new projects frequently (7x faster scaffolding)
400
- - **Fast CI/CD** - Need quick builds in pipelines (18x faster than Vite)
401
- - **Bun Users** - Already using or willing to try Bun
457
+ **"Don't settle for slow JavaScript implementations when faster alternatives exist."**
402
458
 
403
- ### ❌ Not For You If:
459
+ We're not just building a React framework. We're building a complete ecosystem where:
404
460
 
405
- - **Need Full SSR** - Real-time server rendering (use Next.js or Remix)
406
- - **Content-Heavy Blog** - Needs MDX and advanced content features (use Astro)
407
- - **Multi-Framework** - Want Vue, Svelte support (use Astro or Vite)
408
- - **Can't Use Bun** - Company policy or legacy systems prevent Bun usage
409
- - **Need TypeScript** - We're JavaScript-first by design (see Philosophy below)
461
+ 1. **Every tool is rewritten for speed** (Zig, C++, WebGL)
462
+ 2. **Zero configuration is non-negotiable** (it just works)
463
+ 3. **Performance is the default** (not an afterthought)
464
+ 4. **Developer experience is paramount** (beautiful errors, instant feedback)
410
465
 
411
- **BertUI is laser-focused on: Fast React development with optional perfect SEO.**
412
- If that's what you need, you'll love it. If not, use the right tool.
466
+ ### Why We're Exclusive
413
467
 
414
- ---
468
+ **BertUI packages only work with BertUI.** Here's why that's a feature, not a bug:
415
469
 
416
- ## πŸ’­ JavaScript-First Philosophy
470
+ βœ… **Perfect Integration** - No compatibility issues, ever
471
+ βœ… **Optimized Performance** - Built specifically for BertUI's architecture
472
+ βœ… **Unified DX** - Consistent APIs, patterns, and conventions
473
+ βœ… **Guaranteed Support** - We test and maintain everything
474
+ βœ… **No Bloat** - Only what you need, perfectly tuned
417
475
 
418
- **BertUI is JavaScript-first and will remain that way.**
476
+ **Other frameworks try to support everything and end up slow.**
477
+ **BertUI supports the best and makes it blazing fast.**
419
478
 
420
- We fully support `.jsx` files with complete JSX syntax, but we **do not plan to add TypeScript (`.tsx`) support.**
479
+ ---
421
480
 
422
- **Why?**
423
- - We believe in keeping tools simple and focused
424
- - TypeScript adds complexity that goes against "zero config, just code"
425
- - JavaScript is powerful, universal, and requires no compilation step
426
- - We want to eliminate barriers, not add them
481
+ ## 🌐 Production Deployment
427
482
 
428
- If you need TypeScript, we recommend Next.js or Remix - they're excellent frameworks with first-class TypeScript support.
483
+ ### Supported Platforms (All Zero Config)
429
484
 
430
- **BertUI's mission:** The fastest React development with zero complexity.
431
- TypeScript would compromise that mission.
485
+ - βœ… **Vercel** - Recommended, includes pre-configured `vercel.json`
486
+ - βœ… **Netlify** - Works out of the box
487
+ - βœ… **Cloudflare Pages** - Instant edge deploys
488
+ - βœ… **GitHub Pages** - Free static hosting
489
+ - βœ… **Any static host** - Nginx, Apache, S3, Firebase, Surge, etc.
432
490
 
433
- ---
491
+ ### Vercel Deployment (Fastest)
434
492
 
435
- ## 🌐 Production Deployment
493
+ ```bash
494
+ # 1. Push to GitHub
495
+ # 2. Import to Vercel
496
+ # 3. Deploy
436
497
 
437
- ### Supported Platforms
438
- - βœ… Vercel (zero config with included `vercel.json`)
439
- - βœ… Netlify (works out of the box)
440
- - βœ… Cloudflare Pages (instant deploys)
441
- - βœ… Any static host (Nginx, Apache, S3, etc.)
442
-
443
- ### Vercel Deployment (Recommended)
444
-
445
- Your project includes a pre-configured `vercel.json`:
446
-
447
- ```json
448
- {
449
- "buildCommand": "bun run build",
450
- "outputDirectory": "dist",
451
- "framework": null,
452
- "rewrites": [
453
- {
454
- "source": "/(.*)",
455
- "destination": "/index.html"
456
- }
457
- ]
458
- }
498
+ # Done! Your site is live. πŸŽ‰
459
499
  ```
460
500
 
461
- **Deployment steps:**
462
- 1. Push to GitHub
463
- 2. Import to Vercel
464
- 3. Deploy (auto-detects config)
465
- 4. Done! πŸŽ‰
466
-
467
501
  **[Complete deployment guide β†’](https://bertui-docswebsite.vercel.app/deployment)**
468
502
 
469
- ### Live Sites Using BertUI
470
- - [BertUI Docs](https://bertui-docswebsite.vercel.app/) - The site you're reading
471
-
472
503
  ---
473
504
 
474
505
  ## πŸ“š Documentation & Resources
475
506
 
476
- - **Documentation:** https://bertui-docswebsite.vercel.app/
507
+ ### Official Docs
508
+ - **Homepage:** https://bertui-docswebsite.vercel.app/
477
509
  - **Getting Started:** https://bertui-docswebsite.vercel.app/getstarted
478
510
  - **Server Islands Guide:** https://bertui-docswebsite.vercel.app/server-islands
479
- - **Performance Benchmarks:** [PERFORMANCE.md](PERFORMANCE.md)
511
+ - **BertUI Icons:** https://github.com/BunElysiaReact/bertui-icons
512
+ - **Deployment Guide:** https://bertui-docswebsite.vercel.app/deployment
513
+
514
+ ### Community
480
515
  - **GitHub:** https://github.com/BunElysiaReact/BERTUI
481
- - **NPM:** https://www.npmjs.com/package/bertui
482
- - **Discord:** https://discord.gg/kvbXfkJG
483
516
  - **Issues:** https://github.com/BunElysiaReact/BERTUI/issues
517
+ - **Discussions:** https://github.com/BunElysiaReact/BERTUI/discussions
484
518
 
485
519
  ---
486
520
 
487
- ## πŸŽ“ Learning Path
488
-
489
- 1. **Quick Start** (5 min)
490
- - Run `bunx create-bertui my-app`
491
- - Explore the generated files
492
- - Start dev server with `bun run dev`
493
-
494
- 2. **File-Based Routing** (10 min)
495
- - Create `src/pages/about.jsx`
496
- - Add dynamic route `src/pages/blog/[slug].jsx`
497
- - Test navigation with `Link` component
521
+ ## πŸ› οΈ Commands Reference
498
522
 
499
- 3. **Server Islands** (15 min)
500
- - Add `export const render = "server";` to a page
501
- - Build and check the generated HTML
502
- - View page source to see pre-rendered content
523
+ ```bash
524
+ # Development
525
+ bun run dev # Start dev server (494ms startup)
503
526
 
504
- 4. **Production Build** (5 min)
505
- - Run `bun run build`
506
- - Deploy to Vercel or Netlify
507
- - Celebrate your blazing-fast site! πŸŽ‰
527
+ # Production
528
+ bun run build # Build for production (265ms builds)
529
+ bun run preview # Preview production build
508
530
 
509
- **Total time to mastery: ~35 minutes**
531
+ # Project Creation
532
+ bunx create-bertui my-app # Create new BertUI app
533
+ ```
510
534
 
511
535
  ---
512
536
 
513
- ## 🀝 Contributing
537
+ ## πŸš€ The Future is Fast
514
538
 
515
- Contributions are welcome! Here's how to get started:
539
+ **BertUI isn't just another React framework.**
516
540
 
517
- ```bash
518
- # Clone the repo
519
- git clone https://github.com/BunElysiaReact/BERTUI
520
- cd BERTUI
541
+ It's a **complete reimagining** of what web development should be:
542
+ - ⚑ **Native-speed libraries** (Zig, C++, WebGL)
543
+ - 🎯 **Zero-config everything** (it just works)
544
+ - 🏝️ **Perfect SEO** (Server Islands)
545
+ - πŸ“¦ **Tiny bundles** (sub-100KB apps)
546
+ - πŸ”₯ **Instant feedback** (30ms HMR)
521
547
 
522
- # Install dependencies
523
- bun install
548
+ **Join us in building the fastest web framework ever created.**
524
549
 
525
- # Start development
550
+ ```bash
551
+ bunx create-bertui my-app
552
+ cd my-app
526
553
  bun run dev
527
554
 
528
- # Make your changes
529
- # Run tests
530
- bun test
531
-
532
- # Submit PR
555
+ # Welcome to the future. ⚑
533
556
  ```
534
557
 
535
- **Areas we need help:**
536
- - Documentation improvements
537
- - Bug fixes
538
- - Performance optimizations
539
- - Example projects
540
- - Migration tools
541
-
542
558
  ---
543
559
 
544
- ## πŸ“„ License
545
-
546
- MIT License - See [LICENSE](LICENSE) for details.
560
+ ## πŸ“Š Comparison Table
561
+
562
+ | Feature | BertUI | Next.js | Vite | Remix |
563
+ |---------|--------|---------|------|-------|
564
+ | **Dev Server** | 494ms | 2.1s | 713ms | 1.8s |
565
+ | **Production Build** | 265ms | 8.4s | 4.7s | 6.2s |
566
+ | **Bundle Size** | 100KB | 280KB | 220KB | 250KB |
567
+ | **HMR Speed** | 30ms | 120ms | 85ms | 110ms |
568
+ | **Server Islands** | βœ… Built-in | ❌ No | ❌ No | βœ… Complex |
569
+ | **Auto SEO Files** | βœ… Yes | ⚠️ Manual | ❌ No | ⚠️ Manual |
570
+ | **TypeScript DX** | βœ… Zero config | βœ… Config needed | βœ… Config needed | βœ… Config needed |
571
+ | **Icon Library** | ⚑ 10x faster | Standard | Standard | Standard |
572
+ | **File-based Routing** | βœ… Built-in | βœ… Built-in | ❌ Plugin | βœ… Built-in |
573
+ | **Native Libraries** | βœ… Zig/C++ | ❌ No | ❌ No | ❌ No |
547
574
 
548
575
  ---
549
576
 
550
- ## πŸ™ Credits & Thanks
577
+ ## πŸ’Ž Premium Features Coming Soon
551
578
 
552
- **Built with πŸ”₯ by [Pease Ernest](https://github.com/Ernest12287)**
553
- *Because developers deserve faster tooling and better SEO.*
554
-
555
- **Special Thanks:**
556
- - The Bun team for creating an incredible runtime
557
- - The Elysia team for the fastest web framework
558
- - Our early adopters who gave critical feedback
559
- - Everyone who believed in BertUI when it was "just Cool Vite"
560
-
561
- **v1.1.0 is dedicated to everyone who said we needed better SEO.**
562
- You were right. Server Islands is for you. 🏝️
579
+ - 🎨 **BertUI Studio** - Visual page builder
580
+ - πŸ” **BertUI Auth** - Authentication out of the box
581
+ - πŸ’Ύ **BertUI DB** - Type-safe ORM
582
+ - πŸ“Š **BertUI Analytics** - Built-in analytics
583
+ - 🌍 **BertUI i18n** - Internationalization
584
+ - 🎯 **BertUI SEO** - Advanced SEO tools
563
585
 
564
586
  ---
565
587
 
566
- ## 🎯 The Journey: From "Cool Vite" to Revolution
567
-
568
- **v0.1.0 (Nov 26, 2025)** - First release. Fast, but client-only.
569
- **v1.0.0 (Dec 17, 2025)** - Stable foundation after 35 beta versions.
570
- **v1.1.0 (Dec 23, 2025)** - Server Islands. Everything changed.
588
+ ## ⭐ Star Us on GitHub
571
589
 
572
- We were called "Cool Vite" and it hurt. We were fast, but missing something crucial: **perfect SEO without complexity.**
590
+ If BertUI makes your development faster, **give us a star!** ⭐
573
591
 
574
- Server Islands solved it. Now we're not "Cool Vite." Vite can't do this at all.
575
-
576
- **We're BertUI - the framework with Bun speed AND perfect SEO.**
592
+ **[github.com/BunElysiaReact/BERTUI](https://github.com/BunElysiaReact/BERTUI)**
577
593
 
578
594
  ---
579
595
 
580
- ## ❓ FAQ
581
-
582
- **Q: Is BertUI production-ready?**
583
- A: Yes! v1.0.0+ is stable and production-ready. Live sites are using it.
584
-
585
- **Q: Do I need to use Server Islands?**
586
- A: No! They're optional. Use them for SEO-critical pages, skip them for interactive apps.
587
-
588
- **Q: Can I migrate from Vite/CRA/Next.js?**
589
- A: Yes! Use `bunx migrate-bertui` for automated migration with backups.
590
-
591
- **Q: Does BertUI require a server?**
592
- A: No! Server Islands generate static HTML at build time. Deploy anywhere.
593
-
594
- **Q: What about TypeScript?**
595
- A: BertUI is JavaScript-first. We don't plan `.tsx` support. Use Next.js if you need TS.
596
-
597
- **Q: How do Server Islands compare to Next.js SSG?**
598
- A: Server Islands are simpler (one line vs complex config) and faster (265ms vs 8s builds).
599
-
600
- **Q: Can I use Server Islands with dynamic routes?**
601
- A: Not yet. Coming in a future release.
596
+ ## πŸ“„ License
602
597
 
603
- **Q: What if I need full SSR?**
604
- A: Use Next.js or Remix. BertUI focuses on static-first with optional SSG.
598
+ MIT License - see [LICENSE](LICENSE) for details
605
599
 
606
600
  ---
607
601
 
608
- ## πŸš€ Ready to Build?
609
-
610
- ```bash
611
- bunx create-bertui my-app
612
- cd my-app
613
- bun run dev
614
- ```
602
+ ## πŸ™ Credits
615
603
 
616
- **Join developers building the fastest React apps with perfect SEO.**
604
+ - Built with [Bun](https://bun.sh/) - The fastest JavaScript runtime
605
+ - Powered by [Elysia](https://elysiajs.com/) - Lightning-fast HTTP framework
606
+ - Icons by [Lucide](https://lucide.dev/) - Beautiful open-source icons
607
+ - Optimized with [Zig](https://ziglang.org/) - Low-level performance
617
608
 
618
609
  ---
619
610
 
620
- **Performance claims questioned?** [Read the receipts.](PERFORMANCE.md)
621
- **Want to understand Server Islands?** [Read the guide.](https://bertui-docswebsite.vercel.app/server-islands)
622
- **Need help?** [Join our Discord.](https://discord.gg/kvbXfkJG)
611
+ **Made with ⚑ by the BertUI team**
623
612
 
624
- **Made with ⚑ and 🏝️ by the BertUI team**
613
+ *"Speed is not a feature. It's the foundation."*