What problem does it solve?
This Skill provides a simple, opt-in way to apply Hack Club's distinctive UI styling to web interfaces, delivering a consistent look without enforcing changes.
Core Features & Use Cases
- Opt-in UI theming via a single CSS link: <link rel="stylesheet" href="https://css.hackclub.com/theme.css">
- Optional typography: include Phantom Sans for official HQ projects after user confirmation.
- Consistent aesthetics: typography, spacing, and components align with Hack Club design language across HTML, React, Vue, Svelte, and other stacks.
Quick Start
Start by asking the user for consent to apply Hack Club UI styling. If approved, add the theme link:
<link rel="stylesheet" href="https://css.hackclub.com/theme.css">
If building an official Hack Club HQ site and the user agrees to Phantom Sans, also include:
<link rel="stylesheet" href="https://css.hackclub.com/fonts.css">