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.
MITFront-end UI library powering every web view.
MITWeb session auth — email/password + magic links.
ISCAuth.js adapter that persists sessions + accounts in our Postgres via Drizzle.
ISCTyped SQL query builder + schema definitions for Postgres.
Apache-2.0Postgres client (porsager/postgres).
UnlicensePassword hashing for the email/password auth path.
MITJOSE / JWT helpers (used as a fallback + for our HS256 mobile bearer tokens).
MITApple's official library for verifying App Store JWS signed transactions + server notifications.
MITTransactional email delivery (event reminders, magic links, sponsor + consent receipts).
MITBuild-time guard so server-only modules can't accidentally land in a client bundle.
MITUtility-first CSS framework for the web design system.
MIT
Dev tooling
Type safety across the whole codebase.
Apache-2.0Schema migrations + push for the Postgres database.
MITCode linting against Next.js + React best practices.
MITTypeScript execution for one-shot scripts (seed-demo, super-admin, db backups).
MIT
Infrastructure
Primary database for everything that lasts.
PostgreSQL License (BSD-style)Reverse proxy + TLS termination on the production VPS.
BSD-2-ClauseFree TLS certificates, auto-renewed.
Apache-2.0JavaScript runtime for the Next.js server.
MIT
iOS frameworks
Apple platform frameworks. Used under the Apple Developer Program License Agreement.
Apple platform license
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.