Open-source collective building tools for digital rights, privacy, and resilient communication in low-connectivity environments.
The site is built with Next.js App Router and Material UI, supports multiple languages, and is configured for static export deployment.
- SMSWithoutBorders
- Focus: secure and accessible communication infrastructure that can work when internet access is limited
- Related tools: RelaySMS and DekuSMS
- ShortMesh
- Focus: Matrix-bridge-driven communication tooling and protocol ecosystem
- Related tool: Authy
Install dependencies:
yarn installRun the local dev server:
yarn devBuild for production:
yarn buildStart production server (for non-export/server mode workflows):
yarn start