Zero JavaScript. Pure CSS.

What can HTML and CSS do natively, today and tomorrow? A living record of the platform, one pattern at a time.

BrowUI documents what modern web standards can already do, and what they are becoming. Each pattern is a snapshot of the native browser platform at a specific moment: what works everywhere, what works in some browsers, and what is just arriving. The goal is not production readiness, it is visibility into where the platform is going.

BrowUI logo mark

8 UI components Full HTML/CSS

4 Browser UI components Full CSS

0 KB JS 0 Dependencies

UI Components

Native Browser UI

Why without JavaScript?

Getting started

Copy.
Paste.
Customize.
Done.

No installation, no npm.
Four steps.

  • 01 Choose a component
  • 02 Copy its HTML + CSS
  • 03 Paste it into your page
  • 04 Customize the style

<!-- No <script> tags here -->

<details class="accordion">

<summary>Open me</summary>

Content revealed… by pure CSS.

</details>

/* the only "runtime": the browser */

.accordion[open] { /* …animation, state, etc. */ }