Experimotts

About

Built to relearn the web without overbuilding it.

This project starts from a simple premise: use a small, understandable stack to rebuild the habit of making things on the web. The goal is not to pick the most powerful framework on day one. The goal is to make shipping small pages feel easy again.

Constraints

  • Keep the site static until a real feature demands backend logic.
  • Prefer plain Astro files and light content structure over abstractions.
  • Use just enough Tailwind to move quickly without inventing a design system.

What comes later

  • Small interactive demos on isolated pages.
  • Possibly a separate full-stack playground once static pages stop being enough.
  • Deployment to Cloudflare Pages once the content and structure settle down.