Multi‑format notes
Markdown for text, syntax‑highlighted code, LaTeX for math, and Mermaid diagrams.
Write in Markdown, collect code snippets, typeset math with LaTeX, and sketch diagrams with Mermaid — in one tidy place. Your data stays on your device.
Open source • MIT licensed • Local-first
Markdown
# Hello, world
A clean note with emphasis and code.
Code
console.log('Fletchy');
LaTeX
E = mc2
Mermaid
flowchart LR; A-->B; B-->C;
A tidy toolkit for everyday research and building. No clutter, just the bits you need.
Markdown for text, syntax‑highlighted code, LaTeX for math, and Mermaid diagrams.
Notebooks, tags, favorites, plus fast search & sort.
Data stays on your device. Export/import .fletchy files. Migration from Quiver.
Clean, responsive interface with gentle animations and a friendly color palette.
Your edits are saved as you type. No drama.
MIT‑licensed and happy to accept contributions.
Use the web app instantly, or hack locally with a familiar Vite + React setup.
# Clone the repository
git clone https://github.com/Yxanu/fletchy.git
cd fletchy
# Install dependencies
npm install
# Start development server
npm run dev
Prefer native windows? Grab a build for your platform.
Issues, ideas, and pull requests are welcome. A good first step is to run the dev server and improve a small thing.
If the app helps you stay organized, you can support ongoing development.