Skip to content

kashsuks/unfurl

Repository files navigation

Unfurl

Netlify Status

Visualize JSON data easily right through your browser image image image

Features

  • Format a JSON file by dragging and dropping or pasting into the editor
  • Compare two pieces of JSON data by using the Diff button in the top right
  • Choose between the themes in the settings button in the top right
  • Search through JSON data and count depth and nodes
  • Hover over the arrow for any piece of data and get its path

Local Development

Clone the repository via git

git clone https://github.com/kashsuks/unfurl.git

Change into the directory

cd unfurl

Once there, use cargo to run

cargo r

or

cargo run

Deploy to Web

Deploy the repository on a provider such as Vercel, Netlify, or GitHub Pages

Once done, run the following command at the root of the repository

trunk build --release --public-url /

Deploy whatever builds to the /dist

AI Usage

AI tools such as Claude and Codex were used in the making of this project mainly for fixing bugs such as the theme storage