The safest and lightest forum, powered by rust.
Demo: https://freedit.eu/
GitHub: https://github.com/freedit-org/freedit
Help support the development and maintenance of freedit. Your contributions are greatly appreciated!
- Monero (XMR):
45JB1KbCM54gw7zDY8LzkDXjEibDgTspyKBzM8VWi8mL1gY3wCyzHsCSRGRsXBwGgdC6HX1EtJFoNYXZELnDQW8S7DRG8tL
All donations go towards hosting costs and continued development of freedit. Thank you for your support!
- Easy to deploy: one binary to run, using embedded database sled
- No javascript at all, for safety maximization. (Why javascript is evil)
- e2ee private message
- Math and Code highlighting support without JavaScript
- Markdown support
- inn: Subgroup like Subreddits
- solo: Personal space like Twitter
- Online rss reader
- Download freedit binary from releases
- unzip freedit.zip
- run
./freedit
, open browser toaddr
, http://127.0.0.1:3001/
Prerequisition: install Rust
git clone https://github.com/freedit-org/freedit
cd freedit && cargo build -r
./target/release/freedit
-
online doc: https://freedit-org.github.io/freedit/freedit/index.html
-
generate local documentation:
cargo doc --no-deps --open
git clone https://github.com/freedit-org/freedit
cd freedit && cargo run
- icon: https://iconoir.com/
- CSS framework: https://bulma.io/
- Rust crates: Cargo.toml