Commit Graph

2 Commits

Author SHA1 Message Date
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
Jeff Emmett 70ce3d8954 Initial scaffold: rNotes collaborative editor
- TipTap + Yjs for real-time collaborative editing with CRDT sync
- Suggestion mode (track changes) with accept/reject workflow
- Inline comments with threaded replies and emoji reactions
- WebSocket sync server for Yjs document synchronization
- PostgreSQL + Prisma for notebooks, notes, comments, suggestions
- EncryptID passkey authentication
- Standard rApp template (Next.js 15, Tailwind 4, shadcn/ui patterns)
- Docker Compose with Traefik routing for rnotes.online
- SpaceSwitcher + AppSwitcher (consistent with all rApps)
2026-03-17 02:45:38 +00:00