TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Show HN: Open-source admin panel for Supabase

97 pointsby petemsover 3 years ago

14 comments

city41over 3 years ago
Based on the use cases section, it doesn't seem like this is Supabase specific, but rather postgres specific. Do I have that right? Leveraging Supabase for marketing is a good idea.
评论 #30103470 未加载
评论 #30103327 未加载
gyvuhbjioghiygover 3 years ago
I&#x27;ve been using this with my clients the last few weeks, and while it&#x27;s definitely polished enough for many uses and one of the better admin tools I&#x27;ve seen, note some drawbacks of this tool:<p>1) It does not appear to have good support for custom Postgres data types (which is reasonable, given that Motor admin appears to work with multiple SQL databases, rather than just Postgres)<p>2) Its handling of hiding columns is somewhat hacky - if you hide columns from being shown, they&#x27;re hidden from inserting and editing as well. This can cause issues if you&#x27;d like to hide some NOT NULL columns from being displayed.<p>3) It seems to inject its own &#x27;ID&#x27; column into all &#x27;Resources&#x27; in the admin panel, and will not be happy if you happen to have an &#x27;ID&#x27; column. (As far as I can tell, it seems that the &#x27;Resources&#x27; of Motor admin are precisely Ruby on Rails Resources, and that Motor admin generates Rails classes and Resources for you based on your database schema)<p>4) It does not allow &#x27;unusual&#x27; table names such as names containing &#x27;:&#x27;, &#x27;--&#x27;, etc (This seems to cause the generated Ruby class names to become invalid)<p>To cope with the above issues, I&#x27;ve created Postgres tables for the express purpose of being managed by Motor admin, with the admin tables being sync-ed with the backing tables via triggers. I&#x27;ve attempted to use views instead, but it seems that Motor admin does not recognise views.
评论 #30113765 未加载
eikarambaover 3 years ago
I find Directus better because it is 100% even with Role Support. Not related to directus just enjoing it so much AFTER i have used strapi and supabase for quite some time. Don&#x27;t get me wrong supabase is great and i know this tool is a generic admin interface, but the same is true for directus. you can put directus on top of any DB (sqlite, postgresql, mysl, oracle) and get a fancy admin ui for free. <a href="https:&#x2F;&#x2F;directus.io&#x2F;" rel="nofollow">https:&#x2F;&#x2F;directus.io&#x2F;</a>
petemsover 3 years ago
The latest release of Motor Admin includes automatic DB schema reload feature. So now all change in Supabase schema are automatically applied to the Motor Admin panel. It means that Motor Admin now works perfectly with Supabase and can be used to build complex admin UIs for internal users.
arnleyover 3 years ago
I have been using motor admin with a postgresql database for a few months now, and the team is really enjoying its lightning-fast features.<p>Also, the maintainers take the reported issues seriously, and have been at task with fixing them.
l30n4da5over 3 years ago
My first reaction to this is that some of the features (directly editing data, viewing data) won&#x27;t work for our deployment of supabase, as our data is within a schema not exposed by PostgREST (all interaction with supabase is done via db functions on the public schema).<p>Unless this admin panel directly connects to the postgres instance?
评论 #30100931 未加载
sctgrhmover 3 years ago
Looks interesting ! I&#x27;m currently building a webapp on Supabase and have been considering Retool for admin purposes. What would this offer over something like Retool ? Do you offer specific features tailored to Supabase in order to make the integration easier or do you simply treat it as an ordinary PostgreSQL DB ?
评论 #30103344 未加载
ArchOversightover 3 years ago
Shame, but looks like SSO is hidden behind an &quot;enterprise&quot; tax.<p><a href="https:&#x2F;&#x2F;www.getmotoradmin.com&#x2F;pro" rel="nofollow">https:&#x2F;&#x2F;www.getmotoradmin.com&#x2F;pro</a><p>Another entry for <a href="https:&#x2F;&#x2F;sso.tax" rel="nofollow">https:&#x2F;&#x2F;sso.tax</a>
thunderbongover 3 years ago
How does it compare to Metabase?<p><a href="https:&#x2F;&#x2F;www.metabase.com" rel="nofollow">https:&#x2F;&#x2F;www.metabase.com</a>
mahesh_rmover 3 years ago
It is not clear within the documentation, is the Heroku Deployment going to run on a an Heroku Free Tier Plan?
评论 #30100662 未加载
wodowover 3 years ago
Is anyone who has tried both this and Forest Admin able to give a comparison of feature sets?
评论 #30114267 未加载
isthisrealityover 3 years ago
Please don&#x27;t give a free license to companies. Charge them and donate your profits to the dependencies you rely on.
andreacavagnaover 3 years ago
is an AWS deploy planned soon?
评论 #30100906 未加载
elitanover 3 years ago
Wow, this looks really cool. And if it can be used for Supabase I guess it can be used for <a href="https:&#x2F;&#x2F;nhost.io" rel="nofollow">https:&#x2F;&#x2F;nhost.io</a> too because both are using Postgres?
评论 #30103865 未加载
评论 #30114545 未加载