building-taubyte-websites

Installation
SKILL.md

Building Taubyte Websites

When to use

  • Creating a brand-new website repo and you need a working .taubyte/build.sh
  • A website pushes and "builds" but the cloud serves nothing / 404s
  • Adding a build script to a site that was generated with --template empty
  • Migrating from another build to the Taubyte expected layout

Hard rule

The build script must write deployable static output into /out. The Taubyte cloud serves whatever ends up in /out after .taubyte/build.sh finishes.

Where the build script lives

<website_repo>/
├── .taubyte/
│   ├── build.sh        # executed by the cloud build (and locally)
Related skills

More from taubyte/skills

Installs
12
Repository
taubyte/skills
First Seen
Apr 28, 2026