✅Module 4Intermediate · 45 min
Validation & Sharing Prototypes
Ensure quality with /validate and share prototypes with /share.
📖 Lesson Content
Validation & Sharing Prototypes
The /validate Command
/validate checks your prototype for Solar Design System compliance:
- ✅ Correct imports (from
@weareplanet/solar-ds-react, not@mui/material) - ✅ Correct icon variant (Rounded, not Outlined or Filled)
- ✅ Theme wrapper present (
PlanetWrapper) - ✅ Proper component usage patterns
How to use it
- Open any
.tsxfile in the editor - In Copilot Chat:
@solar /validate - Review the results
- If issues found → ask @Solar to fix them
/validateis read-only — it reports issues but doesn't change your code.
The /share Command
/share builds and deploys your prototype to a permanent public URL.
How to use it
- In Copilot Chat:
@solar /share - @Solar builds the project and deploys it
- You get a public URL — share it with anyone
Use cases
- Send to stakeholders for feedback
- Demo in sprint reviews
- Test on your phone
- Share with designers for comparison with Figma mockups
Quality Checklist
Before sharing, verify:
- Does the prototype use correct Planet branding? (Solar DS handles this)
- Are interactions working? (navigation, buttons, dialogs)
- Is it responsive? (test with narrow browser width)
- Does
/validatepass with no issues? - Is the public URL accessible from a phone?
🏋️ Exercise
Hands-on practice for Module 4
📝 Module Quiz
Test your knowledge of Module 4 concepts.
Take the Quiz