Donis.dev logo

Base64 Converter - A tool to convert your data and json objects to base64 strings and vice versa

Technologies: Next.Js, App Router, Tailwind, shadcn, SSG

Completed in 2024

base64 project image
base64 project image
base64 project image
base64 project image
base64 project image

JSON/String to Base64 Conversion Tool

This is a simple client side tool for base64 conversion needs. Easily convert json objects or other data to base64 strings. Can convert them back to their original form as well.

Features

  • Encode JSON data or plain text strings to Base64.
  • Decode Base64 back to the original string or JSON data.
  • Works in the browser. Your data is safe
  • Informs user if the data is valid JSON while converting
  • Dark/Light/System theme switch (persists through local storage)

Tech Stack

Usage

Conversion to base64: Type or paste your data in the "JSON to BASE64" tab to encode it. Click the copy button to copy the generated string.

Conversion from base64: Paste any base64 encoded string in the "Base64 to JSON" tab to decode it. Click the copy button to copy the generated output.

Deployment

This app is deployed to github pages free of charge. Visit the repo here or the deployed app here