
Company News
Socket Named Top Sales Organization by RepVue
Socket won two 2026 Reppy Awards from RepVue, ranking in the top 5% of all sales orgs. AE Alexandra Lister shares what it's like to grow a sales career here.
@codeforamerica/uswds
Advanced tools
This is a demonstration of the Code for America, U.S. Web Design System (USWDS) theme. Design tokens and styles from the Honeycrisp design system are applied to USWDS settings.
This is a demonstration of the Code for America, U.S. Web Design System (USWDS) theme. Design tokens and styles from the Honeycrisp design system are applied to USWDS settings.
These notes are a high-level overview during this package's pre-release phase. More detailed instructions will be added in the first official release.
Install this package and the USWDS package as dependencies using npm.
Configure Sass include paths.
Add imports to project Sass entrypoint.
Compile Sass to /static/assets/css.
Copy the static /dist/img directory to the static/assets directory.
Copy the static /dist/js file into the static/assets directory.
Fonts do not have to be copied into the static directory since the theme uses the system font but this would be done if desired. Copy the static /dist/fonts.
Link to stylesheet and JavaScript files in the head once they are in the static directory.
Clone the repository and move into the project.
git clone https://github.com/codeforamerica/design-tokens-test.git && cd design-tokens-test
Install dependencies (if using NVM, you may set the supported Node version number using nvm use before running the following command).
npm install
Run npm start* to start development. npx is used to run development dependencies without including them in the package. When the commands are first run, it will ask whether to install the required package or not.
*Serve the static demo site, compile 11ty view directory files when they change, and compile USWDS theme directory styles when they change.
Commands can be run with or without package version constraints.
Compile USWDS with the custom theme.
npx gulp@4.0.2 compile
Watch USWDS theme styles and compile assets into the distribution directory.
npx gulp@4.0.2 watch
Compile demo using 11ty.
npx @11ty/eleventy@2.0.0
Serve the static demo and watch view files for changes.
npx @11ty/eleventy@2.0.0 --serve
Concatenate JavaScript modules into the distribution directory.
npx @rollup@v3.23.0 --config rollup.config.cjs
FAQs
The Code for America Honeycrisp component library, recreated using the U.S. Web Design System.
We found that @codeforamerica/uswds demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 3 open source maintainers collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Company News
Socket won two 2026 Reppy Awards from RepVue, ranking in the top 5% of all sales orgs. AE Alexandra Lister shares what it's like to grow a sales career here.

Security News
NIST will stop enriching most CVEs under a new risk-based model, narrowing the NVD's scope as vulnerability submissions continue to surge.

Company News
/Security News
Socket is an initial recipient of OpenAI's Cybersecurity Grant Program, which commits $10M in API credits to defenders securing open source software.