From c0fa3c130bd557ce26cc2209771ece3ba96a59ae Mon Sep 17 00:00:00 2001 From: Tirey Morris Date: Thu, 9 May 2024 17:48:13 -0500 Subject: [PATCH] Update README.md --- README.md | 66 ++++++++++++++++++++++++++----------------------------- 1 file changed, 31 insertions(+), 35 deletions(-) diff --git a/README.md b/README.md index fd92cf5..f4ed1d0 100644 --- a/README.md +++ b/README.md @@ -7,17 +7,43 @@ hyperwave is a server-side framework for building web applications. - ergonomic: best tooling of modern tooling combined with rock solid app architecture - portable: compile a binary to deploy anywhere -### Setup +## Why choose Hyperwave? -`bun install && bun run src/db.ts && bun dev` +### Streamline your workflow -Visit port 1234 and edit `server.tsx` +- **Simplify**: Hyperwave includes tooling thoughtfully chosen to cut through unquestioned complexity. +- **Rich UX**: Utilize htmx, tailwind, and hyperscript to manage client-side interactions within your HTML effortlessly. + +### Boost performance + +- **Faster load times**: Optimized payloads ensure quick loads, even on constrained networks. +- **Mobile optimized**: Enhance user experience on mobile with efficient, lightweight applications. + +### Improve developer experience + +- **Ease of use**: Immediate productivity with familiar tools like Tailwind CSS. +- **Less code**: Minimize debugging with fewer lines of code for regular tasks. + +### Simplified deployment + +- **One-click deployment**: Compile your entire project into a single binary for easy deployment. + +### Reduce costs + +- **Resource efficiency**: Smaller payloads and optimized server use help cut operational costs. +- **Scalable savings**: As your user base grows, the benefits of reduced resource use become even more significant. --- -### Demo +Choosing Hyperwave means embracing a smarter way to develop web applications, +where ease of use, performance, and developer experience go hand in hand. + + +### Setup + +`bun install && bun run src/db.ts && bun dev` -https://github.com/tireymorris/hyperwave/assets/3528600/ade1b785-c1b9-4bf8-be2b-3b07f2ae17f7 +Visit port 1234 and edit `server.tsx` --- @@ -75,33 +101,3 @@ Note: deploy `public/` with the executable, it contains the generated UnoCSS bui --- -## Why choose Hyperwave? - -### Streamline your workflow - -- **Simplify**: Hyperwave includes tooling thoughtfully chosen to cut through unquestioned complexity. -- **Rich UX**: Utilize htmx, tailwind, and hyperscript to manage client-side interactions within your HTML effortlessly. - -### Boost performance - -- **Faster load times**: Optimized payloads ensure quick loads, even on constrained networks. -- **Mobile optimized**: Enhance user experience on mobile with efficient, lightweight applications. - -### Improve developer experience - -- **Ease of use**: Immediate productivity with familiar tools like Tailwind CSS. -- **Less code**: Minimize debugging with fewer lines of code for regular tasks. - -### Simplified deployment - -- **One-click deployment**: Compile your entire project into a single binary for easy deployment. - -### Reduce costs - -- **Resource efficiency**: Smaller payloads and optimized server use help cut operational costs. -- **Scalable savings**: As your user base grows, the benefits of reduced resource use become even more significant. - ---- - -Choosing Hyperwave means embracing a smarter way to develop web applications, -where ease of use, performance, and developer experience go hand in hand.