Migrated from GitHub
Go to file
Jeff Emmett f8790c9934 docs: add data sovereignty architecture for Google imports and local file uploads
- Add GOOGLE_DATA_SOVEREIGNTY.md: comprehensive plan for secure local storage
  of Gmail, Drive, Photos, Calendar data with client-side encryption
- Add LOCAL_FILE_UPLOAD.md: multi-item upload tool with same encryption model
  for local files (images, PDFs, documents, audio, video)
- Update OFFLINE_STORAGE_FEASIBILITY.md to reference new docs

Key features:
- IndexedDB encrypted storage with AES-256-GCM
- Keys derived from WebCrypto auth (never leave browser)
- Safari 7-day eviction mitigations
- Selective sharing to boards via Automerge
- Optional encrypted R2 backup

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-12-04 04:47:22 -08:00
.github/workflows switch from github action to cloudflare native worker deployment 2025-11-10 19:05:11 -08:00
.wrangler/tmp multiboard 2024-08-30 12:31:52 +02:00
docs docs: add data sovereignty architecture for Google imports and local file uploads 2025-12-04 04:47:22 -08:00
src Implement offline storage with IndexedDB for canvas documents 2025-11-26 03:03:37 -08:00
worker update x & y coordinates 2025-11-10 22:42:52 -08:00
.env.example Revert "Update Daily API key in production env" 2025-04-16 13:05:55 -07:00
.gitattributes oriomimicry 2024-08-09 23:14:58 -04:00
.gitignore working video calls 2025-02-13 20:38:01 +01:00
.npmrc npm 2024-12-07 22:48:02 -05:00
.prettierrc.json prettify and cleanup 2024-12-07 22:01:02 -05:00
CLOUDFLARE_PAGES_MIGRATION.md update package.json, remove cloudflare worker deployment 2025-11-10 12:46:49 -08:00
CLOUDFLARE_PAGES_SETUP.md latest update to fix cloudflare 2025-11-10 11:51:57 -08:00
CLOUDFLARE_WORKER_SETUP.md switch from github action to cloudflare native worker deployment 2025-11-10 19:05:11 -08:00
DATA_CONVERSION_GUIDE.md everything working in dev 2025-11-10 11:06:13 -08:00
DATA_CONVERSION_SUMMARY.md everything working in dev 2025-11-10 11:06:13 -08:00
DATA_SAFETY_VERIFICATION.md updates to worker 2025-11-10 13:50:31 -08:00
DEPLOYMENT_GUIDE.md switch from github action to cloudflare native worker deployment 2025-11-10 19:05:11 -08:00
DEPLOYMENT_SUMMARY.md switch from github action to cloudflare native worker deployment 2025-11-10 19:05:11 -08:00
FATHOM_INTEGRATION.md final updates to Automerge conversion 2025-11-10 13:34:55 -08:00
GESTURES.md add in gestures and ctrl+space command tool (TBD add global LLM) 2025-07-29 16:02:51 -04:00
MIGRATION_CHECKLIST.md update package.json, remove cloudflare worker deployment 2025-11-10 12:46:49 -08:00
OFFLINE_STORAGE_FEASIBILITY.md docs: add data sovereignty architecture for Google imports and local file uploads 2025-12-04 04:47:22 -08:00
QUARTZ_SYNC_SETUP.md automerge, obsidian/quartz, transcribe attempt, fix AI APIs 2025-09-21 11:43:06 +02:00
README.md Revert "update website main page and repo readme, add scroll bar to markdown tool" 2025-04-16 13:05:50 -07:00
SANITIZATION_EXPLANATION.md everything working in dev 2025-11-10 11:06:13 -08:00
TLDRW_INTERACTIVE_ELEMENTS.md automerge, obsidian/quartz, transcribe attempt, fix AI APIs 2025-09-21 11:43:06 +02:00
TRANSCRIPTION_SETUP.md everything working in dev 2025-11-10 11:06:13 -08:00
WORKER_ENV_GUIDE.md final updates to Automerge conversion 2025-11-10 13:34:55 -08:00
_redirects update package.json, remove cloudflare worker deployment 2025-11-10 12:46:49 -08:00
github-integration-setup.md automerge, obsidian/quartz, transcribe attempt, fix AI APIs 2025-09-21 11:43:06 +02:00
index.html fixed shared piano 2025-09-04 17:54:39 +02:00
package-lock.json Implement offline storage with IndexedDB for canvas documents 2025-11-26 03:03:37 -08:00
package.json Implement offline storage with IndexedDB for canvas documents 2025-11-26 03:03:37 -08:00
quartz-sync.env.example automerge, obsidian/quartz, transcribe attempt, fix AI APIs 2025-09-21 11:43:06 +02:00
start-network-dev.sh automerge, obsidian/quartz, transcribe attempt, fix AI APIs 2025-09-21 11:43:06 +02:00
switch-worker-env.sh final updates to Automerge conversion 2025-11-10 13:34:55 -08:00
switch-worker.sh automerge, obsidian/quartz, transcribe attempt, fix AI APIs 2025-09-21 11:43:06 +02:00
test-change-detection.js automerge, obsidian/quartz, transcribe attempt, fix AI APIs 2025-09-21 11:43:06 +02:00
test-data-conversion.ts everything working in dev 2025-11-10 11:06:13 -08:00
test-holon-data.js everything working in dev 2025-11-10 11:06:13 -08:00
test-r2-conversion.md everything working in dev 2025-11-10 11:06:13 -08:00
test-video-chat-network.js automerge, obsidian/quartz, transcribe attempt, fix AI APIs 2025-09-21 11:43:06 +02:00
tsconfig.json fix stuff 2024-08-31 15:00:06 +02:00
tsconfig.node.json oriomimicry 2024-08-09 23:14:58 -04:00
tsconfig.worker.json multiplayer 2024-08-29 21:15:13 +02:00
vercel.json Merge branch 'auth-webcrypto' 2025-08-25 16:11:46 +02:00
vite.config.ts everything working in dev 2025-11-10 11:06:13 -08:00
wrangler.dev.toml automerge, obsidian/quartz, transcribe attempt, fix AI APIs 2025-09-21 11:43:06 +02:00
wrangler.toml update renaming to preserve old format 2025-11-10 14:11:18 -08:00

README.md

A website.

Do npm i and npm run dev