Design pattern for using headless CMS with a Golang webapp

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

SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.
surveyjs.io
featured
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
  • JSON-to-Go

    Translates JSON into a Go type in your browser instantly (original)

  • I am trying to figure out the best way to replicate Directus data collections as structs in the golang webapp. So far, I have been manually exporting each Directus data collection individually as JSON and then using this site (https://mholt.github.io/json-to-go/) to convert it into a struct and then pasting the struct in my .go file. But this approach is obviously not scalable.

  • SurveyJS

    Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App. With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.

    SurveyJS logo
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

  • JSON to Go Struct Converter

    1 project | /r/golang | 8 Jul 2023
  • Need a pointer on how I can unmarshal this json

    1 project | /r/golang | 24 May 2023
  • Is there a library or tool I can use to avoid manually setting json keys i.e. ‘json:”name”’ next to fields in structs?

    1 project | /r/golang | 10 Apr 2023
  • Do we have any vscode plugin to convert json to struct in Go?

    1 project | /r/golang | 31 Mar 2023
  • How does Go perform in comparison to .NET, Java or PHP in terms of web dev?

    1 project | /r/golang | 27 Feb 2023