Live data from Hacker News

Ask HN: Apps that are built with Git as the back end?

news.ycombinator.com

1–10 of 68 posts

Ask HN: Apps that are built with Git as the back end?

#1
Hey HN, I'm working on a project that builds with git as the backend (https://github.com/inlang/inlang) and I'm looking for other projects that have a similar approach.

PS: Also apps such as VS-Code or Obsidian which work on local files and have git plugins would be interesting!

Re: Ask HN: Apps that are built with Git as the back end?

#7

This guy built and hosts a SQLite database via github. Is this helpful? https://phiresky.github.io/blog/2021/hosting-sqlite-database...

This is not using git as a backend, it is merely using GitHub's static web hosting to serve files. Still impressive, but git could have been replaced with FTP here.
Post reply on HN