Docs

Introduction

What caveui is and why it exists.

caveui is a community-driven catalog of beautiful, copy-friendly Jetpack Compose components. Inspired by shadcn/ui, uiverse and Tailwind UI β€” but for Android. There is no black box: every component is source you read, copy, and own.

Principles

  • Built on Material 3 β€” you inherit dark mode, dynamic color, ripple and accessibility for free, with a custom design-token layer on top.
  • Self-contained β€” one component lives in one folder, so you can read or copy it without understanding the whole library.
  • Documented on the web β€” browse a live gallery with previews and copy-paste code, no account and no backend.
  • MIT licensed β€” copy the code into your project and customize it freely.

Head to the Components section to browse the catalog, or read Installation to get a component into your project.