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.
- Host: GitHub
- URL: https://github.com/rekram1-node/vault-block
- Owner: rekram1-node
- Created: 2024-08-21T19:47:10.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-11-05T03:53:08.000Z (over 1 year ago)
- Last Synced: 2024-11-05T04:27:04.775Z (over 1 year ago)
- Language: TypeScript
- Homepage: https://vault-block.com/
- Size: 5.36 MB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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