Capture anything.
Instantly.
One click. A post-it appears. Type your thought. Close it. Back to work in under 3 seconds.
import { useState } from 'react'
export function App() {
const [count, setCount] = useState(0)
return (
<div className="container">
<h1>Hello World</h1>
<button onClick={() => setCount(c => c + 1)}>
Count: {count}
</button>
</div>
)
}Built for keyboard warriors
Every action is a shortcut away. No clicking, no hunting through menus.
Quick Capture
A floating post-it appears instantly, anywhere on your screen. Type your thought, press escape, and you're back to work in under 3 seconds.
- ✓ Works from any app
- ✓ Auto-saves as you type
- ✓ Full markdown support
Folder Selector
A Spotlight-style picker appears. Type to filter folders, use arrow keys to navigate, Enter to select. Create new folders on the fly.
- ✓ Fuzzy search filtering
- ✓ Keyboard navigation
- ✓ Create folders inline
Search Everything
Full-text search across all your notes. Results appear instantly as you type. Open any note with a single keystroke.
- ✓ Real-time results
- ✓ Search across all folders
- ✓ Highlighted matches
Remember to fix the auth bug before demo
Debug auth flow with new tokens
Check OAuth bug reports
TODO: Call Mike about the contract before 3pm
API endpoint: /v2/users
Pin to Screen
Keep important notes visible on your desktop. Pinned notes stay on top of all windows and persist across app restarts.
- ✓ Always on top
- ✓ Persists across restarts
- ✓ Drag anywhere
Custom Folder Shortcuts
Assign any folder to a number key. Jump directly to Work, Ideas, or any folder with a single shortcut.