MCP Hub
Back to servers

Loaded Vibes

MCP (Model Context Protocol) Server. TypeScript web development framework that combines CLI-driven workflow with Spec-Plan-Tasks methodology to generate technical specifications, implementation plans, and executable task breakdowns for Next.js applications with built-in registries for code snippets and design tokens.

Validated
Jan 11, 2026
Loaded Vibes

Loaded Vibes Framework

Framework Development Workspace

Bad Vibes – Clean Code – Solid Infra – Sharded Loads


Next.js 15 React 19 TypeScript GenAIScript Copilot MCP Tailwind CSS 4 Prisma Clerk Vitest

🌎 About This Workspace

This is the framework development environment for Loaded Vibes—an enterprise-grade Agentic TypeScript Web Development Framework. Use this workspace to author, test, and maintain the framework itself before shipping to end users.

⚠️ Maintainers Only: This README covers framework authoring. For end-user documentation, see dist/README.md.


🛠️ Development Stack

  • Framework Core: GenAIScript orchestrator, DevCycle engine, CLI tooling
  • Frontend: Next.js 15 (App Router, RSC), React 19, Tailwind CSS 4, shadcn/ui
  • Data: PostgreSQL (Neon), Prisma ORM, Redis cache layers
  • Auth & Security: Clerk, JWT, ABAC/RBAC, Bad Vibes Firewall
  • Tooling: Vitest, Playwright, ESLint, Prettier, GitHub Actions CI/CD
  • AI Integration: GitHub Copilot Agent Mode, MCP servers, GenAIScript extension

📁 Directory Structure

ScopeDirectoryPurpose
Dev EnvironmentRoot workspaceFramework authoring via .vscode/, .github/, docs/, templates/
Shipped Productdist/Artifacts delivered to users (.github/, .vscode/, genaiscript/, etc.)
User Projectdist/src/Generated application code (ignored by framework tooling)

Development Folders

├── .github/          # Copilot instructions & governance (DEV ONLY)
├── .vscode/          # Editor settings & extensions (DEV ONLY)
├── docs/             # PRD, Tech Requirements, architecture guides
├── spec/             # SPEC-ARCH, SPEC-CLI, SPEC-ENGINE, etc.
├── templates/        # Asset templates for generating shipped artifacts
├── decisions/        # Architecture Decision Records (ADRs)
└── app/              # Marketing site (loadedvibes.vercel.app)

Shipped Artifacts (dist/)

dist/
├── .github/          # End-user agents, prompts, instructions, toolsets
├── .vscode/          # End-user VS Code settings & MCP config
├── genaiscript/      # Orchestrator engine & DevCycle manifest
├── cli/              # CLI commands (init, doctor, dashboard, devcycle)
├── docs/             # End-user documentation
└── src/              # Generated user project output

🧭 Spec-Driven Workflow

All framework development follows the Analyze → Design → Implement → Validate → Reflect → Handoff loop:

ArtifactPurpose
docs/PRD.mdProduct requirements in EARS notation
docs/TECH_REQUIREMENTS.mdTechnical architecture & implementation guidance
TODO.mdTrackable implementation plan with requirement citations
CHANGELOG.mdExecution evidence log with traceability
spec/*.spec.mdDetailed specifications (ARCH, CLI, ENGINE, SECURITY, etc.)

🚀 Framework Development Quickstart

Prerequisites

  • Node.js ≥ 20
  • pnpm (package manager)
  • VS Code with GenAIScript extension
  • GitHub Copilot (Agent Mode enabled)

Setup

# Clone the repository
git clone https://github.com/DigitalHerencia/LoadedVibes.git
cd LoadedVibes

# Install dependencies
pnpm install

# Run the marketing site locally
pnpm dev

# Validate framework manifests
pnpm run build

Key Commands

CommandDescription
pnpm devStart Next.js dev server (marketing site)
pnpm buildBuild & validate all assets
pnpm lintRun ESLint checks
pnpm testExecute Vitest test suite

🔧 DevCycle Governance

Loaded Vibes orchestrates development through 18 canonical DevCycles:

DevCyclePurpose
InitializationBootstrap project structure
ScaffoldingGenerate boilerplate & templates
ConfigurationSet up environment & tooling
FeaturesImplement new functionality
TestingWrite & execute test suites
ValidationVerify requirements compliance
DebugDiagnose & fix issues
SecurityAudit & harden the codebase
PerformanceOptimize speed & resource usage
DocumentationAuthor guides & API docs
ObservabilityAdd logging, metrics, tracing
DataManage schemas & migrations
Code ReviewPeer review & quality gates
DeployShip to staging/production
CI/CDAutomate build & release pipelines
UpdatesUpgrade dependencies & framework
VerificationEnd-to-end validation

Manifest: dist/genaiscript/devcycles.config.json


🔒 Security & Quality Gates

  • Bad Vibes Firewall: Destructive operations require human approval with logged signatures
  • SHA256 Verification: All releases are cryptographically signed
  • Secret Redaction: Telemetry exports sanitize sensitive data
  • ABAC/RBAC: Role-based access control throughout

🤖 CI Workflows

Manifest Validation

Verifies all DevCycle entries resolve to valid instruction/toolset/prompt files.

  • Trigger: Push/PR to dist/genaiscript/devcycles.config.json
  • Reference: TECH_REQUIREMENTS §7, SPEC-ARTIFACTS §3

Settings Guard

Ensures VS Code settings only reference development-layer assets (never dist/**).

  • Trigger: Push/PR to .vscode/settings.json
  • Reference: PRD §4.3, SPEC-ARCH §3

🤝 Contributing

See CONTRIBUTING.md for guidelines. All contributions must:

  1. Follow the Spec-Driven Workflow
  2. Include requirement citations (PRD/TECH clauses)
  3. Update TODO.md and CHANGELOG.md
  4. Pass CI validation

📚 Resources

ResourceLocation
End-User Docsdist/README.md
PRDdocs/PRD.md
Tech Requirementsdocs/TECH_REQUIREMENTS.md
Security PolicySECURITY.md
SupportSUPPORT.md
Marketing Siteloadedvibes.vercel.app

"Bad Vibes, Clean Code, Solid Infra, Sharded Loads."

Reviews

No reviews yet

Sign in to write a review