Added
- Initial public release of StashSync.app.
- Core features include:
- Stash and tag creation, organization, and filtering
- Rich-text note editing powered by Tiptap (headings, lists, code blocks, and more)
- Bookmark saving with metadata extraction (title, description, favicon)
- Offline-first data layer using Yjs CRDTs, persisted to IndexedDB
- Real-time multi-device sync via PartyKit WebSocket server
- Authentication with Clerk (sign-up, sign-in, session management)
- Subscription billing via Lemon Squeezy
- Deployment to Cloudflare Workers via OpenNext.js adapter
- Trash / soft-delete support for notes and bookmarks
- Basic search functionality across notes and bookmarks
Infrastructure
- Updated Wrangler CLI to v4.81.1 for Cloudflare Workers compatibility.