Hwy

Hwy is a fullstack web framework for driving a (p)react frontend with a Go backend. Includes end-to-end typesafety, file-based nested UI routing, and much more.
GitHub
320
Created a year ago, last commit 16 days ago
2 contributors
139 commits
Stars added on GitHub, month by month
10
11
12
1
2
3
4
5
6
7
8
9
2023
2024
Stars added on GitHub, per day, on average
Yesterday
=
Last week
0.0
/day
Last month
+0.1
/day
Last 12 months
+0.5
/day
README

Hwy

Hwy logo banner

Hwy is a fullstack web framework for driving a (p)react frontend with a Go backend. Includes end-to-end typesafety, file-based nested UI routing, and much more.

Project Goals

  • Be boring
  • Avoid feature bloat
  • Be easy to debug and understand
  • Keep dev and prod as identical as possible
  • Build on stable, "lowest-common-denominator" primitives
  • Be as tech-agnostic as possible
  • Change as little as possible over time
  • Avoid vendor-specific code
  • Prefer dumb solutions over clever ones

Quick Start

Coming soon.

Project Status

Hwy is in alpha stage and is not recommended for use in production unless you know what you're doing. All APIs are subject to change without notice, so if you do decide to use Hwy, pin your versions, and be prepared to update your code frequently.

Additionally, Hwy is not currently open for contributions. If you have a feature request or bug report, please open an issue on GitHub.