Skip to content

metroncorp/anki2server

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5,838 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

Apps

2anki runs in any browser, and there's a native app for iPhone, iPad, and Mac — free on the App Store. Files are parsed on-device; sign in for AI deck generation and Notion sync. See 2anki.net/app.

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:3000. 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.

About

Server to create Anki flashcards faster, easier and better today ⭐️

Resources

License

Code of conduct

Contributing

Security policy

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • TypeScript 90.3%
  • CSS 5.1%
  • Python 2.0%
  • JavaScript 1.4%
  • HTML 1.0%
  • Shell 0.2%