Create new page in app
new-pagecommandsetup L1★1
satyamyadav/mds-app ↗What it does
create new page in MDS prototyping app
Best for
Rapid MDS prototyping page creation with automatic layout grid and component discovery.
Inputs
- · page name/description
- · MDS components from masala-design-system
- · existing routes
Outputs
- · new page component
- · updated routes.ts
- · updated router index
- · updated nav items
Requires
- · MDS MCP (ds_search_components, ds_get_component)
- · file I/O
- · TypeScript
Preconditions
- · src/pages/ folder exists
- · Page component wrapper available
- · MDS MCP authenticated
Failure modes
- · component not found in MDS
- · Column size is number instead of string
- · route collision
- · TypeScript type errors
Trust signals
- · uses MDS MCP to discover available components
- · enforces string Column sizes
- · runs TypeScript check before completion