You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is an opinionated TypeScript Starter kit to help kick-start development of your next Bun package.
11
+
A blazingly fast, utility-first CSS framework built with Bun. Headwind generates only the CSS you need by scanning your files for utility classes, providing Tailwind CSS-compatible utilities with exceptional performance.
12
12
13
13
## Features
14
14
15
-
This Starter Kit comes pre-configured with the following:
16
-
17
-
- 🛠️ [Powerful Build Process](https://github.com/oven-sh/bun) - via Bun
18
-
- 💪🏽 [Fully Typed APIs](https://www.typescriptlang.org/) - via TypeScript
19
-
- 📚 [Documentation-ready](https://vitepress.dev/) - via VitePress
20
-
- ⌘ [CLI & Binary](https://www.npmjs.com/package/bunx) - via Bun & CAC
21
-
- 🧪 [Built With Testing In Mind](https://bun.sh/docs/cli/test) - pre-configured unit-testing powered by [Bun](https://bun.sh/docs/cli/test)
- 🎨 [ESLint](https://eslint.org/) - for code linting _(and formatting)_
24
-
- 📦️ [pkg.pr.new](https://pkg.pr.new) - Continuous (Preview) Releases for your libraries
25
-
- 🐙 [GitHub Actions](https://github.com/features/actions) - runs your CI _(fixes code style issues, tags releases & creates its changelogs, runs the test suite, etc.)_
15
+
- ⚡️ **Blazingly Fast** - Built with Bun for exceptional performance (1000+ utilities in <10ms)
16
+
- 🎯 **On-Demand Generation** - Only generates CSS for utilities you actually use
17
+
- 🎨 **Tailwind-Compatible** - Familiar utility classes and syntax
18
+
- 💪 **Fully Typed** - Complete TypeScript support with type-safe configuration
19
+
- 🔧 **Highly Configurable** - Customize theme, colors, spacing, variants, and more
20
+
- 📦 **Zero Dependencies** - Minimal footprint, maximum performance
21
+
- 🔥 **Hot Reload** - Watch mode for instant rebuilds during development
22
+
- 🎭 **Variant Support** - Responsive, state (hover, focus, etc.), dark mode, and custom variants
23
+
- ✨ **Modern CSS Features** - Grid, Flexbox, animations, transforms, filters, and more
Copy file name to clipboardExpand all lines: packages/headwind/package.json
+10-4Lines changed: 10 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
"name": "headwind",
3
3
"type": "module",
4
4
"version": "0.0.0",
5
-
"description": "Like our `ts-starter`, but optimized for monorepos.",
5
+
"description": "A blazingly fast, utility-first CSS framework built with Bun. Generates only the CSS you need by scanning your files for utility classes.",
0 commit comments