I posted a question here ~8 months ago about an opensource Go & Svelte site generator we were building. Here's our progress.

This page summarizes the projects mentioned and recommended in the original post on /r/golang

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • plenti

    Static Site Generator with Go backend and Svelte frontend

  • It actually doesn't use a bundler, it uses esm imports similar to Snowpack. The project has a small built-in tool (gopack) that copies the .mjs source from your npm libs and automatically converts the paths for your Svelte components. It's not quite as feature rich, but it's faster than executing a node script. Someday we might pull esbuild back in for better third party module support and optimizing production builds: https://github.com/plentico/plenti/issues/28

  • sql-migrate-cobra

    SQL schema migration tool for Go.

  • So I just immediately stopped and picked up gobuffalo which has all that fiber has and then some but I never started again cause I want to figure out that cli resource generation but you gotta start somewhere and so I found https://github.com/scarbo87/sql-migrate-cobra which is pretty nicely written and sorta explains it. Personally, I just want to control it, not deal with features. https://github.com/scarbo87/sql-migrate-cobra/blob/master/cmd/status.go sorta gets the ball rolling but I need really simple and not have to rely on things. So I found this https://techinscribed.com/create-db-migrations-tool-in-go-from-scratch/ which gets me closer but mentally I'm still figuring it out.

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • fiber

  • I didn't finish it cause I realized gofiber doesn't have support for http2 lol ๐Ÿ˜… https://gitlab.com/zendrulat123/fiber

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Build multiple html from multiple .svelte (without sveltekit/nodejs on production server)

    2 projects | /r/sveltejs | 28 May 2022
  • Another Svelte3 cheat sheet

    2 projects | dev.to | 27 Jan 2022
  • Best static site generator that uses Svelte

    5 projects | /r/sveltejs | 8 Aug 2022
  • Plenti โ€” a Svelte SSG for people that donโ€™t like web maintenance bullsh#t

    2 projects | dev.to | 3 Feb 2021
  • Writing a SSG in Go

    7 projects | dev.to | 26 Jan 2024