Time estimation for creative agency projects — 100% private, open-source.
blindx is a client-side time and budget estimator built for creative agencies and freelancers who struggle with time blindness. Toggle scope items, set seniority levels and modifiers, and get a live min/max estimate, no account, no server, no data leaves the browser.
Live: blindx.arraywaves.dev
| Layer | Technology |
|---|---|
| Framework | React 19 |
| Language | TypeScript 6 |
| Build | Vite+ (vite-plus) |
| Styling | TailwindCSS 4 + Style Dictionary |
| State | Zustand (localStorage) |
| UI | HeroUI |
| Validation | Zod |
| Icons | Lucide React |
- Node.js
>=20.x - Vite+ (
vp)
git clone https://github.com/arraywaves/blindx.git
cd blindx
vp installvp devvp run test:unit # Vitest unit tests
vp run test:e2e # Playwright end-to-end tests
vp run tests # BothDistributed under the MIT License.