Creator
Codebase

Configuration Files

All configuration files in Creator and what each option controls.

All configuration lives in the config/ directory. These are the files you'll edit to customize Creator for your product.

FileWhat it controls
app.config.tsApp name, signup toggle, theme, analytics provider, contact email
billing.config.tsPlans, pricing, Stripe/Lemon Squeezy IDs, feature limits
routes.config.tsBase URL, auth/admin prefixes, redirect paths
public-routes.config.tsRoutes accessible without authentication
auth-routes.config.tsRoutes that redirect logged-in users away (login, signup, etc.)
menu.config.tsNavbar, sidebar, admin menu, footer, and user dropdown items

Other config files

FileWhat it controls
next.config.tsNext.js config wrapped with withSentryConfig()
drizzle.config.tsDrizzle Kit migration settings — points to lib/db/schema.ts, outputs to drizzle/
proxy.tsRoute protection middleware — every route is protected by default

On this page

We use cookies to ensure you get the best experience on our website. For more information on how we use cookies, please see our cookie policy.