


My notes app checks each source against the registry it came from, so made up citations get caught. Is that useful or just more noise?
If your lecture notes, revision board and flashcards live in three different apps, this is what one place looks like
I'm a CS undergrad. Last year one module's notes were spread across Notion, a pile of PDFs I'd scribbled on, an Anki deck and a Miro board I opened twice. Revising meant reassembling all of it first. So I spent the summer building the version I wanted.
Try it: https://unote-six.vercel.app
Source (AGPL-3.0): https://github.com/011-sam-110/Folio
All three screenshots are the same lecture on graph algorithms, seen from four places in the same app.
The note. Markdown as you type, LaTeX inline and as blocks, syntax highlighted code, callouts, tables and columns. [[Wikilinks]] to other notes, with backlinks and unlinked mentions, so the note about Dijkstra knows which other notes mention it.
The flashcards. Select a passage, turn it into a card, review it on an SM2 schedule. Cards stay attached to the note they came from, so the revision falls out of writing you already did.
The revision board. An infinite canvas with stickies, arrows and cards that open the real note when you double click them. Stylus ink with palm rejection if you work on an iPad.
The sources page. This is the part I'd point at. Every reference gets checked against the registry it came from and comes back Verified, Refuted, Unreachable or Unconfirmed. In the screenshot, "Quantum entanglement in mammalian neural tissue" looks like a perfectly real paper. Its DOI actually resolves to "Nanometre-scale thermometry in a living cell", a real paper but a completely different one, so it comes back Refuted with the real title printed underneath. Citations render in Harvard, APA, MLA, Vancouver or Chicago and switch instantly.
Also in there: import a PDF, a slide deck, photos of handwritten pages, or a whole lecture recording, which comes back as slides plus a timestamped transcript and is processed in your browser so the video never uploads. Obsidian, Notion and Google Docs exports come in too. Search takes operators like tag:algorithms and notebook:"Operating Systems". It works offline and installs as a desktop app.
Honest about what it is: roughly a month old, one person, and built with a lot of AI help, so treat the polish with suspicion. The AI features need an API key or they switch themselves off and say so on screen. Everything else works without one.
You can click it and start typing without making an account. Nothing saves until you do, and it tells you that rather than hiding it.
Try it: https://unote-six.vercel.app
Source (AGPL-3.0): https://github.com/011-sam-110/Folio
Genuinely after criticism rather than upvotes, so tell me what breaks, and whether the sources check is useful or just fussy.