hacker news Hacker News
  1. new
  2. show
  3. ask
  4. jobs
Loci transforms documents into an explorable 2D knowledge map with automatic flashcard generation.

How it works: - Ingest any file (PDF, markdown, images, handwritten notes via vision LLM) - Extract concepts and generate embeddings - Project to 2D with UMAP, cluster with HDBSCAN - Render as interactive honeycomb grid - Auto-generate cloze + Q&A flashcards - Schedule reviews with FSRS algorithm

Stack: FastAPI, LangChain, sqlite-vec, Nuxt 4, D3. Works with OpenAI or Ollama (fully local).

loading...