Open source

The shoulders we stand on.

The Fieldhouse runs on a stack of open source projects. Each one lists its license + a link to the project so you can read the source, file an issue, or send a pull request.

Runtime dependencies (web + server)

  • Web framework (App Router) + React Server Components for the website + dashboard.

    MIT
  • Front-end UI library powering every web view.

    MIT
  • Web session auth — email/password + magic links.

    ISC
  • Auth.js adapter that persists sessions + accounts in our Postgres via Drizzle.

    ISC
  • Typed SQL query builder + schema definitions for Postgres.

    Apache-2.0
  • Postgres client (porsager/postgres).

    Unlicense
  • Password hashing for the email/password auth path.

    MIT
  • JOSE / JWT helpers (used as a fallback + for our HS256 mobile bearer tokens).

    MIT
  • Apple's official library for verifying App Store JWS signed transactions + server notifications.

    MIT
  • Transactional email delivery (event reminders, magic links, sponsor + consent receipts).

    MIT
  • Build-time guard so server-only modules can't accidentally land in a client bundle.

    MIT
  • Utility-first CSS framework for the web design system.

    MIT

Dev tooling

Infrastructure

iOS frameworks

Notes

  • License strings reflect each package’s own LICENSE file at the time of publish. If you’re redistributing The Fieldhouse, check the upstream repo for the canonical text.
  • We bundle Apple’s root certificates (AppleRootCA-G2, AppleRootCA-G3, AppleIncRoot) for verifying StoreKit JWS payloads. They’re published publicly at apple.com/certificateauthority.
  • Spotted a missing dependency or a wrong license? Email hello@thefieldhouse.app and we’ll fix it the same day.

← Back to How it works