From larouex-fullstack-builder
Scaffolds a Next.js 15 project optimized for Railway with App Router, TypeScript, Bootstrap 5, Express API server, railway.toml, Dockerfile, and health checks.
How this command is triggered — by the user, by Claude, or both
Slash command
/larouex-fullstack-builder:scaffold-railway-nextjsThe summary Claude sees in its command listing — used to decide when to auto-load this command
Scaffold a new Next.js 15 project optimized for Railway deployment. Create a complete project with: - Next.js 15 with App Router and TypeScript - Bootstrap 5 integration with responsive layout - Express API server for backend routes (/server/api) - railway.toml configuration with build and start commands - Dockerfile optimized for Railway with multi-stage build - Environment variable configuration for Railway - Folder structure: /app, /components, /server, /public, /styles - package.json with scripts for development and production - .railwayignore and proper .gitignore - Health check endpo...
Scaffold a new Next.js 15 project optimized for Railway deployment.
Create a complete project with:
Include proper port configuration (PORT environment variable) and Railway-specific optimizations.
npx claudepluginhub larouexnonprofitconsulting/larouex-fullstack-plugin/next-appScaffolds a production-ready Next.js app with App Router, TypeScript, Tailwind, Vitest testing, Zod API client/validation, auth options, and CI config. Prompts for custom auth, state, deploy, and DB setup.
/nextjsDesigns Next.js App Router architecture with layouts, Server/Client components, data fetching patterns, rendering strategies, middleware, and optimizations. Outputs directory structure, strategy maps, best practices audit. Supports --audit, --migrate, focused modes.
/scaffoldScaffolds Next.js App Router pages, layouts, server/client components, API routes, server actions, and loading/error states following best practices and project patterns.
/express-api-scaffoldGenerates production-ready Express.js REST API boilerplate with TypeScript, JWT auth, Prisma/TypeORM database, Zod validation, Jest tests, and Docker. Accepts project name and --database, --auth flags.
/tanstack-startBuilds full-stack TanStack Start app on Cloudflare Workers from scratch with database, auth, routes, dashboard, verification, and deployment. Optional [project-name].
/nuxt-setupRuns interactive wizard to set up a new Nuxt 5 project, configuring project type, UI framework, database, authentication, and deployment.