Add polished, animated buttons, overlays, and effects to a React project without building the animations from scratch.
Extend an existing shadcn/ui setup with a new registry of ready-made components.
Copy component source code directly into your project so you can customize it freely.
| lucasbassetti/godui | dabberman456/finance-mcp-app | palemoky/cn-check | |
|---|---|---|---|
| Stars | 91 | 91 | 91 |
| Language | TypeScript | TypeScript | TypeScript |
| Setup difficulty | easy | moderate | moderate |
| Complexity | 2/5 | 2/5 | 3/5 |
| Audience | developer | general | general |
Figures from each repo's GitHub metadata at analysis time.
GodUI is a collection of animated interface components for React and TypeScript websites, built with Tailwind CSS and a library called Motion for the animations. Rather than adding it as a normal package dependency that lives hidden away in node_modules, GodUI works through the same distribution system as the popular shadcn/ui project: you run a command line tool that copies the actual source code of each component directly into your own project, so you can read it, change it, and own every line rather than depending on someone else's package forever. If you already use shadcn/ui, adding GodUI is simple: you add a line pointing to the GodUI registry in your project's configuration file, then install any component by name with a single command. That command copies the component's files into a folder in your project and automatically merges in the theme colors and styles it needs, including support for light and dark mode without extra setup. The components themselves cover a wide range of interface pieces including buttons, text effects, overlays, navigation, layout helpers, visual effects, glass style panels, backgrounds, data visualizations, and form inputs, and the collection is still growing. Every component comes with polished animation built in from the start rather than as an afterthought, and everything is written in TypeScript so your editor can check that you are using each component correctly. If you want to work on GodUI itself rather than just using its components, the project is organized as a monorepo using pnpm and Turborepo, with a documentation site, a Storybook component showcase, and the core component package all living in the same repository. You would need Node.js and pnpm installed to clone it, install dependencies, and run the development environment. The project is open source under the MIT license and has attracted ninety one stars on GitHub, with contributions from the community welcomed through its contributing guide.
An open-source collection of animated React and TypeScript UI components you install by copying the source code straight into your project, shadcn-style.
Mainly TypeScript. The stack also includes React, TypeScript, Tailwind CSS.
MIT license lets you use, modify, and distribute the code freely, including commercially, as long as you keep the copyright notice.
Setup difficulty is rated easy, with roughly 5min to a first successful run.
Mainly developer.
This repo across BitVibe Labs
double-check against the repo, no cap.