Rocket generates decent code, but you can make it better. Ask Rocket to improve accessibility on your site by adding proper alt text, ARIA labels, keyboard navigation, color contrast fixes, and more. The more you ask, the closer you get to full WCAG 2.1 AA compliance.
What you get by default
Rocket’s generated code starts with a reasonable baseline:- Semantic HTML elements (
nav,main,section,article) - Basic heading hierarchy
- Standard form labels
- Responsive layouts
What you can ask Rocket to improve
Ask Rocket in chat to add or enhance any of these:Alt text for images
Ask Rocket to add descriptive alt text to all images on your site. Try this prompt:ARIA labels and roles
Ask Rocket to add proper ARIA attributes to interactive elements like buttons, links, form fields, and navigation. Try this prompt:Keyboard navigation
Ask Rocket to ensure all interactive elements are keyboard-accessible with visible focus indicators. Try this prompt:Color contrast
Ask Rocket to check and fix color contrast issues that make text hard to read. Try this prompt:Skip navigation links
Ask Rocket to add skip-to-content links so keyboard users can bypass repetitive navigation. Try this prompt:Accessibility statement
Ask Rocket to generate an accessibility statement page for compliance documentation. Try this prompt:Commands
Use these slash commands from chat to audit and improve accessibility:/Improve Accessibility Audit
Run a full WCAG 2.1 AA audit and auto-fix issues across your codebase. Rocket fixes missing alt text, contrast problems, heading hierarchy, and ARIA attributes. Examples:/Improve Accessibility Audit/Improve Accessibility Audit for forms and navigation
/Generate Accessibility Report
Generate a WCAG 2.1 AA compliance report documenting your site’s current accessibility status. Useful for enterprise procurement, ADA audits, and internal compliance reviews. Examples:/Generate Accessibility Report/Generate Accessibility Report for dashboard
See all available commands.

