A collection of fast, client-side web tools for those who want quick utilities without servers, ads, or tracking.
Everything in TulRex is pre-built and served as static content. There’s no database and no server-side processing. Your data stays in your browser.
I use many such tools everyday but I didn’t want to upload documents or images to random sites. So I made TulRex: a privacy-first, static site with useful, offline-friendly utilities.
- React Js
- Next Js
- TypeScript
- Tailwind CSS
- pnpm (package manager)
# install
pnpm install
# dev
pnpm dev
# build for production
pnpm build
# Run build locally
npx serve@latest outContributions are welcome. Preferred workflow:
- Open an issue to discuss larger changes.
- Create a branch for your feature/fix.
- Submit a clean PR with a short description and tests (if applicable).
If you want to add a new tool follow existing patterns (TypeScript + client-only code).