logoalt Hacker News

dtkavyesterday at 6:17 PM2 repliesview on HN

We need a term for a viable business model to pair with local-first tech.

I've been working on Relay [0] (realtime multiplayer for Obsidian) and we're trying to follow tailscale's approach by separating out the compute/document sync from our auth control plane.

This means thats users still subscribe to our service (and help fund development) and do authn/authz through our service, but we can keep their data entirely private (we can't access it).

[0] https://relay.md


Replies

jessmartinyesterday at 9:06 PM

Relay user here! It’s great. Quite reliable for an early product.

show 1 reply
trinsic2yesterday at 9:40 PM

Are you requiring a google account for file/folder based auth on a per user bases for a vault? Not to keen on using a 3rd party for this kind of thing.

show 1 reply