Your thoughts, beautifully written.
typeInk is a minimal, distraction-free writing application built with React and TypeScript. Start typing, track your word and character count, and download your work as a plain text file.
helo
npm install
npm run devOpen http://localhost:5173 in your browser.
| Script | Description |
|---|---|
npm run dev |
Start the development server |
npm run build |
Build for production |
npm run preview |
Preview the production build |
npm run cf:dev |
Build and run with Cloudflare Wrangler |
npm run cf:preview |
Build and run local Cloudflare preview |
npm run cf:deploy |
Build and deploy to Cloudflare |
npm run lint |
Run ESLint |
- Install dependencies:
npm install- Login to Cloudflare:
npx wrangler login- Build and deploy:
npm run cf:deployCurrent Cloudflare config is in wrangler.jsonc:
- Static assets directory:
dist - SPA fallback:
single-page-application
- React 19 – UI library
- TypeScript – Type safety
- Vite – Build tool