An open API service indexing awesome lists of open source software.

https://github.com/rekram1-node/vault-block

WORK IN PROGRESS (NOT PRODUCTION READY): End to end encryption integration with Notion. We host "Vaults" that can be viewed via embedded blocks. We use sophisticated industry standard encryption with defaults higher grade than most password managers.
https://github.com/rekram1-node/vault-block

Last synced: 11 months ago
JSON representation

WORK IN PROGRESS (NOT PRODUCTION READY): End to end encryption integration with Notion. We host "Vaults" that can be viewed via embedded blocks. We use sophisticated industry standard encryption with defaults higher grade than most password managers.

Awesome Lists containing this project

README

          

# vault-block

## Local Development

Currently local development is ran using a Procfile. To start I recommend installing goreman:
```
go install github.com/mattn/goreman@latest
```

Once you have it installed you can run the entire stack locally using:
```
bun run dev
```

## Stack

Bun, Hono, Vite, Drizzle

## Infra Solutions

### Cloudflare Pages
Functions and SPA are deployed to Cloudflare Pages. This gives a super cheap hosting solution allowing me to host the application for next to nothing

### Cloudflare KV
Cloudflare KV was chosen for convenience since I am already using Cloudflare, we primarily use it as a temporary storage layer for refresh tokens

### Turso
Turso was chosen due to it's generous free tier along with it's reasonable limits. Once again chosen due to my primary goal in choosing the stack is to minimize costs