I wish I'd found you when I was trying to gather enough customers to make What Got Done a business!
Yeah, I loved Snippets as well. I wrote a little ode to them last year.[0]
>I wish there was an on-prem setup to do that.
What Got Done is open source now. The standard version has a dependency on Google Cloud Firestore, but I have a working branch that runs on Redis.[1] You'd need to implement a new auth solution because What Got Done depends on UserKit, which is still in closed beta, but you can still use their dummy backend (configured in What Got Done by default) which accepts "password" for any username.
Yeah, I loved Snippets as well. I wrote a little ode to them last year.[0]
>I wish there was an on-prem setup to do that.
What Got Done is open source now. The standard version has a dependency on Google Cloud Firestore, but I have a working branch that runs on Redis.[1] You'd need to implement a new auth solution because What Got Done depends on UserKit, which is still in closed beta, but you can still use their dummy backend (configured in What Got Done by default) which accepts "password" for any username.
[0] https://mtlynch.io/status-updates-to-nobody/
[1] https://github.com/mtlynch/whatgotdone/tree/redis-persist