Skip to main content

Intro

Pooldash is open-source with an AGPL license, which gives you maximum freedom over the software.

But, you're only liberated if you can understand and modify the code at your leisure. These docs will help.

It's written in typescript, with clients for iOS, Android, Web, and a CLI.

The core logic for water chemistry is encapsulated in Formulas. We recommend starting there to understand the calculations before diving into the insane complexity of modern UIs in Web and Mobile.

We're glad you're here!