Hello, world!
Welcome to Pushup!
Pushup is a modern web framework for Go with an old-school PHP vibe.
You just generated, built, and ran your first Pushup app.
Features
- Compiled
fast; easy to deploy; compiler-checked safety - Modern hypertext
great client-side interactivity from server-side apps, without JavaScript fatigue - File-based routing
paths to Pushup files and directories map to URLs, with dynamic options - Builds on Go net/http
Pushup compiles down to pure Go, it's all just Go under the hood - Live-reloading dev mode
developer conveniences, thanks to the speed of the Go compiler
It is currently Wed Feb 12 07:17:21 UTC 2025
What to do next?
- Design the layout template at app/layouts/default.up
- Override this file at app/pages/index.up
- Add new Pushup pages to app/pages and see them appear as routes