SkillAgentSearch skills...

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

Install / Use

/learn @cryptoboid/Splitio

README

<p align="center"> <img alt="splitio" height="75" src="./static/favicon.png"> <h1 align="center">splitio</h1> </p> <p align="center"> <a aria-label="Website" href="https://splitio.vercel.app" target="_blank"> <img alt="Website" src="https://img.shields.io/website?down_color=red&down_message=offline&style=flat-square&up_message=up&url=https%3A%2F%2Fsplitio.vercel.app" /> </a> <a aria-label="License" href="https://github.com/cryptoboid/splitio/blob/main/LICENSE" target="_blank"> <img alt="License: AGPL" src="https://img.shields.io/github/license/cryptoboid/splitio?style=flat-square" target="_blank" /> </a> </p> <p align="center"> split your bills easily! splitio is an open-source webapp built for tracking debts and payments quickly, without any user accounts. </p> <p align="center"> information is p2p distributed using gun and end-to-end encrypted using gun/sea. </p> <p align="center"> built with SvelteKit and GunDB. </p>

🤔 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

<table> <tr> <a href=""><img width="21%" src="./screenshots/screen1.png"/></a> <a href=""><img width="21%" src="./screenshots/screen4.png"/></a> <a href=""><img width="21%" src="./screenshots/screen2.png"/></a> </tr> <tr> <a href=""><img width="21%" src="./screenshots/screen3.png"/></a> <a href=""><img width="21%" src="./screenshots/screen5.png"/></a> <a href=""><img width="21%" src="./screenshots/screen6.png"/></a> </tr> </table>

📝 next steps

some extra desired features/fixes are:

  • better storage persistance with "persistent" mode
  • ~~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!)
  • ~~show recently viewed groups in home~~ (done!)
  • ~~favorite a group for easy access in PWA (or provide some kind of shortcut)~~ (disabled PWA for now)
  • ~~support for more complex expenses: shared payment, divide by a subgroup~~ (must change storage model, too complicated 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

AGPL

View on GitHub
GitHub Stars96
CategoryDevelopment
Updated1mo ago
Forks16

Languages

Svelte

Security Score

100/100

Audited on Feb 21, 2026

No findings