Review environment settings
Update your API base URL, tenancy mode, strategy, and token key before wiring real data flows.
Starter Workspaces
This starter gives you route groups, application configuration, theme wiring, and integration points for MSF modules. Use it as a professional baseline, then tailor the product experience to your team, domain, and brand.
Primary entry
app/(public)
App setup
lib/application.config.ts
Provider tree
app/Provider.tsx
Project Map
Marketing pages, landing pages, and non-authenticated entry points.
Login, register, and onboarding flows.
Authenticated product surfaces such as dashboard views.
MSF configuration, API base URL, token key, and tenancy-aware client decoration.
Setup Guide
Update your API base URL, tenancy mode, strategy, and token key before wiring real data flows.
Use the public, auth, and protected route groups as your base information architecture.
If you selected extra msflib modules during setup, add their providers in the app provider tree where appropriate.
This page is deliberately editable. Keep the parts you want, remove the rest, and make the product look like yours.
Setup Checklist
Review values in .env.local and confirm the API base URL, tenant defaults, and access token key naming.
Update login, register, and guarded route behavior so the scaffold matches your backend contract.
Add any selected module providers to the provider tree only where they belong in your app architecture.
Replace colors, copy, navigation labels, and this starter homepage with your own product identity.
Your Next Move
This homepage is here to help teams start faster on day one. It is not meant to constrain the final product. Once the project setup is complete, feel free to simplify it into a real landing page, dashboard, or redirect flow that fits your app.
Good replacement options