Thanks to visit codestin.com
Credit goes to github.com

Skip to content
forked from 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

License

dantuck/splitio

 
 

Repository files navigation

splitio

splitio

Website License: MIT

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:

  • compute who-owes-what (done!)
  • add settlements (done! just click on who you want to pay in the balances dialog)
  • show date in group transactions (done!)
  • calculate monthly stats (expenses amount in last 30 days)
  • allow changing currency symbol ($, €, ¥, etc)
  • favorite a group for easy access in PWA (or provide some kind of shortcut) (disabled PWA for now)
  • ... and more!

❤️ 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

MIT

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Svelte 67.5%
  • TypeScript 23.2%
  • SCSS 4.8%
  • HTML 2.3%
  • JavaScript 2.2%