DevPad is a lightweight, frontend-only developer notebook inspired by Notepad++. It’s built for saving, organizing, and quickly copying code snippets, notes, and ideas no backend, no accounts, no friction.
Everything lives locally in your browser, so it’s fast, private, and always available.
- React (with TypeScript)
- Vite for development & build
- Tailwind CSS for styling
- Jotai for state management
- Node.js (18+ recommended)
- npm or pnpm
npm installnpm run devdocker build -t dev-pad .docker run --rm -it -p 5173:5173 dev-padhttps://dev-pad-demo.vercel.app
DevPad is intentionally simple:
- No backend
- No authentication
- No sync (yet)
It’s meant to be your personal scratchpad for code, not another heavy editor.
This project is licensed under the MIT License.