nowfound

Growth · August 21, 2024

WM

We made an app for splitting payments with friends ad-free

Hi HN! Last year, my friend and I decided to build an app for splitting payments with friends. We were on a group vacation and trying to split a bunch of bills every day, but Splitwise's clunky UX and ads kept getting in the way. So we decided to build an app for ourselves that's simpler and just does what we need. We built Quicksplit as a side project - as always, building it took longer than we initially expected :) It's ad-free and always will be. You can add payments in different currencies, add friends (without them needing the app), and manage tabs for vacations, events, or living…

What it does

In the maker’s words, at launch

Hi HN! Last year, my friend and I decided to build an app for splitting payments with friends. We were on a group vacation and trying to split a bunch of bills every day, but Splitwise's clunky UX and ads kept getting in the way. So we decided to build an app for ourselves that's simpler and just does what we need. We built Quicksplit as a side project - as always, building it took longer than we initially expected :) It's ad-free and always will be. You can add payments in different currencies, add friends (without them needing the app), and manage tabs for vacations, events, or living expenses. Quicksplit is a native iOS app (web app coming next!) - it's built with SwiftUI, plus a touch of UIKit for navigation and to fill in some SwiftUI gaps. The backend API is written in TypeScript and running on Deno. Deno ended up being an interesting choice! It's great when it works (and has improved massively in the past year), but there was still some friction. For example, needing to switch database drivers due to issues with TLS support (which has since been fixed) ¯\_(ツ)_/¯ We're running on Fly.io and Supabase (for Postgres). We considered a bunch of managed and unmanaged hosts (like Render, Railway, Hetzner; serverless databases like Planetscale and Neon). We landed on Fly.io and Supabase because they have generous free plans, are simple to scale up if needed, the latency is good, and it saved us from spending an evening gluing together bash and yaml scripts ;) Give it a try and let us know what you think - we’d love some feedback!

Does the same job

all alternatives →
  • FreeSplitOct 2025 · ▲29

    Free group expense splitting without limits.

  • Splitser2023 · ▲119

    Easily split and settle group expenses

  • Splitwise 5.02019 · ▲164

    Split expenses with friends

  • Spend Together2019 · ▲76

    Split bills in a group of friends painlessly

  • Let's Split2023 · ▲86

    Split and pay group expenses

  • MemoGo2024 · ▲207

    Your Go-To for Group Expenses

More growth this month

the category →
  • ​​A pixel-art solar system at its real current positions.​

    Growth · 29d ago · astrapixels.com

  • Put your startup on the map. Literally.

    Growth · 13d ago · worldmap.lol

Launched alongside, August 2024

the whole month →
  • Wordware9,866

    Your tool for building AI agents with natural language

    AI · 2024 · wordware.ai

  • IY

    Life & fun · 2024 · ytch.xyz

  • Me.bot1,628

    The inspiring companion for your life

    AI · 2024 · me.bot

  • Upmetrics AI1,197

    Business plan & financial forecast using AI

    Work · 2024 · upmetrics.co

  • Jupitrr AI1,196

    Auto-generate B-roll visuals for content marketing videos

    AI · 2024 · jupitrr.com

  • IA

    Hey there HN! We’re Joe and Stopa, and today we’re open sourcing InstantDB, a client-side database that makes it easy to build real-time and collaborative apps like Notion and Figma. Building modern apps these days involves a lot of schleps. For a basic CRUD app you need to spin up servers, wire up endpoints, integrate auth, add permissions, and then marshal data from the backend to the frontend and back again. If you want to deliver a buttery smooth user experience, you’ll need to add optimistic updates and rollbacks. We do these steps over and over for every feature we build, which can…

    Dev tools · 2024 · github.com