Skip to content
manolo edge edited this page Jul 6, 2025 · 5 revisions

Welcome to the Cardboard Wiki!

This is the place for human-friendly guides and documentation for Cardboard.

Cardboard is a JavaScript library that lets you build web applications without writing HTML. Think of it as creating your UI entirely with JavaScript (or TypeScript!), without writing any HTML or JSX whatsoever.

It's extremely compact and minimalistic. It tries to remove all the unnecesarry fluff and overhead that modern frameworks and libraries have, while offering the most value-per-byte (i.e. value per line of code) it can.

If you prefer a more technical, API-focused reference, you can always check out the Technical Documentation.

For a guided experience, you're in the right place! Use the sidebar to navigate through different topics, or follow the links below.


🚀 Get Started

  • Getting Started Guide: Your go-to for a guide on how to install, set up, and build a basic app
  • Learn by Example: If you want to see a variety of examples an usecase samples for cardboard
  • Why? How?: If you want to understand the origins, philosophy and technical aspect behind cardboard

📖 Learn More


Clone this wiki locally