@@ -46,7 +46,7 @@ _Meet the toolkit, Buddy:_
46
46
47
47
``` bash
48
48
buddy install # installs all dependencies
49
- buddy dev # starts one of the dev servers (components, functions, views, or docs)
49
+ buddy dev # starts one of the dev servers (frontend, API, components, docs, desktop, etc. )
50
50
buddy build # follow CLI prompts to select which library (or server) to build
51
51
buddy commit # follow CLI prompts for committing changes
52
52
buddy release # creates the releases for the stack & consequently, publishes them to npm
@@ -259,7 +259,7 @@ _Develop serverless (or server) functions with countless helpers to build scalab
259
259
- 🪄 ** AI** _ deep AI integrations & foundational model access_
260
260
- 🤖 ** APIs** _ scalability & maintainability built-in_
261
261
- 🏎️ ** Cache** _ Redis, DynamoDB, and more—serverless_
262
- - ⚙️ ** CLIs** _ create beautiful CLIs for Linux, Windows, and Mac—without requirements _
262
+ - ⚙️ ** CLIs** _ create beautiful CLIs for Linux, Windows, and Mac (dependency-free binaries) _
263
263
- 📀 ** Database** _ SQLite, MySQL, Postgres, PlanetScale, and more_
264
264
- 👾 ** Errors** _ native type-safe error handling_
265
265
- 🗓️ ** Events** _ functional event (front & backend) communication_
@@ -276,9 +276,9 @@ _Develop serverless (or server) functions with countless helpers to build scalab
276
276
- 🌪️ ** Validation** _ e2e type-safety (true frontend & backend harmony)_
277
277
- 🎯 ** X-Ray** _ all you need to debug, log & analyze_
278
278
279
- ### Cloud
279
+ ### Cloud Development
280
280
281
- _ Create your personal or professional Vercel/Netlify style cloud, based on MIT-licensed OSS. _
281
+ _ Develop & maintain cloud infrastructure with ease. “Imagine Vercel, Vapor and Forge having been unified.” _
282
282
283
283
- ☁️ ** Server** _ local development server & production-ready servers out-of-the-box_
284
284
- ⛅️ ** Serverless** _ on-demand, auto-scaling, zero maintenance_
0 commit comments