Just got #Deno KV access ❤️ and I need help brainstorming what to build this weekend.

Thinking a lot about building a mastodon compatible api server that would allow me to have a followable "feed" for my brushwork currently using GCP api to read from a bucket.

I love the idea of using deno and KV for self-hosted / decentralized framework. The innovation is that the database is embedded in the runtime. Think wordpress but if mysql and php were even tighter.

cc @deno_land

@thomasreggi I was also thinking this could be a killer platform for a CMS. The features of a full-fledged CMS like WordPress, without the sysadmin headache of setting it up, but still getting the benefits of both data and assets at the speed of a CDN. Fully dynamic to boot!

@thomasreggi @deno_land
I got the invite too, thanks for sharing awareness of the beta!

Personally, I'm most excited about being able to store more 'minor' bits of data in my apps without dragging in a whole cross-cloud dependency. Too many of my apps use (single-region) DynamoDB or S3 😢

For example, easily storing and rotating #cryptographic keys is now within scope of Deno Deploy apps, so I'm hoping to put together a reusable #OIDC Issuer module for cross-service #JWT auth ❤️