Skip to content
be · alone

Credits

Everything on beal.one that isn't ours is listed here. We believe attribution matters. If we missed something, email reach-us@beal.one.

Photography

  • Hero image — Milky Way night sky.
    Pexels free license. No attribution required, but we give it anyway.
  • Open graph image — Forest solitude.
    Pexels free license.

Ambient audio

  • Rain on leaves
    Mixkit free license — mixkit.co/free-sound-effects/
  • Deep forest morning
    Mixkit free license — mixkit.co/free-sound-effects/
  • Ocean waves at night
    Mixkit free license — mixkit.co/free-sound-effects/

Typefaces

  • Inter — Rasmus Andersson.
    SIL Open Font License. fonts.google.com/specimen/Inter
  • Source Serif Pro — Frank Grießhammer / Adobe.
    SIL Open Font License. fonts.google.com/specimen/Source+Serif+Pro

Open source software

  • Django — BSD License
  • Django REST framework — BSD License
  • Tailwind CSS — MIT License

Platform packages

beal.one is built on a small set of shared Django packages we maintain across our properties. They handle the boring, repeatable parts — user accounts, API errors, validators, throttling — so each site can focus on the room it offers.

  • nungaasia-core
    Shared validators, permissions, throttles, and the normalized API error envelope used by every /api/v1/ response on this site. The username rule on the register page (3–30 characters; letters, digits, underscores, periods) is enforced by nungaasia_core.validators.validate_username.
  • nungaasia-account
    The User model powering sign-in and the /api/v1/account/ endpoints.
  • nungaasia-post · -media · -staticpage · -alert · -analytics
    Mounted under /api/v1/. Shared building blocks across our properties.