Skip to content

timmo001/developer-utilities-webapp

Repository files navigation

Developer Utilities Webapp

This is a webapp that provides a collection of utilities for developers. It is built using Next.js and TypeScript.

This webapp provides a single place for developers to access a collection of utilities that they might need in their day-to-day work. It also provides an alternative place to use private data that you don't want to share with other services.

Features

  • Base64 Decoder
  • Base64 Encoder
  • JSON Formatter
  • JSON Minifier
  • JSON to CSV
  • JWT Decoder
  • URL Decoder
  • URL Encoder
  • UUID Generator
  • XML Formatter
  • XML Minifier

Deployment

This project is deployed to developer-utilities.timmo.dev, but you can deploy it on your own Vercel account and GitHub repository by clicking this button:

Deploy with Vercel

You can also deploy the webapp to any provider of your choice.

Development

Getting Started

Install bun if you haven't already.

Install dependencies

bun install

Start the development server

bun dev