This tool is designed to help you create modern applications with Golang in a fast, simple, and scalable manner using the GOTTH stack (Golang, TailwindCSS, Templ, and HTMX).
It draws inspiration from Next.js features, particularly its ability to leverage serverless and edge environments to enhance user experience (UX) while also providing a positive developer experience (DX).
Gothic Framework follows a file-based routing system, where folders and files automatically define your JSON API endpoints, as well as page and component routes. It supports static, dynamic, or ISR (Incremental Static Regeneration) routes based on the passed configuration. It also includes seamless integration with AWS SAM if you need a smooth deployment experience using a single command. But this does not limit your options — you're free to choose the infrastructure, cloud services, caching solutions, and libraries that best suit your needs! After all, it is just a Go app binary that can be deployed anywhere! Check out the source code yourself in our Github Repository — it's Open Source!