$git clone https://github.com/felipemenezes098/ui-flxShip UI. Keep the Taste.
| 1 | # Flexnative |
| 2 | |
| 3 | **Ship UI. Keep the Taste.** |
| 4 | |
| 5 | Scale taste across projects. Blocks, patterns, intents, and prompts for builders and AI agents. |
| 6 | |
| 7 |  |
| 8 | |
| 9 | Flexnative is open source. Built on [shadcn/ui](https://ui.shadcn.com) and Tailwind CSS. You get the source, you own it, extend it, ship it. |
| 10 | |
| 11 | Not a component catalog. A way to document taste and scale the layers you reuse across projects: |
| 12 | |
| 13 | - **Patterns**: reusable UI implementations |
| 14 | - **Blocks**: full page sections with live editing |
| 15 | - **Illustrations**: visuals built with shadcn/ui and Motion |
| 16 | - **Intents**: from problem to decision, with reasoning and code |
| 17 | |
| 18 | Tradeoffs written down. Instructions builders and AI agents can follow. Code you keep. |
| 19 | |
| 20 | **This repo powers [ui.flexnative.com](https://ui.flexnative.com).** |
| 21 | |
| 22 | ## Documentation |
| 23 | |
| 24 | Browse patterns, blocks, illustrations, intents, and docs at [ui.flexnative.com](https://ui.flexnative.com). |
| 25 | |
| 26 | ## Development |
| 27 | |
| 28 | ```bash |
| 29 | pnpm dev |
| 30 | pnpm build |
| 31 | pnpm registry:build |
| 32 | ``` |
| 33 | |
| 34 | ## Contributing |
| 35 | |
| 36 | Please read the [contributing guide](/CONTRIBUTING.md). |
| 37 | |
| 38 | ## License |
| 39 | |
| 40 | Licensed under the [AGPL-3.0 license](/LICENSE). |