commits in the last year
Don't waste time on Stripe subscriptions or designing a pricing section. Get started today with our battle-tested stack and built-in monetization features.
Get Lifetime Access
575 commits in the last year
© 2026 Dirstarter. All rights reserved.
The separate admin and dashboard areas are now one permission-gated /app workspace
The admin panel and the user dashboard have merged into a single /app workspace. Instead of two separate areas, everyone signs in to one dashboard that adapts to their role: admins manage content, while every signed-in user gets their own submissions and bookmarks.
/app: Content management, settings, and personal pages live under a single shell, and the sidebar shows only what your role can accesscan(user, permission)) decides what each user sees, replacing the hard split between the admin and dashboard areas/app/api-keys (admin only)/admin/* and /dashboard/* 308-redirect to their /app/* equivalents, so existing bookmarks and external links stay validExisting routes redirect automatically, so there's nothing to change in your deployment. Just sign in at /app.