https://github.com/timmo001/developer-utilities-webapp
Developer Utilities Webapp
https://github.com/timmo001/developer-utilities-webapp
developer-tools nextjs typescript webapp
Last synced: 4 months ago
JSON representation
Developer Utilities Webapp
- Host: GitHub
- URL: https://github.com/timmo001/developer-utilities-webapp
- Owner: timmo001
- License: apache-2.0
- Created: 2024-04-27T12:38:35.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2025-03-13T17:56:02.000Z (over 1 year ago)
- Last Synced: 2025-06-21T13:43:23.773Z (12 months ago)
- Topics: developer-tools, nextjs, typescript, webapp
- Language: TypeScript
- Homepage: https://developer-utilities.timmo.dev
- Size: 263 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# 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](https://developer-utilities.timmo.dev), but you can deploy it on your own Vercel account and GitHub repository by clicking this button:
[](https://vercel.com/new/clone?repository-url=https%3A%2F%2Fgithub.com%2Ftimmo001%2Fdeveloper-utilities-webapp&project-name=developer-utilities-webapp&repository-name=developer-utilities-webapp&demo-title=Developer%20Utiltities%20Webapp&demo-url=https%3A%2F%2Fdeveloper-utilities.timmo.dev)
You can also deploy the webapp to any provider of your choice.
## Development
### Getting Started
Install [bun](https://bun.sh) if you haven't already.
### Install dependencies
```bash
bun install
```
### Start the development server
```bash
bun dev
```