Hacker News new | ask | show | jobs
by ioquatix 1898 days ago
For the lolz: https://github.com/ioquatix/relaxo
2 comments

No lolz here! I actually need exactly this as I'll soon be starting work on a CMS-style editor for Git-based static sites, and it's all Ruby to boot. Awesome sauce!
Maybe you can take some inspiration from FrontAid CMS https://frontaid.io/
Have you played with netlifycms.org? It's a Git based CMS that interfaces directly with GitHub apis.
lolz!
Looks like it is inspired by CouchDB
Yes, it was. It was originally a front end and back end (query server) for CouchDB. But CouchDB 2 really went in a different direction to what I expected with query servers so I gave up and decided to pivot in a different direction with the code base.

https://github.com/ioquatix/relaxo-query-server FYI.