A modern web application demonstrating the power of combining Go backend with Next.js frontend in a single binary deployment.
Aalo showcases a modern full-stack architecture with Go serving as the backend API and Next.js providing the frontend interface, all packaged into a single executable.
Optimized for speed with Go and Next.js
JWT-based authentication with cookies
CRUD operations with in-memory storage
TypeScript, modern tooling, and best practices
This application demonstrates how to build a modern web application with Go and Next.js that can be deployed as a single binary. The frontend is built with Next.js and then embedded into the Go binary using Go's embed functionality.