Flint is a note-taking app that helps you capture ideas, connect them together, and make them part of how you think.
Flint is currently in beta. Expect some bugs and unfinished polish as development continues. We welcome feedback and contributions!
Flint aim is to build deep knowledge by supporting the complete learning cycle of externalizing (getting ideas out), internalizing (making them yours), and resurfacing (bringing them back repeatedly over time to ground memory).
Most tools optimize for one part of this cycle. Flint optimizes for the entire process.
Getting ideas out of your head without barriers. The system handles organization so you can focus on thinking.
Making ideas yours through connection and reflection. This is where notes become knowledge.
Active recall brings past ideas back at optimal intervals, grounding them in memory.
Read docs/FLINT-OVERVIEW.md for a deeper understanding of Flint's philosophy.
Flint is built with Electron, Svelte 5, and TypeScript.
# Install dependencies
npm install
# Start development server
npm run dev
# Run linter and TypeScript checks
npm run check
# Run tests
npm run test:run
Flint is open source and welcomes contributions! Whether you want to fix bugs, add features, or improve documentation, we'd love your help.
See CONTRIBUTING.md for detailed guidelines.
Flint is licensed under the GNU General Public License v3.0.