Tribe Social is a decentralized social network built on the Nostr protocol, allowing users to communicate freely without relying on centralized servers.
- 🌐 Built on the Nostr protocol
- ⚡ Fast and lightweight
- 📱 Progressive Web App (PWA)
- 🔒 Decentralized identity
- 🌍 Cross-platform support
- Node.js 18 or later
- npm
Clone the repository:
git clone https://github.com/zoreu/tribe.git
cd tribeInstall the dependencies:
npm installStart the development server:
npm run devCreate a production build:
npm run buildStart the application in production mode:
npm run start├── public/
├── src/
├── package.json
├── vite.config.ts
├── server.js
├── tsconfig.json
├── bun.lock
└── README.md
└── LICENCE
- React
- TypeScript
- Vite
- express
- Nostr
This project is licensed under the MIT License.
Contributions are welcome! Feel free to open an issue or submit a pull request.
Developed by the Tribe Social team.