1
3 Comments

Version 2, fully rewritten and open source

A couple of years ago I created Spliit as a side project to learn the Go language. Surprisingly, around 100 people/day (maybe you?) still use it to share expenses with their friends and family.

It might be related or not to recent changes in Splitwise that make the app barely usable unless you pay for it. Anyways, I thought it would be a good opportunity to give the project some love 😊.

I totally rewrote it (migrating the existing data of course) with a technology I am more familiar with (Next.js, React, TailwindCSS, Prisma…), and made the new version open source! Feel free to contribute by creating an issue or even a pull-request if you want 😉.

, Founder of Icon for Spliit
Spliit
on December 14, 2023
  1. 2

    I would love to contribute sometime, have starred!

  2. 2

    Hey Sebastien, Thank you for open sourcing your tool! It looks really good.

    I have a contribution to suggest which is outside of your list of improvements - are you open to me updating the currency symbol selector to be a dropdown instead of an input field?

    1. 1

      Hi Saad! That would be a nice feature! I just want to let the user enter a custom symbol, so that would mean a dropdown with a “Custom” option and then an input. Feel free to create a issue on the GitHub repository (https://github.com/scastiel/spliit2) so we can discuss it there!