FlareStart
HomeNewsHow ToSources
FlareStart

Where developers start their day. All the tech news & tutorials that matter, in one place.

Quick Links

  • Home
  • News
  • Tutorials
  • Sources
  • Privacy Policy

Connect

© 2026 FlareStart. All rights reserved.

Back to articles
I built a free developer conversion tools site (JSON TypeScript, YAML↔JSON, and more)
How-ToWeb Development

I built a free developer conversion tools site (JSON TypeScript, YAML↔JSON, and more)

via Dev.to WebdevTux Not Found11h ago

I kept finding myself with 6 different browser tabs open for the same repetitive conversions — paste JSON here, convert YAML there, decode some Base64 somewhere else. So I built codeconvert.dev to have them all in one place. What it does JSON → TypeScript — paste JSON, get TypeScript interfaces instantly JSON ↔ CSV — convert between formats YAML ↔ JSON XML ↔ JSON ENV ↔ JSON — .env files and JSON back and forth Base64 encode/decode URL encode/decode Epoch ↔ Date — timestamp conversions JSON Formatter — format and validate Why I built it The JSON→TypeScript one is the main reason. Every time I hit a new API endpoint I'd end up writing interfaces by hand or copy-pasting into some sketchy random site. Having it clean and fast in one place saves a surprising amount of friction. Everything is free, no sign-up required. Would genuinely love feedback — what converters are you reaching for that aren't here? What would make this actually useful for your workflow?

Continue reading on Dev.to Webdev

Opens in a new tab

Read Full Article
0 views

Related Articles

2. Readers-writers Problem
How-To

2. Readers-writers Problem

Medium Programming • 2h ago

The Part Nobody Could Scale
How-To

The Part Nobody Could Scale

Medium Programming • 3h ago

Claude Code Now Lets You Code From Your Phone. Here’s What I Learned the Hard Way.
How-To

Claude Code Now Lets You Code From Your Phone. Here’s What I Learned the Hard Way.

Medium Programming • 3h ago

Stop Watching Tutorials: The Real Way to Learn Coding Faster
How-To

Stop Watching Tutorials: The Real Way to Learn Coding Faster

Medium Programming • 4h ago

Concurrency vs. Parallelism, Processes vs. Threads, Building Thread-Safe Systems
How-To

Concurrency vs. Parallelism, Processes vs. Threads, Building Thread-Safe Systems

Medium Programming • 5h ago

Discover More Articles