Rapid, easy full-stack web development starter kit and admin panel in Go
power of HTML, CSS and Go templates.Tailwind CSS: A utility-first CSS framework for rapidly building custom user interfaces.StorageSqlite: A self-contained, serverless, zero-configuration, transactional SQL database engine.Key Features of Pagoda:
git clone https://github.com/pagodaweb/pagoda.gitcd pagodago run main.gohttp://localhost:8080 to view the application.Summary: Pagoda is a starter kit for rapid web development in Go. It provides a full-stack approach and aims to offer the functionality of a complete web framework while preserving flexibility and control over the code. It utilizes well-established frameworks and modules for both the backend and frontend, including Echo, Ent, HTMX, and Tailwind CSS. Pagoda emphasizes the power and simplicity of Go templates for server-side rendered HTML and offers features such as session management, authentication, form processing, and cache control. By providing a solid foundation and establishing patterns and structure, Pagoda enables developers to quickly start building web applications in Go.