Link Styling System
Give links one set of rules so they read as links wherever they appear.
What it adds
Defined treatments for links in prose, in navigation, in muted contexts, for external destinations, and for destructive actions.
What your agent is told to do
5
What your agent is told to do
5-
1
Separate links by the job they do — inline prose links, navigation links, muted or secondary links, external links, and destructive ones — and give each a treatment that holds in every theme the app supports.
-
2
Underline links that sit inside a paragraph of text. Colour alone is not enough to distinguish them, and a reader scanning body copy has no other signal.
-
3
Mark links leaving the app for another domain, and make that marker part of the accessible name so it is announced rather than only drawn.
-
4
Decide deliberately where visited styling helps and where it misleads. It is useful in documentation and search results; it is noise on a list of records where every row has been opened once.
-
5
Do not render a disabled-looking link. A link that cannot be followed should either not be a link at all or should lead somewhere that explains why access is unavailable — a greyed anchor is still focusable, still clickable, and explains nothing.
Edge cases it handles
7
Edge cases it handles
7- Links distinguished only by colour disappear for colourblind readers and in greyscale printing. Every link style needs a second signal, usually an underline or a weight change.
- Visited styling applied indiscriminately makes an application look stale and can leak browsing history in shared-screen contexts, so it belongs on content links rather than on record navigation.
- Forced-colours and high-contrast modes override custom colours but respect text decoration, so a link whose only distinction is colour becomes invisible there.
- A link styled to look disabled remains in the tab order and remains activatable, which produces a control that appears inert and then navigates anyway.
- Link colours must clear the contrast threshold against their own background and remain distinguishable from surrounding body text, not merely legible.
- Underlines must not run through descenders illegibly, and must not be removed on hover in a way that makes the link harder to identify than at rest.
- Links opening in a new tab or window must say so, since an unannounced context switch strands users who expect the back button to work.
Definition of done
8
Definition of done
8- Every link in the app maps to one of the defined link roles.
- Inline prose links are distinguishable without relying on colour.
- External links are marked visually and in their accessible name.
- Visited styling is applied only where it was deliberately chosen.
- No disabled-looking anchors remain; unavailable destinations are handled explicitly.
- Link styles survive forced-colours and high-contrast modes with their distinction intact.
- The feature matches the existing design system.
- No existing functionality is broken.
Related features
Screen Reader Only Utility
Screen Reader Only Utility
One tested way to add text for assistive technology without it appearing on screen.
What it does
A single visually hidden utility used for labels, instructions, and context that assistive technology needs and sighted users do not.
How it works
- 1 Find every place the app currently hides text from sight — off-screen positioning, zero dimensions, transparent colour, tiny font sizes, aria-label strings duplicating nearby copy — and consolidate them onto one utility.
- 2 Build it by clipping the element to nothing while keeping it rendered and in the accessibility tree: it must occupy no visual space and contribute nothing to layout, yet still be read in document order.
- 3 Provide a second variant that becomes visible when it receives focus, and use it for skip links and any other hidden content that is itself focusable.
Copy the prompt
No account needed
Add this feature to my app:
https://addthisfeature.com/x/screen-reader-only-utility
Progress Indicator System
Progress Indicator System
Tell people how far along the work is, in the same way every time.
What it does
A consistent set of bars, rings, step trackers, and accompanying text for work that takes measurable time.
How it works
- 1 Identify every operation in the app that takes long enough to need feedback — uploads, imports, exports, batch actions, multi-step flows — and decide for each whether its progress is genuinely measurable.
- 2 Use a determinate form only when a real proportion is known. Where the total is unknown, use an indeterminate form and say what is happening in words rather than inventing a percentage.
- 3 Pair every indicator with text that names the operation and its current position, so the information survives for someone who cannot see the graphic.
Copy the prompt
No account needed
Add this feature to my app:
https://addthisfeature.com/x/progress-indicator-system
Avatar Group
Avatar Group
Show who is involved in a compact space without a pile of broken images.
What it does
A stacked set of member avatars with deterministic ordering, an overflow count, and access to the full list.
How it works
- 1 Find the places that show several people at once — assignees, collaborators, workspace members, comment participants — and render them through one grouped component.
- 2 Order the stack deterministically by a stable rule such as role then name, so the same group renders in the same order on every load and every device.
- 3 Cap the number shown and collapse the remainder into a single count that is announced meaningfully, not as a bare number sitting after a row of pictures.
Copy the prompt
No account needed
Add this feature to my app:
https://addthisfeature.com/x/avatar-group
How it works
-
1
Copy the link
Grab the Markdown instruction URL for this feature.
-
2
Give it to your AI
Paste it into Claude Code, Cursor, v0, Lovable — whatever you build with.
-
3
It inspects, then implements
Your agent reads your existing app first, then adds the feature to fit it.
Works with your stack
These instructions are written to adapt. They tell the agent to detect your framework, match your existing design system, and reuse what you already have — rather than assuming a particular stack.
Need it tighter than that? Customize the feature and tell it exactly what you're running.