Chia Goths screenshot

Chia Goths

Author Avatar Theme by Howard3
Updated: 9 Aug 2023
63 Stars

A template project which combines several technologies including Go, HTMX, Tailwind for a simpler yet snappy stack for your next web project.

Categories

Overview:

ChiA GoTHS is a template project that combines various technologies to help you build modern web applications quickly. It includes Go for server-side programming, HTMX and Alpine.js for client-server communication and interactivity, Tailwind CSS for UI design, and SQLite for a lightweight database solution. This project serves as a foundation for web development endeavors, providing a starting point to leverage the power of these technologies together.

Features:

  • Go backend with Go-Chi for routing
  • HTMX and Alpine.js for smooth client-server interactions
  • Tailwind CSS for responsive UI design
  • SQLite for an embedded database
  • Automatic CSRF protection using Gorilla CSRF
  • Zero Allocation Logger with Zerolog

Installation:

  1. Clone the repository.
  2. Install frontend dependencies.
  3. Start the development server.

Summary:

ChiA GoTHS is a template project that combines Go, HTMX, Alpine.js, Tailwind CSS, and SQLite to provide a foundation for building modern web applications quickly. It offers features such as a Go backend with Go-Chi for routing, HTMX and Alpine.js for client-server communication, Tailwind CSS for responsive UI design, and SQLite for an embedded database. The project is licensed under the MIT License and welcomes contributions from the community.