
Security News
Axios Supply Chain Attack Reaches OpenAI macOS Signing Pipeline, Forces Certificate Rotation
OpenAI rotated macOS signing certificates after a malicious Axios package reached its CI pipeline in a broader software supply chain attack.
@canburaks/stitches-theme
Advanced tools
A React boilerplate with opinionated setup to help you quickly create your own React UI library.
Use Boilertowns CLI.
# npm
npm create boilertowns -- -b react-ui-boilerplate
# yarn
yarn create boilertowns -b react-ui-boilerplate
# pnpm
pnpm create boilertowns -b react-ui-boilerplate
# bun
bun create boilertowns/react-ui-boilerplate [library-name]
Click the green "Use this template" button to generate a new repository with the same structure and files.
Build the library:
pnpm build
Run storybook:
pnpm storybook
Unit test component with:
pnpm test
Create changeset:
pnpm changeset
This boilerplate uses changesets to automatically generate CHANGELOG, create releases and publish to NPM registry via GitHub Actions. You can see action details at release.yml.
To automating publish your library, follow these steps:
Create a NPM_TOKEN. See this article for more details. Make sure the type of access token is Automation.
Follow this instruction to add the created token to your GitHub Actions secrets. Name of the secret is NPM_TOKEN.
Install changeset bot.
P/S: Remember to check the Allow GitHub Actions to create and approve pull requests in your repo Settings > Actions > General & scroll to Workflow permissions.
react-ui-boilerplate ❤️ your contributions. If you have any ideas, suggestions, fixes, feel free to contribute.
FAQs
React UI library boilerplate
We found that @canburaks/stitches-theme demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer 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.

Security News
OpenAI rotated macOS signing certificates after a malicious Axios package reached its CI pipeline in a broader software supply chain attack.

Security News
Open source is under attack because of how much value it creates. It has been the foundation of every major software innovation for the last three decades. This is not the time to walk away from it.

Security News
Socket CEO Feross Aboukhadijeh breaks down how North Korea hijacked Axios and what it means for the future of software supply chain security.