Skip to content
Larry W Jordan Jr edited this page Oct 13, 2025 · 3 revisions

Full-Stack Website Builder - Claude Code Plugin Wiki

Welcome to the comprehensive documentation for the Full-Stack Website Builder Plugin. This plugin provides 81 commands and 12 specialized AI agents for building modern web applications with Next.js 15, Azure, Railway, Bootstrap, and TypeScript.

Quick Navigation

Getting Started

Core Documentation

Platform Guides

Features & Commands

Quality & Best Practices

Resources

What is This Plugin?

The Full-Stack Website Builder is a production-ready Claude Code plugin that accelerates modern web development. It provides:

Key Features

  • 81 Slash Commands - Comprehensive command library covering the entire development lifecycle
  • 12 Specialized AI Agents - Expert agents for frontend, backend, DevOps, testing, security, and more
  • Multi-Platform Support - Native support for Azure Static Web Apps, Azure Functions, and Railway
  • Next.js 15 Optimized - Built specifically for Next.js 15 with App Router and Server Components
  • Bootstrap 5 Integration - Responsive, mobile-first design with Bootstrap 5
  • TypeScript First - Full TypeScript support with strict type checking
  • Complete Lifecycle - From scaffolding to production deployment and monitoring

Technologies Supported

Frontend:

  • Next.js 15 (App Router)
  • React 18
  • TypeScript 5
  • Bootstrap 5

Backend:

  • Azure Functions
  • Railway Services
  • REST APIs
  • GraphQL

Cloud Platforms:

  • Azure Static Web Apps
  • Azure Functions
  • Railway

Databases:

  • Azure Cosmos DB
  • PostgreSQL
  • MongoDB
  • Railway PostgreSQL

Testing:

  • Jest
  • React Testing Library
  • Playwright
  • Cypress

Analytics & Monitoring:

  • Google Analytics
  • Plausible
  • Application Insights
  • Railway Observability

Quick Start

1. Install the Plugin

# Option 1: Install from GitHub (Recommended)
# Open Claude Code and run:
claude install https://github.com/LarouexNonprofitConsulting/larouex-fullstack-plugin

# Option 2: Manual Installation
git clone https://github.com/LarouexNonprofitConsulting/larouex-fullstack-plugin.git
cp -r larouex-fullstack-plugin ~/.claude/plugins/

2. Create Your First Project

For Azure:

claude
/scaffold-azure-full

For Railway:

claude
/scaffold-railway-full

3. Add Features

# Add a new page
/add-page

# Add a contact form
/add-form

# Add authentication
/add-auth

4. Deploy

# Deploy to staging
/deploy-azure-staging
# or
/deploy-railway-staging

# Deploy to production
/deploy-azure-production
# or
/deploy-railway-production

Popular Use Cases

Building a Corporate Website

  1. Scaffold Azure project
  2. Add pages and navigation
  3. Add contact form
  4. Configure SEO
  5. Deploy to production

Building a SaaS Application

  1. Scaffold Railway project
  2. Add authentication
  3. Create admin panel
  4. Add payment processing
  5. Setup monitoring

Building an E-commerce Site

  1. Scaffold project
  2. Add product pages
  3. Create checkout flow
  4. Integrate payments
  5. Add analytics

Statistics

  • Commands: 81
  • Agents: 12
  • Supported Platforms: Azure, Railway, Standalone
  • Technologies: 20+
  • Lines of Documentation: 5000+
  • Active Development: Yes
  • Community Contributors: Open

Getting Help

Prerequisites

Before using this plugin, ensure you have:

Required

Platform-Specific

  • Azure Account - For Azure features (Free Account)
  • Railway Account - For Railway features (Sign Up)

Optional but Recommended

  • VS Code - For development
  • GitHub Account - For CI/CD
  • Docker - For local containerized development

What's New

Version 1.0.0 (Latest)

  • Added Code Review Agent (12th agent)
  • 6 new review commands for automated code review
  • Mandatory code review gates in production deployments
  • Severity-based issue classification
  • Platform-specific validation (Azure/Railway)
  • Pre-deployment checklist automation

See the full Changelog for version history.

Community

This plugin is built by developers, for developers. Contributions are welcome!

License

This project is licensed under the MIT License. See the LICENSE file for details.

Author

Larry W Jordan Jr


Ready to build something amazing? Start with the Quick Start Guide or dive into Agents Overview to understand the specialized agents at your disposal.

Clone this wiki locally