DevKitLab Logo DevKitLab / A small online toolkit for developers

Common online tools, ready to use

JSON, PDF, regex, JWT, QR codes, timestamps — 66+ small utilities that come up during a normal day, gathered in one site. No more searching for "json formatter online" every time.

Anything that can run in your browser does. Temporary API payloads, config snippets, sensitive PDFs — keep them on your machine.

No sign-in / Runs in browser / Still iterating

Browse by use case

Pick the section that matches the task at hand. Patching a config? Start in Data. Debugging an API? Try Encode and Security. Cleaning up screenshots, scans or PDFs? Try File.

What this site is trying to do

These small tasks are spread across dozens of sites, and the search results are usually buried in ads. DevKitLab tries to do a few things well: gather these tasks in one place, build each tool so it actually solves the problem, and keep the input, output, copy and download patterns consistent between tools.

  1. You should not have to search every time

    Formatting JSON, decoding a JWT, splitting a PDF, looking up an HTTP code — these come up several times a day. Opening a different ad-heavy page for each one is not fun. Bookmark DevKitLab and enter through a category or the tool list.

  2. The tools are not there to pad the list

    A handful of tools got real attention. JSON Diff stays accurate inside deeply nested structures. Regex Tester highlights capture groups and explains each segment. PDF Organize lets you drop multiple PDFs in and reorder pages across files. Cron Expression translates the expression into plain English and lists the next several run times. Detail is the difference between a tool that looks fine and one that helps.

  3. Local by default

    JSON formatting, Base64 encoding, timestamp conversion, text cleanup, PDF split and merge, image compression all run in your browser. Nothing gets sent to a server, so you can use them on temporary API responses, JSON with credentials, or PDFs you would rather not upload. The few tools that do need network access say so on the page.

  4. Notes that actually explain things

    The timestamp tool spells out the difference between seconds and milliseconds. Base64 separates plain text, URL-safe, and file modes. JWT shows the Header and Payload split and tells you which signature types can be verified locally. Error messages try to be specific — "missing comma at line 7" rather than "invalid JSON".

Questions we hear often

A few questions about pricing, how data is handled, and what the tools can or cannot do.

  1. Do I need to pay or sign in?

    Neither. Every tool opens directly. There is no account system and no per-action limit.

  2. Will my data be uploaded?

    For most tools, no. JSON, Base64, timestamps, text utilities, PDF split and merge, image compression — these run in your browser. The few tools that do depend on a network call (like some barcode scans) say so on the page.

  3. How many tools are there?

    About 66 at the moment, grouped under ten categories: Text, Data, Encode, Security, Network, File, Design, Time, Generator, and Reference. The full list lives under "Browse by use case".

  4. What makes this different from other utility sites?

    A handful of tools (JSON Diff, Regex Tester, PDF Organize, Cron Expression, and others) got real attention rather than being thin wrappers. The input, output, copy and download patterns are kept consistent across tools so you do not relearn each one. And there are no popup ads.

  5. Why does this tool give a different result than another site?

    The same operation can mean slightly different things. Timestamps could be seconds or milliseconds. Base64 has standard and URL-safe variants. Cron has the seven-field standard and Quartz extensions. When results differ, check the notes on the tool page.

  6. Can I copy or download results?

    Yes. Text results have a one-click copy. Generated images, PDFs and files download directly.

  7. Does it work on mobile?

    Yes — the layout adapts. Tools that depend on dragging large files (like PDF Organize) work best on a desktop.

  8. Will this keep being updated?

    Yes. New tools and improvements keep landing, and existing ones get adjusted based on feedback. If something feels off, the Contact page is open.