Navigation

Documentation

Loaded VibesFramework Docs

A synthwave-flavored development framework that wires AI agents, specs, and infrastructure into one repeatable loop. Bad vibes filtered. Clean code shipped.

18 DevCycles

Init → Updates

Full lifecycle coverage from scaffolding to maintenance.

Spec-Driven

EARS Notation

Requirements that actually mean something to both humans and CI.

AI-Assisted

7 MCP Servers

AI agents with constrained, auditable, and replayable actions.

Dual Output

JSON + Markdown

Structured data for machines, readable docs for humans.

Quick Links

Getting Started

Ready to weaponize your workflow? Here's the shortest path to shipping:

  1. 1

    Install the CLI

    npm install -g @loaded-vibes/cli
  2. 2

    Initialize a project

    lv init my-project --stack fullstack
  3. 3

    Start vibing

    lv devcycle run scaffold

The Three Layers

Development

Your source-of-truth docs, specs, and templates. Where the framework gets built and maintained.

.github/ · .vscode/ · docs/ · templates/

Framework

The shipped payload. What end users receive after installation. Version-controlled and checksummed.

dist/.github/ · dist/.vscode/ · dist/cli/

Generated

The output of DevCycles. Application code, summaries, and state managed by the orchestrator.

src/ · .loaded-vibes/ · *.summary.json

loaded-vibes@docs ▸ introLIVE

❯ echo "Welcome to the docs"

✔ You made it. The hard part is over.

! warning: reading documentation may cause sudden clarity and reduced chaos

→ suggestion: start with the Quick Start or browse DevCycles