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.

Ask HN: Best low-/no-code solution for simple web-based database frontends

208 pointsby codechoirabout 4 years ago
I&#x27;m currently looking for a solution to provide (non-technical) team members with a way to interact with a SQL database (MySQL at the moment; PostgreSQL in the future). Basically, I want&#x2F;need to build several very simple web-based CRUD-forms. Does anyone remember MS Access...<p>While my initial thought was to build a simple Django application, I&#x27;d prefer something non-developers could also work with. -&gt; Low-&#x2F;No-Code Solution<p>While I&#x27;m generally willing to pay, I&#x27;d really prefer an open and self-hosted solution.

57 comments

arey_abhishekabout 4 years ago
I&#x27;m a founder of Appsmith that has already been mentioned here. It&#x27;s an open source project to help you build CRUD UI on top on any database(MySQL, Postgres included) or API. We give UI components to create forms, charts, tables, etc.<p>GitHub link: <a href="https:&#x2F;&#x2F;github.com&#x2F;appsmithorg&#x2F;appsmith" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;appsmithorg&#x2F;appsmith</a>
评论 #26665403 未加载
评论 #26670251 未加载
评论 #26662882 未加载
评论 #26665217 未加载
评论 #26658789 未加载
评论 #26659595 未加载
评论 #26674672 未加载
评论 #26672446 未加载
shireboyabout 4 years ago
I’ve explored lots of these and implemented a few with customers who wanted their “business analysts” to be able to build apps. My experience has been the “non technical” people can’t do these either and wind up getting developers to try, who are then frustrated with lock-in to a relatively unknown tool or expensive BPM suite. To a developer, these are often “death by a thousand clicks”. Even Visual Studio for the most part has abandoned the “Visual”.<p>I keep hoping that there’s ways to make low-code work without those drawbacks, and plan to try some new ones I see in this thread. In my mind it has to be a designer that a “non technical” uses to output quality code that a dev can then tweak, but not break the designer.
评论 #26660258 未加载
评论 #26668913 未加载
评论 #26659832 未加载
评论 #26659421 未加载
评论 #26668096 未加载
ReDeiPiratiabout 4 years ago
&gt; I&#x27;m currently looking for a solution to provide (non-technical) team members with a way to interact with a SQL database ... While I&#x27;m generally willing to pay, I&#x27;d really prefer an open and self-hosted solution.<p>You should definitively check Metabase [0] then: it&#x27;s open source, very easy to self-host, and democratize data access inside your team. We started using it for the same reason 3 years ago, I cannot recommend it more.<p>[0] <a href="https:&#x2F;&#x2F;github.com&#x2F;metabase&#x2F;metabase" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;metabase&#x2F;metabase</a>
评论 #26659432 未加载
jeffasingerabout 4 years ago
Why not start out by using the Django Admin features?<p>That allows you to start with next to no code, but you can easily add a little business logic anywhere you need it eventually, and it provides a way to long term transition to a true application if the need arises.
评论 #26660784 未加载
评论 #26660480 未加载
评论 #26659799 未加载
评论 #26662764 未加载
评论 #26660030 未加载
Nilefabout 4 years ago
I keep a list of the best of the best for these tools, aimed at the absolute non-tech end of the market<p><a href="https:&#x2F;&#x2F;nocode.tech&#x2F;category&#x2F;internal-tools" rel="nofollow">https:&#x2F;&#x2F;nocode.tech&#x2F;category&#x2F;internal-tools</a> <a href="https:&#x2F;&#x2F;www.nocode.tech&#x2F;category&#x2F;app-builders" rel="nofollow">https:&#x2F;&#x2F;www.nocode.tech&#x2F;category&#x2F;app-builders</a><p>Lists include both SaaS and self-hosted options
评论 #26659548 未加载
评论 #26668228 未加载
ngaujeabout 4 years ago
I&#x27;ve tested Appsmith: <a href="https:&#x2F;&#x2F;www.appsmith.com&#x2F;" rel="nofollow">https:&#x2F;&#x2F;www.appsmith.com&#x2F;</a> and it&#x27;s great! It&#x27;s open source and self hostable on k8s. It&#x27;s really easy to use, there is included tutorials. I mainly use it to build frontends to make APIs calls, but it supports DB backends like MySQL or PostgreSQL. Devs are available and willing to answer questions.
评论 #26662238 未加载
peytoncasperabout 4 years ago
I’ve tried Retool in the past. Really enjoyed it.<p><a href="https:&#x2F;&#x2F;retool.com" rel="nofollow">https:&#x2F;&#x2F;retool.com</a>
评论 #26659688 未加载
评论 #26660548 未加载
glutamateabout 4 years ago
I&#x27;m working on an open source solution: Saltcorn (<a href="https:&#x2F;&#x2F;saltcorn.com" rel="nofollow">https:&#x2F;&#x2F;saltcorn.com</a>). Works against PostgreSQL and sqlite, with a drag and drop view builder and extensions for Kanban boards, maps, statistics, stripe subscriptions etc.
评论 #26720932 未加载
评论 #26658573 未加载
yodonabout 4 years ago
PowerApps [0] is a surprisingly powerful and flexible low code app builder (that can connect to MySQL, etc.)<p>[0] <a href="https:&#x2F;&#x2F;powerapps.microsoft.com&#x2F;" rel="nofollow">https:&#x2F;&#x2F;powerapps.microsoft.com&#x2F;</a>
评论 #26659177 未加载
bram2wabout 4 years ago
You might want to take a look at Baserow (<a href="https:&#x2F;&#x2F;baserow.io" rel="nofollow">https:&#x2F;&#x2F;baserow.io</a>), which is an open source self hosted no-code database tool and Airtable alternative. It is not possible to interact with an existing database, but the databases and tables created are stored in a PostgreSQL database. It might be possible for you to migrate your existing MySQL data to Baserow. The repository: <a href="https:&#x2F;&#x2F;gitlab.com&#x2F;bramw&#x2F;baserow" rel="nofollow">https:&#x2F;&#x2F;gitlab.com&#x2F;bramw&#x2F;baserow</a>. It is build in Django and Vue.js.
gervwykabout 4 years ago
Hi, We&#x27;ve built Lowdefy [0] for exactly this reason. It it is open-source, low-code and self hosted. On our team we have data analysts and implementation engineers (non-developers) creating apps in Lowdefy. For Lowdefy I would say that the minimum tech expertise required is someone who can learn to write data queries.<p>We are currently working on SQL support and should have the first SQL connectors out next week. Please give me a shout if we can be of any assistance! gvw [at] lowdefy.com<p>[0] - <a href="https:&#x2F;&#x2F;lowdefy.com" rel="nofollow">https:&#x2F;&#x2F;lowdefy.com</a>
评论 #26660342 未加载
评论 #26662898 未加载
ignoramousabout 4 years ago
hasura.io was built at <i>34 Cross</i> to solve some very similar issues you&#x27;ve outlined: <a href="https:&#x2F;&#x2F;en.wikipedia.org&#x2F;wiki&#x2F;Hasura#History" rel="nofollow">https:&#x2F;&#x2F;en.wikipedia.org&#x2F;wiki&#x2F;Hasura#History</a><p>That aside, here are some lesser known low-code data-frontends:<p><a href="https:&#x2F;&#x2F;www.basedash.com&#x2F;" rel="nofollow">https:&#x2F;&#x2F;www.basedash.com&#x2F;</a> (mysql)<p><a href="https:&#x2F;&#x2F;www.stackerhq.com&#x2F;" rel="nofollow">https:&#x2F;&#x2F;www.stackerhq.com&#x2F;</a> (airtable)<p><a href="https:&#x2F;&#x2F;www.glideapps.com&#x2F;" rel="nofollow">https:&#x2F;&#x2F;www.glideapps.com&#x2F;</a> (sheets)
oneplaneabout 4 years ago
If there is no logic to be needed, wouldn&#x27;t any of the RDBMS web-management things work out? (think: phpmyadmin etc.)<p>Alternatively, FileMaker still exists, including a direct web interface option.<p>I often find that if you truly want a &#x27;low-code&#x2F;no-code&#x27; thing, you&#x27;re stuck with no-logic no-interaction software. As soon as you start adding logic, you&#x27;re essentially migrating from programming in a somewhat re-usable language into &#x27;programming&#x27; in the form of pictures and application-specific interfaces, which essentially requires the same effort but is much less reusable.<p>Unless the &#x27;thing&#x27; is really a &#x27;table&#x27; with some CRUD operations you&#x27;re gonna en up in a messy situation where some undocumented macro-filled spreadsheet becomes a lynchpin.
评论 #26659687 未加载
评论 #26665372 未加载
cbm-vic-20about 4 years ago
I know everyone hates Oracle, but they do have an &quot;always free&quot; tier of Oracle APEX, which is pretty much designed to be a low&#x2F;no-code environment for CRUD apps.<p><a href="https:&#x2F;&#x2F;oracle.com&#x2F;cloud&#x2F;free&#x2F;" rel="nofollow">https:&#x2F;&#x2F;oracle.com&#x2F;cloud&#x2F;free&#x2F;</a> <a href="https:&#x2F;&#x2F;apex.oracle.com" rel="nofollow">https:&#x2F;&#x2F;apex.oracle.com</a>
评论 #26663366 未加载
maxmusingabout 4 years ago
I&#x27;m a founder of BaseDash, I started building it as a spiritual successor to Django Admin. Big focus on UX and usability for non-technical users. I like to think of it as &quot;Airtable for your SQL database&quot;.<p>Some features that are especially important if you&#x27;re giving access to non-technical team members:<p>- Edit history of all changes made through the tool<p>- Permission system to limit access to certain databases&#x2F;tables<p>- Views that let you pre-filter tables and hide columns<p>- Request edit system so that all edits have to be approved (WIP)<p>We support both MySQL and PostgreSQL, planning to add support for NoSQL databases in the future.<p>It&#x27;s paid for teams but free for 2 users.<p>Website link: <a href="https:&#x2F;&#x2F;www.basedash.com" rel="nofollow">https:&#x2F;&#x2F;www.basedash.com</a>
znpyabout 4 years ago
The OpenOffice&#x2F;LibreOffice Access alternative (called Base iirc) can use mysql&#x2F;postgresql as database backend.<p>if that&#x27;s what you want you might want to look into that.
bizzleDawgabout 4 years ago
Someone mentioned <a href="https:&#x2F;&#x2F;directus.io&#x2F;" rel="nofollow">https:&#x2F;&#x2F;directus.io&#x2F;</a> to me for this use case the other day. I&#x27;ve not used it, but it looks good. Open source and self hostable or SaaS.
评论 #26658807 未加载
shivam-devabout 4 years ago
You can give <a href="https:&#x2F;&#x2F;frappeframework.com" rel="nofollow">https:&#x2F;&#x2F;frappeframework.com</a> a try, it is MIT licensed, really powerful and comprehensive, excellent for making CRUD apps. Also has a PaaS offering on <a href="https:&#x2F;&#x2F;frappecloud.com" rel="nofollow">https:&#x2F;&#x2F;frappecloud.com</a><p>Full Disclosure: I worked at Frappe for the last 2 years
评论 #26669159 未加载
patrrabout 4 years ago
Xataface (<a href="https:&#x2F;&#x2F;github.com&#x2F;shannah&#x2F;xataface" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;shannah&#x2F;xataface</a>) Open source, currently MySQL only, very easy to use
heycesrabout 4 years ago
Not open source nor self-hosted AFAIK, but it sounds like you&#x27;re looking for something like Retool (<a href="https:&#x2F;&#x2F;retool.com" rel="nofollow">https:&#x2F;&#x2F;retool.com</a>)
评论 #26658220 未加载
adamhpabout 4 years ago
Have you looked at Retool? Pretty sure this is the exact use case they built it for.
peterthehackerabout 4 years ago
Have you looked at TablePlus?<p><a href="https:&#x2F;&#x2F;tableplus.com&#x2F;" rel="nofollow">https:&#x2F;&#x2F;tableplus.com&#x2F;</a><p>It gives you a spreadsheet UI on top of your tables that can be edited directly. All edits are baked into a transaction so when you hit save the transaction is committed. We’ve had a lot of success using it with developers and non-technical product managers designers.
dvfjsdhgfvabout 4 years ago
Laravel Voyager: <a href="https:&#x2F;&#x2F;voyager.devdojo.com&#x2F;" rel="nofollow">https:&#x2F;&#x2F;voyager.devdojo.com&#x2F;</a>
square_usualabout 4 years ago
If you&#x27;re not married to your database, you can use Google Sheets + Google Forms. Easy CRUD for non-technical people.
评论 #26659995 未加载
chensterabout 4 years ago
You should check out ZenBase <a href="https:&#x2F;&#x2F;getzenbase.com" rel="nofollow">https:&#x2F;&#x2F;getzenbase.com</a>. It&#x27;s a completely web-based database application builder with built-in user role management, CRUD UI, and data audit trail. It&#x27;s a mix between Retool and SeekWell.
评论 #26661391 未加载
hardwaresoftonabout 4 years ago
Here are a few that are in the ball park, but mostly lacking the form bit (you have to make your own though most of these offer a way to have a append-only user for the form to act as):<p>- Strapi (<a href="https:&#x2F;&#x2F;github.com&#x2F;strapi&#x2F;strapi" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;strapi&#x2F;strapi</a>)<p>- Directus (<a href="https:&#x2F;&#x2F;github.com&#x2F;directus&#x2F;directus" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;directus&#x2F;directus</a>)<p>- React Admin (<a href="https:&#x2F;&#x2F;github.com&#x2F;marmelab&#x2F;react-admin" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;marmelab&#x2F;react-admin</a>)<p>- Netlify CMS - a bit off the mark but maybe worth considering (<a href="https:&#x2F;&#x2F;github.com&#x2F;netlify&#x2F;netlify-cms" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;netlify&#x2F;netlify-cms</a>)
skadamatabout 4 years ago
I&#x27;m a committer to the Apache Superset project (<a href="http:&#x2F;&#x2F;superset.apache.org&#x2F;" rel="nofollow">http:&#x2F;&#x2F;superset.apache.org&#x2F;</a>), which can talk to any SQL speaking database through SQLAlchemy: <a href="https:&#x2F;&#x2F;superset.apache.org&#x2F;docs&#x2F;databases&#x2F;installing-database-drivers" rel="nofollow">https:&#x2F;&#x2F;superset.apache.org&#x2F;docs&#x2F;databases&#x2F;installing-databa...</a><p>Majority of Superset users use the no-code Explore UI in Superset to create charts.<p>We recently wrote about the big 1.0 release here (<a href="https:&#x2F;&#x2F;preset.io&#x2F;blog&#x2F;2021-01-18-superset-1-0&#x2F;" rel="nofollow">https:&#x2F;&#x2F;preset.io&#x2F;blog&#x2F;2021-01-18-superset-1-0&#x2F;</a>)
epberryabout 4 years ago
Tryout <a href="https:&#x2F;&#x2F;arctype.com" rel="nofollow">https:&#x2F;&#x2F;arctype.com</a> it’s a free SQL editor for devs. Closed source but it has a fast interface and good aesthetics. i started using it at my previous company with a team of 4.
baluabout 4 years ago
Not open source, but Ninox is really great once you get used to their UI paradigm that is a little bit different from what everybody else is doing. <a href="https:&#x2F;&#x2F;ninox.com&#x2F;de" rel="nofollow">https:&#x2F;&#x2F;ninox.com&#x2F;de</a>
mritchie712about 4 years ago
We (seekwell.io) have a feature called Forms[0] which is pretty spot on for what OP mentioned. Happy to show you (or anyone else) around the product. I&#x27;m one mike@seekwell.io<p>Also worth noting we have a simple way to two way sync data between Google Sheets and a SQL database[1]. This turns Sheets into a UI for your database. Works really well for teams that are already using Sheets and turn<p>0 - <a href="https:&#x2F;&#x2F;doc.seekwell.io&#x2F;forms" rel="nofollow">https:&#x2F;&#x2F;doc.seekwell.io&#x2F;forms</a> 1 - <a href="https:&#x2F;&#x2F;doc.seekwell.io&#x2F;syncsheet" rel="nofollow">https:&#x2F;&#x2F;doc.seekwell.io&#x2F;syncsheet</a>
sixhobbitsabout 4 years ago
Metabase is amazing at doing basic things in the UI and dropping down to SQL easily if you need. More for reading and analysing though so might not work if you need a lot of the other CRUD stuff
nafeyabout 4 years ago
Incidentally we are building a web based alternative of MS Access with support for building simple CRUD forms. It is in early access phase. You can register here: <a href="https:&#x2F;&#x2F;app.spanrr.com&#x2F;" rel="nofollow">https:&#x2F;&#x2F;app.spanrr.com&#x2F;</a>. We also expose the underlying MySQL Database for running any queries you need.<p>Would love to get in touch if this works for you.
intrasightabout 4 years ago
There&#x27;s a pretty vibrant community of CRUD RAD tooling for .Net and SQL Server. A few years back I had evaluated several for a customer. The only one that I remember off the top of my head is CodeOnTime (I&#x27;ve no affiliation and am not currently a customer).<p>My general rule of thumb for such tools is that the easy things should be easy and the hard things should be possible.
xet7about 4 years ago
<a href="https:&#x2F;&#x2F;www.nubuilder.com&#x2F;" rel="nofollow">https:&#x2F;&#x2F;www.nubuilder.com&#x2F;</a>
codechoirabout 4 years ago
Thank you all for the many great answers! Definitely a lot to look at! Currently Appsmith (and&#x2F;or) Lowdefy seem to fit best for me.<p>In case you&#x27;re interested, these are all the products&#x2F;resources given so far:<p><a href="http:&#x2F;&#x2F;superset.apache.org" rel="nofollow">http:&#x2F;&#x2F;superset.apache.org</a><p><a href="https:&#x2F;&#x2F;adsharma.github.io&#x2F;flattools-programs&#x2F;" rel="nofollow">https:&#x2F;&#x2F;adsharma.github.io&#x2F;flattools-programs&#x2F;</a><p><a href="https:&#x2F;&#x2F;adsharma.github.io&#x2F;fquery&#x2F;" rel="nofollow">https:&#x2F;&#x2F;adsharma.github.io&#x2F;fquery&#x2F;</a><p><a href="https:&#x2F;&#x2F;apex.oracle.com" rel="nofollow">https:&#x2F;&#x2F;apex.oracle.com</a><p><a href="https:&#x2F;&#x2F;app.spanrr.com" rel="nofollow">https:&#x2F;&#x2F;app.spanrr.com</a><p><a href="https:&#x2F;&#x2F;arctype.com" rel="nofollow">https:&#x2F;&#x2F;arctype.com</a><p><a href="https:&#x2F;&#x2F;baserow.io" rel="nofollow">https:&#x2F;&#x2F;baserow.io</a><p><a href="https:&#x2F;&#x2F;bubble.io" rel="nofollow">https:&#x2F;&#x2F;bubble.io</a><p><a href="https:&#x2F;&#x2F;deepnote.com" rel="nofollow">https:&#x2F;&#x2F;deepnote.com</a><p><a href="https:&#x2F;&#x2F;directus.io" rel="nofollow">https:&#x2F;&#x2F;directus.io</a><p><a href="https:&#x2F;&#x2F;django-sql-explorer.readthedocs.io" rel="nofollow">https:&#x2F;&#x2F;django-sql-explorer.readthedocs.io</a><p><a href="https:&#x2F;&#x2F;doc.seekwell.io" rel="nofollow">https:&#x2F;&#x2F;doc.seekwell.io</a><p><a href="https:&#x2F;&#x2F;docs.djangoproject.com&#x2F;en&#x2F;3.1&#x2F;intro&#x2F;tutorial02" rel="nofollow">https:&#x2F;&#x2F;docs.djangoproject.com&#x2F;en&#x2F;3.1&#x2F;intro&#x2F;tutorial02</a><p><a href="https:&#x2F;&#x2F;first-django-admin.readthedocs.io&#x2F;" rel="nofollow">https:&#x2F;&#x2F;first-django-admin.readthedocs.io&#x2F;</a><p><a href="https:&#x2F;&#x2F;frappeframework.com" rel="nofollow">https:&#x2F;&#x2F;frappeframework.com</a><p><a href="https:&#x2F;&#x2F;getzenbase.com" rel="nofollow">https:&#x2F;&#x2F;getzenbase.com</a><p><a href="https:&#x2F;&#x2F;github.com&#x2F;appsmithorg&#x2F;appsmith" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;appsmithorg&#x2F;appsmith</a><p><a href="https:&#x2F;&#x2F;github.com&#x2F;directus&#x2F;directus" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;directus&#x2F;directus</a><p><a href="https:&#x2F;&#x2F;github.com&#x2F;marmelab&#x2F;react-admin" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;marmelab&#x2F;react-admin</a><p><a href="https:&#x2F;&#x2F;github.com&#x2F;metabase&#x2F;metabase" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;metabase&#x2F;metabase</a><p><a href="https:&#x2F;&#x2F;github.com&#x2F;netlify&#x2F;netlify-cms" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;netlify&#x2F;netlify-cms</a><p><a href="https:&#x2F;&#x2F;github.com&#x2F;oxan&#x2F;djangorestframework-dataclasses" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;oxan&#x2F;djangorestframework-dataclasses</a><p><a href="https:&#x2F;&#x2F;github.com&#x2F;priyank-purohit&#x2F;PostGUI" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;priyank-purohit&#x2F;PostGUI</a><p><a href="https:&#x2F;&#x2F;github.com&#x2F;shannah&#x2F;xataface" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;shannah&#x2F;xataface</a><p><a href="https:&#x2F;&#x2F;github.com&#x2F;skorokithakis&#x2F;django-project-template" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;skorokithakis&#x2F;django-project-template</a><p><a href="https:&#x2F;&#x2F;github.com&#x2F;strapi&#x2F;strapi" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;strapi&#x2F;strapi</a><p><a href="https:&#x2F;&#x2F;hypermachine.substack.com" rel="nofollow">https:&#x2F;&#x2F;hypermachine.substack.com</a><p><a href="https:&#x2F;&#x2F;lowdefy.com" rel="nofollow">https:&#x2F;&#x2F;lowdefy.com</a><p><a href="https:&#x2F;&#x2F;metacpan.org&#x2F;pod&#x2F;CGI::FormBuilder" rel="nofollow">https:&#x2F;&#x2F;metacpan.org&#x2F;pod&#x2F;CGI::FormBuilder</a><p><a href="https:&#x2F;&#x2F;ninox.com&#x2F;de" rel="nofollow">https:&#x2F;&#x2F;ninox.com&#x2F;de</a><p><a href="https:&#x2F;&#x2F;powerapps.microsoft.com" rel="nofollow">https:&#x2F;&#x2F;powerapps.microsoft.com</a><p><a href="https:&#x2F;&#x2F;retool.com" rel="nofollow">https:&#x2F;&#x2F;retool.com</a><p><a href="https:&#x2F;&#x2F;saltcorn.com" rel="nofollow">https:&#x2F;&#x2F;saltcorn.com</a><p><a href="https:&#x2F;&#x2F;seekwell.io" rel="nofollow">https:&#x2F;&#x2F;seekwell.io</a><p><a href="https:&#x2F;&#x2F;solutions.appsheet.com&#x2F;how-to-create-an-app" rel="nofollow">https:&#x2F;&#x2F;solutions.appsheet.com&#x2F;how-to-create-an-app</a><p><a href="https:&#x2F;&#x2F;stackerhq.com" rel="nofollow">https:&#x2F;&#x2F;stackerhq.com</a><p><a href="https:&#x2F;&#x2F;subzero.cloud&#x2F;" rel="nofollow">https:&#x2F;&#x2F;subzero.cloud&#x2F;</a><p><a href="https:&#x2F;&#x2F;tableplus.com&#x2F;" rel="nofollow">https:&#x2F;&#x2F;tableplus.com&#x2F;</a><p><a href="https:&#x2F;&#x2F;voyager.devdojo.com&#x2F;" rel="nofollow">https:&#x2F;&#x2F;voyager.devdojo.com&#x2F;</a><p><a href="https:&#x2F;&#x2F;www.appsmith.com&#x2F;" rel="nofollow">https:&#x2F;&#x2F;www.appsmith.com&#x2F;</a><p><a href="https:&#x2F;&#x2F;www.basedash.com" rel="nofollow">https:&#x2F;&#x2F;www.basedash.com</a><p><a href="https:&#x2F;&#x2F;www.datatrucker.io&#x2F;" rel="nofollow">https:&#x2F;&#x2F;www.datatrucker.io&#x2F;</a><p><a href="https:&#x2F;&#x2F;www.forestadmin.com" rel="nofollow">https:&#x2F;&#x2F;www.forestadmin.com</a><p><a href="https:&#x2F;&#x2F;www.glideapps.com&#x2F;" rel="nofollow">https:&#x2F;&#x2F;www.glideapps.com&#x2F;</a><p><a href="https:&#x2F;&#x2F;www.noodl.net&#x2F;" rel="nofollow">https:&#x2F;&#x2F;www.noodl.net&#x2F;</a><p><a href="https:&#x2F;&#x2F;www.nubuilder.com&#x2F;" rel="nofollow">https:&#x2F;&#x2F;www.nubuilder.com&#x2F;</a><p><a href="https:&#x2F;&#x2F;www.stackerhq.com&#x2F;" rel="nofollow">https:&#x2F;&#x2F;www.stackerhq.com&#x2F;</a><p><a href="https:&#x2F;&#x2F;nocode.tech" rel="nofollow">https:&#x2F;&#x2F;nocode.tech</a>
评论 #26669853 未加载
评论 #26671595 未加载
Tabular-Icebergabout 4 years ago
If they&#x27;re on Macs, Postico might be an option. It&#x27;s way easier to use than PgAdmin, and while you can&#x27;t make your own CRUD screens, thoughtful setup of roles and constraints should be able to keep your users out of trouble.
Folasade21about 4 years ago
Our team loves using SandyLane.io - it’s a marketplace to hire freelance low code devs. Should fit your need since most of their users are non-developer teams who want to use the end product directly rather than having to loop in devs.
edsanchaabout 4 years ago
I&#x27;m surprised nobody has mentioned Forest Admin (<a href="https:&#x2F;&#x2F;www.forestadmin.com&#x2F;" rel="nofollow">https:&#x2F;&#x2F;www.forestadmin.com&#x2F;</a>). They have a free tier that would work on simple scenarios.
rattrayabout 4 years ago
Surprised nobody has mentioned Bubble. It&#x27;s probably the low&#x2F;no-code platform I&#x27;ve heard the best things about. It&#x27;s not self-hosted though.<p><a href="https:&#x2F;&#x2F;bubble.io" rel="nofollow">https:&#x2F;&#x2F;bubble.io</a>
评论 #26661901 未加载
xupybdabout 4 years ago
I&#x27;m keen to find out as well. I asked a similar question a while back. <a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=22091012" rel="nofollow">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=22091012</a>
bierjungeabout 4 years ago
If you switch to PostgreSQL, then PostgREST would be a nice solution. It turns your DB into a webserver with REST API for data interaction. Add a simple frontend like you mentioned and it&#x27;s done.
评论 #26663707 未加载
hemmertabout 4 years ago
Noodl!<p><a href="https:&#x2F;&#x2F;www.noodl.net&#x2F;" rel="nofollow">https:&#x2F;&#x2F;www.noodl.net&#x2F;</a><p>Highly visual, great for people who have difficulties finding curly braces and the semicolon on their keyboards ;)
评论 #26661230 未加载
d--babout 4 years ago
My tool (<a href="https:&#x2F;&#x2F;www.jigdev.com" rel="nofollow">https:&#x2F;&#x2F;www.jigdev.com</a>) doesn’t support MySql yet, but I am working on it. Looking for feedback.
tootieabout 4 years ago
Wagtail is a more user friendly Django Admin built up to a full CMS. Building models is about the same process but you get a nicer UI with more user management, templates, etc.
jarymabout 4 years ago
I&#x27;ve been working with Reify (www.reify.com) - not as well heard of in the HN community but comes from a company with decent background (www.smartclient.com).
datatruckerabout 4 years ago
Here is a product <a href="https:&#x2F;&#x2F;www.datatrucker.io&#x2F;" rel="nofollow">https:&#x2F;&#x2F;www.datatrucker.io&#x2F;</a> which is free and opensource
评论 #26660372 未加载
ecesenaabout 4 years ago
How big is the db? I&#x27;ve used a Google Spreadsheet as a backend for hasgluten.com, so non-tech people can just edit the content without my involvement.
评论 #26662025 未加载
davnicwilabout 4 years ago
You should check out Stacker: <a href="https:&#x2F;&#x2F;stackerhq.com" rel="nofollow">https:&#x2F;&#x2F;stackerhq.com</a><p>Your data is hosted in an Airtable or Google Sheet that you control, not in a SQL database, though I&#x27;d say this is actually a huge advantage for your goal of a no-code CRUD web app that non-developers can work with easily. It is paid.<p>Disclosure: I work at Stacker, and we&#x27;re a YC company. Email in my profile if you have any questions.
评论 #26659277 未加载
bunkertorabout 4 years ago
<a href="https:&#x2F;&#x2F;nifi.apache.org&#x2F;" rel="nofollow">https:&#x2F;&#x2F;nifi.apache.org&#x2F;</a>
obviouslynotmeabout 4 years ago
If you are looking for a super simple CRUD site, then Ruby on Rails is best in class.<p>1. Up and running immediately.<p>2. Generate 99% of the code if you don&#x27;t care about styling.<p>3. The small portion of your site where you need something more complex is simple Ruby code instead of spending months reading No-Code documentation.
austincheneyabout 4 years ago
Sharepoint. I built a trouble ticket application this past summer in Sharepoint using a no code approach in about 30 minutes. I used that ticket system for the next two weeks while I wrote the JavaScript for a more intelligent application.
rajandattaabout 4 years ago
Quickbase from Intuit is probably the most mature, easiest longest serving paid, hosted solution. Key is do you want to manage the tool or do you want a turn key approach. MS Power Platform, AirTable are other notables.
评论 #26670292 未加载
clouduserXabout 4 years ago
nubuilder.com - it&#x27;s free, open source and actively developed.
_nhhabout 4 years ago
CouchDB + PouchDB
redis_mlcabout 4 years ago
For perl programmers, you want CGI::FormBuilder:<p><a href="https:&#x2F;&#x2F;metacpan.org&#x2F;pod&#x2F;CGI::FormBuilder" rel="nofollow">https:&#x2F;&#x2F;metacpan.org&#x2F;pod&#x2F;CGI::FormBuilder</a>
cultyyy123about 4 years ago
Outsystems
hypermachineabout 4 years ago
We are currently working on a VBA for the web. Stay tuned.<p><a href="https:&#x2F;&#x2F;hypermachine.substack.com" rel="nofollow">https:&#x2F;&#x2F;hypermachine.substack.com</a>