acronymy icon indicating copy to clipboard operation
acronymy copied to clipboard

user-editable, acronym-only dictionary

Acronymy

Acronymy is a free dictionary that anyone can edit. There is one catch: all words must be defined as acronyms. For example, "cat" might be defined as "cuddly adapted tiger" and "dog" might be defined as "dutiful obedient guardian".

Try it on Sandstorm

Acronymy is written in Rust and can be deployed as a web app on the Sandstorm platform.

Building

Make sure that you have Cap'n Proto installed.

You must supply your own word list.

$ cargo build --release
$ ./target/release/initdb data.db < words.txt
$ spk dev