QuickText is a simple, privacy-focused text editor that allows you to quickly write, save, and share frequently used text snippets.
Your privacy is our priority. QuickText:
- Stores all data locally in your browser using browser storage APIs
- Never transmits your content to any server
- Has zero tracking or analytics
- Works offline as a Progressive Web App (PWA)
All text snippets, templates, and placeholder values remain exclusively on your device, ensuring complete privacy and data control.
QuickText is designed with performance in mind:
- Minimal footprint (under 100KB uncompressed)
- Works offline after first load
- Optimized for mobile devices
The app starts up fast and responds quickly to user interaction, making it perfect for quickly capturing and retrieving text snippets when you need them.
VSCode + Volar (and disable Vetur).
TypeScript cannot handle type information for .vue imports by default, so we replace the tsc CLI with vue-tsc for type checking. In editors, we need Volar to make the TypeScript language service aware of .vue types.
See Vite Configuration Reference.
npm installnpm run devnpm run buildLint with ESLint
npm run lint