The Mataki Journal Vol. I — May 2026

Composable infrastructure, one tool at a time.

Mataki Labs builds the infrastructure layer between your application logic and the services you depend on. Focused tools that solve one problem well — and work together when you need them to.

§ 01

01 Sandbar

Static site hosting with PR previews and custom domains built in

  • One command to shipsandbar deploy from your terminal, or let CI deploy on every push to main
  • PR previews on autopilot — every pull request gets a unique URL that cleans up when the PR closes
  • Custom domains, automatic HTTPS — point DNS at Sandbar and certificates renew themselves
Visit Sandbar
sandbar.toml
[site]
name      = "mataki-web"
framework = "astro"
build_dir = "dist"

[deploy]
auto_activate    = true
message_from_git = true
§ Manifesto

We build tools the way we wish they existed.

  1. I

    Developer-first

    APIs before UIs

  2. II

    Transparent engineering

    Open where it matters

  3. III

    Composable, not monolithic

    Use what you need

  4. IV

    Infrastructure-grade reliability

    Boring is a feature

  5. V

    Privacy by design

    Your data, your control

Boring is a feature. Focused tools, clean APIs, and enough restraint to leave you in control.
— Mataki Labs