Skip to content

Releases: jovandyaz/knowtis-app

Knowtis MCP 0.1.0

Choose a tag to compare

@jovandyaz jovandyaz released this 10 Jul 00:52
69ad968

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

Choose a tag to compare

@jovandyaz jovandyaz released this 12 Apr 05:49
b67f056

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