Primitive 10 / Status chip

HTTP status chip

A compact chip for an HTTP status code with the canonical reason phrase. Tones map 2xx → green, 3xx → teal, 4xx → amber, 5xx → critical red. Used by the event log, inspector, and explorer.

Production answer

HTTP status chip is a reusable Oak Flats Muffler Men UI primitive with documented states, accessibility expectations, theme behavior, and implementation evidence.

Primary CTAReview HTTP status chip states
Generative search brief

HTTP status chip: A compact chip for an HTTP status code with the canonical reason phrase. Tones map 2xx → green, 3xx → teal, 4xx → amber, 5xx → critical red. Used by the event log, inspector, and explorer.

2xx success
200OK201Created202Accepted204No Content
200201202204
3xx redirection
301Moved Permanently302Found304Not Modified
301302304
4xx client errors
400Bad Request401Unauthorized403Forbidden404Not Found409Conflict422Unprocessable Entity429Too Many Requests
400401403404409422429
5xx server errors
500Internal Server Error502Bad Gateway503Service Unavailable504Gateway Timeout
500502503504