Skip to content
/ recoder Public

A simple web-based 100% client-side tool for text encoding and decoding

License

Notifications You must be signed in to change notification settings

Plonq/recoder

Repository files navigation

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.

About

A simple web-based 100% client-side tool for text encoding and decoding

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published