Skip to content
/ Sviter Public

Collaborative knowledge base with AI agents built in

License

Notifications You must be signed in to change notification settings

honix/Sviter

Repository files navigation

🌸 Sviter

AI-powered wiki where autonomous agents help you build and maintain knowledge.

Status: MVP — core features work, expect rough edges. See roadmap.

Sviter UI

Features

  • AI Chat — Ask questions about your wiki, history, and active threads
  • Autonomous Agents — Request changes, AI works on a branch, you review and accept/reject
  • Git Under the Hood — Full version control without the complexity
  • You Own Your Data — Plain markdown files in your git repo, no database, no lock-in
  • Real-time Collaboration — Auth, live sync, see who edited what
  • Pluggable LLM — Claude Agent SDK or OpenRouter — BYOK or connect to your local inference services
  • On-demand Custom Views for your data — Ask AI to create an interactive view just with prompt

Quick Start

Configure your backend/.env and frontend/.env files using .env.example as a reference.

make setup    # Install dependencies (first time)
make run      # Start backend (8000) and frontend (5173)

See Getting-Started wiki-page for more information.

How It Works

  1. Chat with AI about your wiki
  2. Ask it to make changes — spawns an agent on a new branch
  3. Review the diff when done
  4. Accept (merge) or Reject (discard)

Use Cases

  • Spec-Driven Development — Write specs in wiki, AI keeps docs and code in sync
  • Team Knowledge Base — Devs ask questions, writers update docs, git stays hidden
  • Research & Notes — Connect ideas across pages, AI helps cross-reference

Documentation

See Sviter-wiki for full documentation — built with Sviter and best viewed inside Sviter itself.

License

FSL-1.1 (free for production use, no competing products for 2 years, then Apache 2.0)

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •