SaaSHub helps you find the best software and product alternatives Learn more →
Go-admin Alternatives
Similar projects and alternatives to go-admin
-
Directus
The flexible backend for all your projects 🐰 Turn your DB into a headless CMS, admin panels, or apps with a custom UI, instant APIs, auth & more.
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
-
-
react-admin
A frontend Framework for single-page applications on top of REST/GraphQL APIs, using TypeScript, React and Material Design
-
-
-
aws-sdk-go
AWS SDK for the Go programming language (In Maintenance Mode, End-of-Life on 07/31/2025). The AWS SDK for Go v2 is available here: https://github.com/aws/aws-sdk-go-v2
-
-
-
-
pREST
PostgreSQL ➕ REST, low-code, simplify and accelerate development, ⚡ instant, realtime, high-performance on any Postgres application, existing or new
-
-
-
-
-
qor
QOR is a set of libraries written in Go that abstracts common features needed for business applications, CMSs, and E-commerce systems.
-
-
Ponzu
Headless CMS with automatic JSON API. Featuring auto-HTTPS from Let's Encrypt, HTTP/2 Server Push, and flexible server framework written in Go.
-
admin
Qor Admin - Instantly create a beautiful, cross platform, configurable Admin Interface and API for managing your data in minutes. (by qor)
go-admin discussion
go-admin reviews and mentions
-
Ask HN: Good examples of Go back ends?
Most golang backends I've seen meanwhile use or switched to using the "gin" framework to build their APIs.
A lot of them also have conventions for the frontend, where the assets usually are stored in /public, so they can be go:embed later as an embed.FS instance into the binary.
Having said that, there's plenty of examples on github. I'd recommend to take a look at bigger projects or templates and understand how they structured their packages and abstraction levels. E.g. go-admin comes to mind [1]
[1] https://github.com/GoAdminGroup/go-admin
[2] https://github.com/gin-gonic/gin
-
Go admins
I want to create dashboard panel for it, I looked into go-admin but its giving checksum issue in go get command Can anybody suggest better alternative to go-admin or provide solution to this checksum issue
-
How to add new custom table for go-admin (Gin)?
Have you ever used go-admin extension? I haven’t found more popular tool but I find it really problematic to use. I try to add my new custom model table as it is described in docs, but it is not visible on the left bar - as it should be. I have provided detailed description of my problem on Stack Overflow.
-
Looking for library recommendations: Django -> Golang port
I figured I'd ask the community for some recommendations for the following capabilities that Django + python stack is giving me at the moment: 1. Amazon SES Mailing (considering - aws-sdk-go) 2. Django Admin (considering go-admin 3. Django Signals (considering syncsignals 4. Celery (No contenders here)
-
Django-like MVT framework for Golang?
Admin Panel: https://github.com/GoAdminGroup/go-admin/blob/master/tests/frameworks/buffalo/buffalo.go (not part of buffalo, but has an official adapter for it, along with several other Go frameworks)
- Admin panel for Go back end?
-
How painful is SSR with Go, really?
Try this: https://github.com/GoAdminGroup/go-admin
-
A note from our sponsor - SaaSHub
www.saashub.com | 1 Dec 2024
Stats
GoAdminGroup/go-admin is an open source project licensed under Apache License 2.0 which is an OSI approved license.
The primary programming language of go-admin is Go.