-
-
Notifications
You must be signed in to change notification settings - Fork 0
Home
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.
- Installation Guide - Get up and running quickly
- Quick Start - Build your first project in 5 minutes
- FAQ - Frequently asked questions
- Agents Overview - 12 specialized AI agents
- Commands Overview - 81 slash commands organized by category
- Workflows - Common development workflows
- Architecture - Technical architecture and design
- Azure Platform Guide - Azure-specific documentation
- Railway Platform Guide - Railway-specific documentation
- Scaffolding Commands - Project initialization (6 commands)
- Azure Commands - Azure cloud operations (10 commands)
- Railway Commands - Railway deployment (9 commands)
- Development Commands - Pages, components, forms
- Testing Commands - Testing and quality assurance
- Review Commands - Code review and quality gates
- Deployment Commands - Deploy to staging and production
- Performance Commands - Optimization and monitoring
- Integration Commands - Email, analytics, social media
- Advanced Commands - i18n, real-time, payments, admin
- Code Review System - Automated code review and quality gates
- Testing & Quality - Testing strategies and tools
- Troubleshooting - Common issues and solutions
- Examples - Real-world examples and tutorials
- API Reference - Technical API documentation
- Contributing - How to contribute to the plugin
- Changelog - Version history and updates
The Full-Stack Website Builder is a production-ready Claude Code plugin that accelerates modern web development. It provides:
- 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
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
# 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/For Azure:
claude
/scaffold-azure-fullFor Railway:
claude
/scaffold-railway-full# Add a new page
/add-page
# Add a contact form
/add-form
# Add authentication
/add-auth# Deploy to staging
/deploy-azure-staging
# or
/deploy-railway-staging
# Deploy to production
/deploy-azure-production
# or
/deploy-railway-production- Scaffold Railway project
- Add authentication
- Create admin panel
- Add payment processing
- Setup monitoring
- Commands: 81
- Agents: 12
- Supported Platforms: Azure, Railway, Standalone
- Technologies: 20+
- Lines of Documentation: 5000+
- Active Development: Yes
- Community Contributors: Open
- Documentation: Browse this wiki for comprehensive guides
- Issues: Report bugs on GitHub
- Discussions: Join the community
- Examples: Check out the Examples page for real-world tutorials
Before using this plugin, ensure you have:
- Node.js 20+ - Download
- Claude Code 2.0.13+ - Get Claude Code
- Git - For version control
- Azure Account - For Azure features (Free Account)
- Railway Account - For Railway features (Sign Up)
- VS Code - For development
- GitHub Account - For CI/CD
- Docker - For local containerized development
- 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.
This plugin is built by developers, for developers. Contributions are welcome!
- Report Bugs: GitHub Issues
- Request Features: GitHub Issues
- Contribute: See Contributing Guide
- Discussions: GitHub Discussions
This project is licensed under the MIT License. See the LICENSE file for details.
Larry W Jordan Jr
- GitHub: @larouex
- LinkedIn: Larry W Jordan Jr
- Website: larouex.com
Ready to build something amazing? Start with the Quick Start Guide or dive into Agents Overview to understand the specialized agents at your disposal.
Full-Stack Website Builder - Claude Code Plugin
GitHub Repository | Report Issues | Discussions
Version: 1.0.0 | License: MIT | Author: Larry W Jordan Jr
Copyright 2025 Larry W Jordan Jr. Built with Claude Code.
Getting Started
Agents (12 total)
- Agents Overview
- Frontend Development
- Forms Workflow
- Content & SEO
- Azure Serverless
- DevOps Azure
- DevOps Railway
- Monitoring & Observability
- Testing & Quality
- Security & Production
- Accessibility & Compliance
- Authentication
- Code Review
Commands (81 total)
- Commands Overview
- Scaffolding (6)
- Azure (10)
- Railway (9)
- Development
- Testing
- Review (6)
- Deployment
- Performance
- Integration
- Advanced
Guides
Resources