Skip to content

Latest commit

 

History

History
45 lines (29 loc) · 854 Bytes

File metadata and controls

45 lines (29 loc) · 854 Bytes

ReCoder

A simple web-based tool for text encoding, decoding, and hashing. 100% client-side, 100% Rust, 0% cruft.

Demo

https://recoder.plonq.org

Why?

Sometimes I need to encode or decode text as a one-off. There are many existing web tools, but most of them are cluttered, single-purpose, have ads, etc. Plus, I can't be sure of the privacy. Creating my own tool solves all these problems.

Tech Stack

Development

If you don't have Trunk installed, install with:

cargo install trunk

Use Trunk to start a local dev server:

trunk serve

Deployment

Use Trunk to build for production:

trunk build --release

Output will be in the dist directory, which can be statically hosted anywhere.