Add architecture rules to any AI-built project.

Install Guard in a new repo or an existing codebase. Your AI builder follows professional structure from the next prompt onward.

Starting from scratch? Great.
Already shipping? Also fine.

Starting a new project?

Install Guard before your first prompt. Your AI builder generates clean, structured code from day one — without mentioning architecture in prompts.

Ideal starting point

Already built but still shipping?

Add Guard to an existing repo. CI starts checking on every PR. Your AI builder follows the rules from the next change onward. No refactoring needed.

Guard prevents new chaos — for existing issues, run Scan

What Guard does

01

Installs architecture rules into your repo

Creates .asa/rules/architecture.md — rules your AI builder reads and follows automatically.

02

Adds CI enforcement

Creates a GitHub Action that checks structure on every push and PR. Violations appear as PR comments with fix suggestions.

03

Your AI builder complies automatically

Experimentally verified: Lovable followed ASA architecture rules in 100% of cases (5/5 prompts, 19.5/20 score) — without mentioning architecture in prompts.

Choose your Guard mode

Fixing safety gaps in an existing app? Or rebuilding to clean architecture? Guard has a mode for each.

Safety mode

For FIX — existing app, keeping its structure

Checks auth, billing, admin, env, and error handling on every PR. Your code structure stays as-is — Guard only blocks new safety regressions.

npx @vibecodiq/cli guard init

Checks: auth, billing, admin, env, error handling

Full mode

For REBUILD — clean ASA architecture from the start

Everything in Safety mode plus architecture enforcement. Checks that new code stays in proper slices, boundaries, and thin pages. Use this when building on Vibecodiq Foundation.

npx @vibecodiq/cli guard init --all

Checks: safety + architecture (slices, boundaries, pages)

How do you want to set it up?

01

Install it yourself

Free

One command installs Guard into your repo. GitHub Actions CI enforces the rules on every PR. Zero config, zero login.

Terminal

# Safety mode (FIX)

npx @vibecodiq/cli guard init

# Full mode (REBUILD)

npx @vibecodiq/cli guard init --all

WE DO IT
02

We set it up for you

CI/CD Setup — $200

Our infra engineer configures Guard CI/CD in your repo. You get a working GitHub Actions pipeline with safety checks on every PR — without touching a single config file.

Guard CI/CD configured in your repo
Safety checks on every PR from day one
Delivered within 2 business days
Works with private repos

Use Guard on any repo you still plan to build on.

One command installs architecture rules your AI builder follows automatically. New project or existing — Guard protects every future change.