This demo is build with subZero [0] - The TypeScript library to build internal tools fast<p>Everything is running in JS (express+react-admin), there are no external dependencies (other supporting services), which makes for an easy deployment (single container/service) to any platform that can run JavaScript.
The demo uses SQLite as the db but PostgreSQL/MySQL/ClickHouse are also supported.<p>[0] <a href="https://getsubzero.today/" rel="nofollow noreferrer">https://getsubzero.today/</a>
Some misc feedback:<p>1) I thought I was the target audience for this app, based on the headline "Django Admin for Typescript". I'm working on a Django app right now and it seemed relevant, but after reading through the site I don't know how I would use this. Django provides a variety of middlewares to connect to different databases, so I'm not understanding what subZero's value proposition is from that perspective. Maybe I misunderstood the purpose of this software.<p>2) As a developer, I thought your summary in the <a href="https://docs.subzero.cloud/" rel="nofollow noreferrer">https://docs.subzero.cloud/</a> Overview made a lot more sense than the copy in <a href="https://getsubzero.today/" rel="nofollow noreferrer">https://getsubzero.today/</a> . Maybe I'm not the audience for the page though, perhaps it's geared towards program managers or people with organizational buying power?<p>Also this is just, like, my opinion. So you're welcome to ignore any or all of it :) Best of luck!
Whatever page that links to committed a couple of light sins:<p>1) Dumped me on some login page. I want to learn about the service, not sign in to something unknown.<p>2) Hijacked the browser’s back button. Now I can’t escape, and am forced to kill the tab.<p>Please fix those things