I've been working on packaging Datasette, an app I've been very interested in for a while. I have a package which isn't friendly to use but proves the concept, and the lead developer is interested in helping fill those gaps in usability with some small plugins.
Simon created the datasette-upload-dbs plugin which really brings the data model closer to what Sandstorm would expect: No default database, and can upload SQLite files through the web UI. I did note an interaction with some of the older plugins, reported as simonw/datasette-upload-dbs#5 but it's not a blocker, because I can drop those plugins if necessary.
The primary remaining blocker is a Sandstorm auth integration plugin, as currently you need to view the debug log to grab the URL auth token needed to give yourself access to write/upload. Simon said this is probably relatively trivial to build, but we haven't discussed it too much further since.
I've been working on packaging Datasette, an app I've been very interested in for a while. I have a package which isn't friendly to use but proves the concept, and the lead developer is interested in helping fill those gaps in usability with some small plugins.
https://github.com/simonw/datasette
https://github.com/ocdtrekkie/datasette-sandstorm