Skip to content

2anki/server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4,635 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

2anki mascot

2anki.net

2anki.net helps you turn your Notion pages, HTML, Markdown, and other study material into Anki flashcards. Drop something in, get a clean .apkg deck back — no fuss.

Why 2anki?

We're not replacing Anki or Notion — we're building a bridge between them. Drop in what you're studying, get a deck back.

  • Free to use, no technical skills required
  • Multi-format: Notion pages (via API or HTML export), Markdown, HTML, Excel (xlsx), zip bundles
  • Toggle lists become cards, cloze deletions work out of the box
  • Embeds, audio, images, code blocks, and LaTeX carried over
  • Self-hostable if you hit the free-tier quota
  • No VC funding — sustained by paying subscribers and lifetime users

Getting started

git clone https://github.com/2anki/server.git
cd server
pnpm install
touch .env
pnpm dev

The server starts on http://localhost:2020 and the frontend on http://localhost:5173. For server-only work: pnpm dev:server.

How we develop

Every change that touches user-facing behavior goes through a product trio — three AI agents (PM, Designer, Engineer) working in parallel at the center of the loop. Alexander (lead developer) is the human in the loop: he sets direction, approves specs, and merges PRs. The goal is to catch bad assumptions before engineering time is committed.

2anki product trio kaizen loop — signal to ship in hours

The trio is powered by Claude subagents in .claude/agents/. Use /trio <task> to invoke all three in parallel on any prompt.

Contributing

We'd love your help! See CONTRIBUTING.md for how to get started, run the test gate, and submit a PR.

License

The code is licensed under the MIT Copyright (c) 2020-2026, Alexander Alemayhu. See CREDITS.md for contributors.