Ditto is a Nostr server for building resilient communities online. With Ditto, you can create your own social network that is decentralized, customizable, and free from ads and tracking.
For more info see: https://docs.soapbox.pub/ditto/
- Built-in Nostr relay
- Log in with any Mastodon app
- Like and comment on posts
- Share posts
- Reposts
- Notifications
- Profiles
- Search
- Moderation
- Zaps
- Customizable
- Open source
- Self-hosted
- Decentralized
- No ads
- No tracking
- No censorship
- Install Deno.
- Clone this repo.
- Download Soapbox or another web-based Mastodon client of your choice.
- Put the frontend files inside the
public
directory. - Create an
.env
file. - Define
DITTO_NSEC=<value>
in your .env file. You can generate an nsec by runningdeno task nsec
. - Run
deno task dev
.
© Alex Gleason & other Ditto contributors
Ditto is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
Ditto is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details.
You should have received a copy of the GNU Affero General Public License along with Ditto. If not, see https://www.gnu.org/licenses/.