August 15th, 2024

Open-source utils for devs who don't like ads

The jam-dev-utilities GitHub repository offers open-source, ad-free data conversion tools for developers, built with Next.js and React.js, requiring Node.js 20.9.0 for local setup and contributions.

Read original articleLink Icon
Open-source utils for devs who don't like ads

The GitHub repository jam-dev-utilities offers open-source data conversion utilities aimed at developers seeking ad-free tools. The project focuses on providing lightweight, client-side utilities that ensure data remains on-device. It utilizes technologies such as Next.js, React.js, Tailwind CSS, shadcn/ui, and cmdk. To set up the project locally, users need to have Node.js version 20.9.0 installed, clone the repository, navigate to the project directory, install dependencies, and start the development server. The application can then be accessed via a local browser at http://localhost:3000. Contributions to the project are encouraged, and a contribution guide is available. Users can report issues through the repository's issue tracker. For additional information, the official site can be visited.

- The repository provides ad-free, client-side data conversion utilities.

- It is built using modern web technologies including Next.js and React.js.

- Local setup requires Node.js version 20.9.0 and involves cloning the repository.

- Contributions are welcomed, with a guide available for potential contributors.

- Users can report issues directly on the repository's issue tracker.

Link Icon 5 comments
By @halb - 6 months
On this note I really recommend cyberchef[1]: a large collection of open-source web based utils and converters that can be chained together. Oh and it's maintained by the GCHQ, the agency that cracked the german enigma codes.

[1] https://gchq.github.io/CyberChef/

By @figmert - 6 months
Isn't CyberChef[0] also local and without ads, and also open source?

[0] https://gchq.github.io/CyberChef/

By @ErikBjare - 6 months
The README isn't clear, what exactly is "data conversion utils" and what is the usage?
By @joeyagreco - 6 months
Outlining exactly what the tool does in the README would help a lot. I was having trouble finding that info.
By @totaa - 6 months
love this, i always use sketchy websites for simple utils like counting number of words, validating JSON etc.

though this is nothing that can't be done on the CLI (wc, jq, grep etc) - it's obviously easier through a web interface if it's only used sparingly.