Find your crazy partner
Wacko is a revolutionary dating app that uses secure decentralised database technology to give users complete control over their data and privacy. Say goodbye to centralised data storage and hello to secure and anonymous dating experiences
Join our community and help shape the future of dating with Wacko, a decentralized dating app. Share your ideas and insights to make Wacko the go-to platform for finding true love and connection.
Wacko is a privacy-first, decentralized dating app. Strangers first. Truth later.
- Framework: Svelte (Web & Extension)
- Build Tool: Vite
- Styling: Tailwind CSS
- Storage: Encrypted IndexedDB (
@wacko/storage) - Crypto: WebCrypto API (
@wacko/crypto) - Monorepo: pnpm workspaces
apps/web: Svelte PWA (The primary dating experience)apps/extension: Chrome Extension (Manifest v3 companion)packages/core: Domain models and matching algorithmspackages/crypto: WebCrypto wrappers and key managementpackages/storage: Encrypted local persistencepackages/protocol: Relay synchronization logicpackages/ui: Shared UI components and Tailwind config
-
Install dependencies:
pnpm install
-
Start Web App:
pnpm dev --filter web
-
Build Extension:
pnpm build --filter extension
Load
apps/extension/dist(orbuild) as unpacked extension in Chrome.
- No centralized database.
- End-to-end encrypted messaging.
- Local-first matching.