DEV Community

Cover image for Built a JSON Formatter & Manager with Tabs and Local Storage – Looking for Feedback!
dytra
dytra

Posted on

Built a JSON Formatter & Manager with Tabs and Local Storage – Looking for Feedback!

Hey fellow devs! Just wanted to share a project I put together—a JSON formatter and manager that organizes JSON files with tabs and a local file storage.

The idea came from needing a simple way to save and analyze JSON requests/responses without relying on cloud storage or sign-ups. It’s all browser-based, using IndexedDB, so storage is only limited by your hard drive space.

It also has favorite and tagging feature, so you can organize easily!

Link: https://jsonkeep.com/

It’s been really helpful for me, and I thought it might be useful to others too. Any feedback or feature ideas would be awesome! Let me know what you think!

Top comments (0)