Build a web app UI with a bold, high-contrast neo-brutalist visual style using ready-made components.
Add accessible forms, modals, and navigation to a React app without building keyboard and ARIA handling from scratch.
Customize component colors, shadows, and dark mode theming through Tailwind class overrides.
| wattarea/fxui | 0xkinno/neuralvault | 0xmayurrr/ai-contractauditor | |
|---|---|---|---|
| Stars | 1 | 1 | 1 |
| Language | TypeScript | TypeScript | TypeScript |
| Setup difficulty | easy | hard | easy |
| Complexity | 2/5 | 4/5 | 2/5 |
| Audience | developer | developer | developer |
Figures from each repo's GitHub metadata at analysis time.
Requires React 18+ and Tailwind CSS 3+ already set up in the project.
FXUI is a React component library built around a bold, high contrast visual style sometimes called neo-brutalism, with thick black borders, hard drop shadows, and sharp edges instead of the softer, rounded look common in most design systems. It is built for React 18 and newer and requires Tailwind CSS to work. The library ships 117 components spread across 15 categories, covering everything from basic buttons and badges to layout tools, form inputs, data tables, charts, navigation menus, and modal dialogs. There are also a handful of components specific to its brutalist look, such as glitch text effects, a typewriter text animation, and a noise background pattern. Under the hood, FXUI uses plain Tailwind utility classes rather than generating styles at runtime, which the README says keeps things fast since there is no CSS in JavaScript style injection happening while the app runs. Interactive components are built on top of Radix UI, a library known for handling accessibility details like keyboard navigation and screen reader support automatically. Every component can be customized through standard class names, supports dark mode throughout, and is written in strict TypeScript with typed props. Every component in the library follows the same consistent visual rules: a two pixel black border that switches to white in dark mode, a hard shadow that shifts and then disappears as you hover and click a component, and a maximum corner rounding of four pixels, so the overall look stays sharp and consistent across the whole set. Installing FXUI is a single package install command using npm, pnpm, or yarn. The project includes a documentation site, a component showcase, and a Storybook setup for local development, and it is released under the MIT license.
FXUI is a 117-component React library with a bold, high-contrast neo-brutalist design, built on Tailwind CSS and Radix UI for accessibility.
Mainly TypeScript. The stack also includes TypeScript, React, Tailwind CSS.
Permissive open-source license, use freely in personal or commercial projects.
Setup difficulty is rated easy, with roughly 5min to a first successful run.
Mainly developer.
This repo across BitVibe Labs
Verify against the repo before relying on details.