Note: This page is not up to date and serves as a boilerplate for the blog setup.
A terminal-based API client built for the Boot.dev Hackathon 2025.
- Terminal user interface
- Request collections
- Environment variables
- Request history
The project uses:
- Go for core logic
- Bubble Tea for TUI
- SQLite for storage
func main() {
fmt.Println("Hello, req!")
}go build -o req .
./reqreq --help- Show helpreq --verbose- Verbose output
Unordered list:
- Item one
- Item two
- Item three
Ordered list:
- First step
- Second step
- Third step
This has bold text, italic text, and inline code.
This blog is built with ❤️ using pyssg - A guided learning project at boot.dev