1. Marketing Layout: speed up rendering by retrieving user session from cookies instead of using server side request 2. Use "redirecting" state when signing in to keep displaying a loading state while Next.js redirects to home page 3. Use "useCallback" to prevent double tracking when switching pages 4. Add links pre-fetching in marketing navigation 5. Add new pending state to MFA verification form 6. Pre-fetch sign-in/sign-up pages 7. Fix i18n when using regional languages 8. currency formatter should default to the region if it exists 9. Update packages
Dev Tool
This is a Next.js project bootstrapped with create-next-app.
The Dev Tools is an application that helps you manage your Makerkit environment variables and other settings.
Getting Started
First, run the development server:
pnpm run --filter dev-tool dev
Open the link printed in the terminal to see the result.
Testing production environment variables
To test your production environment variables, create a .env.production.local file in the apps/web directory and add your production environment variables.
This environment variables are not committed to the repository, so you can use them for testing purposes.
In the environment mode switcher, please select Production to test your production environment variables.
Don't publish this app
This app is not intended to be published to the public. This is only meant to be used by for development purposes.