Frakteren

Frakteren backend. Most capabilities below toggle via config.features in src/config.ts; the production-hardening ones are always on.

Capabilities

8 of 15 on
  • Google login

    config.features.googleLogin

    Off
  • Apple login

    config.features.appleLogin

    Off
  • Vector search (pgvector)

    config.features.vectorSearch

    Off
  • Stripe payments (web)

    config.features.stripe

    Off
  • RevenueCat IAP (mobile)

    config.features.revenuecat

    Off
  • Push notifications (Expo)

    config.features.pushNotifications

    Off
  • Admin dashboard

    config.features.adminDashboard

    On
  • AI gateway

    config.features.aiGateway

    Off
  • Cron jobs

    config.features.cron

    On
  • Better Auth

    always on

    On
  • Custom headless CMS

    always on

    On
  • Structured logging

    always on

    On
  • Security headers + CSP

    always on

    On
  • Error & loading UX

    always on

    On
  • SEO routes

    always on

    On