Open source application build using SvelteKit and Go connected via gRPC.
SGSG is an open-source full-stack application built with Svelte, Go, SQLite, and gRPC. It prioritizes performance and simplicity, making it easy to use for building a variety of applications that can scale well. SGSG comes with all the necessary components for production deployment, including Nginx configuration, Docker deployments, GitHub Actions, and Grafana logging. It offers an alternative project for more complex requirements, using Rust, microservices, PostgreQSL, and cloud deployment.
Svelte is a modern front-end framework that compiles your code at build time, resulting in smaller and faster applications. It uses a reactive approach to update the DOM, allowing for high performance and a smoother user experience.