Web Components Stack
https://wcstack.github.io/ ↗// readme
wcstack
[!IMPORTANT]
🤖 AI coding agents — start with AGENTS.md
The vendor-neutral entry point for this repo. Read it before building an app with wcstack or working on this monorepo. (Claude Code also auto-reads CLAUDE.md.)
What if the browser had these built in?
wcstack is a thought experiment turned into code. We imagine what future web standards could look like — reactive data binding, declarative routing, automatic component loading — and build them as if they already existed in the browser.
No framework. Just HTML tags that should exist.
🌐 wcstack.github.io — landing page, live demos, and the full package tour.
Rules of the Game
This project follows five strict constraints. They’re what make it interesting.
| # | Rule | Why |
|---|---|---|
| 1 | Single CDN import | One <script> tag. That’s it. No npm, no bundler, no config. |
| 2 | Features as custom tags | Everything is a custom element. If it can’t be expressed as <wcs-something>, it doesn’t belong here. |
| 3 | … |