hyperwave

🌊 build rich, performant UIs with the best possible developer experience

Stars
73
Committers
1

hyperwave

hyperwave combines the benefits of traditional server-rendered applications with the flexibility of modern client-side frameworks.

  • Performance: Server-side rendering ensures fast, responsive applications, tailored to produce the smallest possible bundles.
  • Developer experience: HTMX and Tailwind provide a minimalistic and declarative approach to building user interfaces
  • Deployment: bun applications can be easily deployed on any platform as portable binaries

Getting started

Follow these steps to start developing with hyperwave:

  1. Clone the repository:

    git clone https://github.com/tireymorris/hyperwave.git
    cd hyperwave
    
  2. Install dependencies:

    bun install
    
  3. Start the development server:

    bun dev
    
  4. Visit http://localhost:1234 in your browser.

  5. Start editing server.tsx to see your changes live.

Related Projects