Releases: jovandyaz/knowtis-app
Releases · jovandyaz/knowtis-app
Release list
Knowtis MCP 0.1.0
First public release: remote MCP server (OAuth 2.1) at https://mcp.knowtis.app/mcp + Claude Desktop bundle. Install & connect guide: docs/MCP.md → Distribution & Installation.
v0.2.0 — Collaborative Learning Platform
Highlights
First official release of Knowtis — a real-time collaborative notes platform with AI-powered study tools.
What's New
AI & Study Tools
- AI-powered artifact generation (flashcards, summaries, quizzes) via slash commands in the editor
- Study tools sidebar with spaced repetition (SM2 algorithm)
- Voice-to-note transcription with structured AI output
- AI module hardening with rate limiting and dynamic config
Real-Time Collaboration
- CRDT-based collaborative editing with Yjs + Socket.io
- Share notes with read-only links and live collaboration
- Read-only Tiptap renderer for shared notes
Editor
- Rich text formatting: headings, code blocks with syntax highlighting, links, strikethrough, horizontal rules
- MCP server for AI assistant integration
Auth & Permissions
- Role-based access control (RBAC) with admin roles
- HttpOnly cookie auth with cross-subdomain refresh tokens
- Share link functionality with granular permissions
- DB-backed feature flags with caching
Design System
- Vibrant purple palette with tinted dark surfaces
- Tooltip, voice recording UI, and shared components via Storybook
Infrastructure
- Internationalization (i18n) support
- PostHog analytics integration
- Email module with templates
- CI/CD pipeline with Nx affected optimization
- Vercel (frontend) + Railway (backend) deployments