About Us

About EdiToolkit

EdiToolkit was created in 2023 by a full-stack developer who worked across three different projects simultaneously — a React frontend consuming JSON APIs, a Python backend generating CSV reports, and a documentation site built in Markdown rendered as HTML. Every day involved converting between JSON, CSV, Markdown, HTML, YAML, and XML — often multiple times per hour during debugging and content updates.

The existing online conversion tools each handled one format pair, loaded slowly with heavy JavaScript frameworks, and required uploading data to their servers. After one incident where he accidentally pasted a JSON response containing a client’s API keys into an online formatter hosted in a jurisdiction with questionable data laws, he decided to build his own toolkit where every conversion happens locally in the browser.

Built for the Format Chaos of Modern Development

Modern software projects rarely use just one data format. Kubernetes configs are in YAML, application configs are in JSON, data exports come as CSV, documentation lives in Markdown, APIs speak JSON, and legacy systems often use XML. EdiToolkit exists for the moments when you need to move data between these formats quickly during your work — not as a planned migration step, but as a “I need this JSON as CSV in the next 30 seconds” conversion during live debugging or a client call.

The SQL to MongoDB converter was added after feedback from developers at companies migrating from relational databases to MongoDB — they could think in SQL but needed to write MongoDB queries, and a translation tool saved hours of syntax lookup during the transition period.

Local Processing, No Exceptions

Every conversion on EdiToolkit happens in your browser. Your code, configuration files, and data never leave your device. This is a non-negotiable design principle, not a marketing claim. We do not have a server that receives your data because we never built one. The entire site is static HTML, CSS, and JavaScript hosted on a CDN.

The Team

EdiToolkit is maintained by two developers — the founder (a full-stack engineer in Hyderabad) and a contributor (a DevOps engineer in Delhi) who joined after using the tools and offering to add the YAML-JSON converter and improve the Markdown parser. Both of us use these tools in our daily professional work, which is the strongest quality assurance any tool can have.

Feature requests, bug reports, and pull requests are welcome. Reach us through our Contact page.