This repository was archived by the owner on May 23, 2026. It is now read-only.
Description Hello team 👋,
First of all, thanks for building nocto — the modular approach and developer-first mindset is exactly what we’ve been looking for in a Medusa admin.
I’ve been exploring the framework and trying to extend/customize it, but I’m currently stuck with:
Customizing the Auth pages
Is there an official way to override or extend these pages while still keeping the pluggable architecture intact?
Should we be working directly inside nocto or via a plugin/module layer?
Creating new custom pages , such as an Onboarding flow .
What’s the recommended way to register new routes and pages within nocto?
Is there a hook or config entry point for injecting custom React pages into the admin navigation?
I’ve checked the repo and docs but haven’t found clear guidance on these topics. A small example or starter template for:
overriding an Auth page
adding a new custom page
…would go a long way in helping teams build on top of nocto effectively.
Environment
Nocto version: [latest]
Medusa version: [v2]
Node.js version: [v22]
Expected outcome:
Clear guidance (docs, examples, or patterns) for extending the Auth flow and adding new pages.
Thanks again for the project! Happy to contribute back once I get the hang of the extension points.
Reactions are currently unavailable
Hello team 👋,
First of all, thanks for building nocto — the modular approach and developer-first mindset is exactly what we’ve been looking for in a Medusa admin.
I’ve been exploring the framework and trying to extend/customize it, but I’m currently stuck with:
Customizing the Auth pages
noctoor via a plugin/module layer?Creating new custom pages, such as an Onboarding flow.
I’ve checked the repo and docs but haven’t found clear guidance on these topics. A small example or starter template for:
…would go a long way in helping teams build on top of nocto effectively.
Environment
Expected outcome:
Clear guidance (docs, examples, or patterns) for extending the Auth flow and adding new pages.
Thanks again for the project! Happy to contribute back once I get the hang of the extension points.