cryptoboid / splitio

split your bills easily! splitio is an open-source webapp built for tracking debts and payments quickly, without any user accounts. works as a splitwise-clone
https://splitio.vercel.app/
GNU Affero General Public License v3.0
90 stars 14 forks source link
bill-splitting decentralized encryption gundb p2p split-bill split-expenses splitwise sveltekit

splitio

splitio

Website License: AGPL

split your bills easily! splitio is an open-source webapp built for tracking debts and payments quickly, without any user accounts.

information is p2p distributed using gun and end-to-end encrypted using gun/sea.

built with SvelteKit and GunDB.

🤔 how to use

  1. go to https://splitio.vercel.app (or self-host yours!)
  2. create a group with any name
  3. send your friends the long url to start sharing bills! no accounts required

🌟 showcase

📝 next steps

some extra desired features/fixes are:

❤️ contribute

  1. clone repo
  2. install npm packages: npm install
  3. start the server (with hot reloading): npm run dev
  4. navigate to localhost:3000

⚠️ disclaimer

even though all information is encrypted and decrypted on-device (e2ee), i'm not a security expert. given this, i'm looking for more people to review the encryption code and fix any vulnerabilities.

also, as the code uses Gun with community servers and localStorage, persisting data for long amounts of time could be an issue. try to open your group often to get more devices updated. in the future, i should probably self-host a Gun relay, though i don't currently have the means necessary.

⚖️ license

AGPL