Ask HN: Apps that are built with Git as the back end?
21–30 of 68 posts
Re: Ask HN: Apps that are built with Git as the back end?
#22overleaf uses git as a data store for collaborative editing.
Re: Ask HN: Apps that are built with Git as the back end?
#23The leading package manager for macOS Homebrew ( https://brew.sh ) is Git-based.
Re: Ask HN: Apps that are built with Git as the back end?
#24The API of libgit2 is great. If you don’t need the more advanced features of Git, I recommend taking a look!
Re: Ask HN: Apps that are built with Git as the back end?
#25Both serve files from a git repository, and lit will actually write to the repository. There are several others that Tim has built over the years, but those are the two that I am familiar with.
Re: Ask HN: Apps that are built with Git as the back end?
#26Re: Ask HN: Apps that are built with Git as the back end?
#27I have the same question, I am have a git based static generated blog, I am looking for something like 1. A git based tool to scrobble the music I am listening to, like Last.FM. 2. A status logger, I really, really miss the old MSN or GTalk days when there's a status line to show what my friends are doing or their mood. In fact most people have forgotten that's the original case for twitter. 3. A git based comment sy…
PS There is a small web sdk that enables comments on sited via github issues. see https://github.com/utterance/utterances
Re: Ask HN: Apps that are built with Git as the back end?
#28The main challenge for something like our app is search. Git is good at creating files and managing versions/branches but not good at search files or their content. I'm not a git expert to fully backup that claim but that's been our experience. You can layer on your own search capabilities if you need it but then you might want to start asking if a full DB is better.
Re: Ask HN: Apps that are built with Git as the back end?
#29Not entirely necessary for its function, but UNIX `pass` and dotfile managers such as `yadm` come to mind when considering git based programs.