Aether

Aether is a boilerplate for the RedwoodJS framework. It provides an additional set of opinionations to the framework, aiming to further decrease the time-to-market for full-stack web applications. These include various integrations, patterns, and architectures:

  • Authentication (via dbAuth)
    • Account confirmation
    • Password reset
    • Inviting members
    • Multi-tenancy (i.e. Teams)
    • RBAC
  • Emailing (via email-templates)
  • Error and performance tracking (via Sentry)
  • Local services — Postgres, Redis, ... (via Docker Compose)
  • PR quality assurances (via project-ci-action)
  • Subscriptions and payment-processing (via Stripe)
  • UI Design (via Chakra UI)