Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tireymorris authored May 9, 2024
1 parent 7979a5c commit c0fa3c1
Showing 1 changed file with 31 additions and 35 deletions.
66 changes: 31 additions & 35 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`

---

Expand Down Expand Up @@ -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.

0 comments on commit c0fa3c1

Please sign in to comment.