Universal knowledge capture tool for the r* ecosystem
Go to file
Jeff Emmett 6523006c8a Add EncryptID auth, try-it-now API, editor mode dropdown, and simplify sync server
- Add AuthButton component with EncryptID passkey authentication
- Add /api/try endpoint for instant guest demo access (scratch notes)
- Add ModeDropdown component (editing/suggesting/viewing modes)
- Simplify sync server to plain JS using y-websocket setupWSConnection
- Update Dockerfile to copy SDK from build context and avoid sdk/ in COPY
- Update CollaborativeEditor and Toolbar with refactored editor logic
- Update docker-compose and entrypoint for simplified sync server
- Add package-lock.json and next-env.d.ts

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-21 21:19:14 +00:00
prisma Initial scaffold: rNotes collaborative editor 2026-03-17 02:45:38 +00:00
src Add EncryptID auth, try-it-now API, editor mode dropdown, and simplify sync server 2026-03-21 21:19:14 +00:00
sync-server Add EncryptID auth, try-it-now API, editor mode dropdown, and simplify sync server 2026-03-21 21:19:14 +00:00
.dockerignore Initial scaffold: rNotes collaborative editor 2026-03-17 02:45:38 +00:00
.env.example Initial scaffold: rNotes collaborative editor 2026-03-17 02:45:38 +00:00
.gitignore Initial scaffold: rNotes collaborative editor 2026-03-17 02:45:38 +00:00
Dockerfile Add EncryptID auth, try-it-now API, editor mode dropdown, and simplify sync server 2026-03-21 21:19:14 +00:00
docker-compose.yml Add EncryptID auth, try-it-now API, editor mode dropdown, and simplify sync server 2026-03-21 21:19:14 +00:00
entrypoint.sh Add EncryptID auth, try-it-now API, editor mode dropdown, and simplify sync server 2026-03-21 21:19:14 +00:00
next-env.d.ts Add EncryptID auth, try-it-now API, editor mode dropdown, and simplify sync server 2026-03-21 21:19:14 +00:00
next.config.ts Initial scaffold: rNotes collaborative editor 2026-03-17 02:45:38 +00:00
package-lock.json Add EncryptID auth, try-it-now API, editor mode dropdown, and simplify sync server 2026-03-21 21:19:14 +00:00
package.json Initial scaffold: rNotes collaborative editor 2026-03-17 02:45:38 +00:00
postcss.config.mjs Initial scaffold: rNotes collaborative editor 2026-03-17 02:45:38 +00:00
tsconfig.json Add EncryptID auth, try-it-now API, editor mode dropdown, and simplify sync server 2026-03-21 21:19:14 +00:00