Skip to content

Latest commit

 

History

History
57 lines (40 loc) · 2.88 KB

File metadata and controls

57 lines (40 loc) · 2.88 KB

>_ DevToolKit

Free, fast, open-source developer tools that run entirely in your browser.

Live Site Built with Astro React Tailwind CSS Deployed on Cloudflare


No tracking. No data collection. No sign-up. 100% client-side -- your data never leaves your browser.

Tools

Tool Description Link
chmod Calculator Interactive Unix file permission calculator with octal/symbolic output, common presets (755, 644), security warnings, and umask calculation Open
TOML / JSON / YAML Converter Convert between TOML, JSON, and YAML formats instantly. Auto-detect input, bidirectional conversion, syntax validation Open
.env File Editor Parse, edit, and convert .env files. Framework templates for Next.js, Django, Laravel, Express, Rails. Export to JSON, YAML, Docker env Open
Cron Expression Generator Build and decode cron expressions with a visual editor. Human-readable descriptions and next execution preview Open
Docker Compose Validator Validate docker-compose.yml with schema-aware checks. Detects invalid keys, circular dependencies, port issues Open

Tech Stack

Development

# Install dependencies
npm install

# Start dev server
npm run dev

# Build for production
npm run build

# Preview production build
npm run preview

Why DevToolKit?

  • Privacy-first: Everything runs in your browser. Zero server calls, zero data stored.
  • Fast: Static HTML + progressive hydration. No loading spinners.
  • Free & open source: No paywalls, no premium tiers, no ads-before-content.
  • Offline-capable: Works after first load, even without internet.

License

MIT