AI SummaryA Copilot-optimized guide for AI agents working in a full-stack NestJS/Next.js monorepo SaaS boilerplate, providing structured commands, code standards, and project architecture for efficient development.
Install
Copy this and paste it into Claude Code, Cursor, or any AI assistant:
I want to add the "use-miller — Copilot Instructions" prompt rules to my project. Repository: https://github.com/darraghoriordan/use-miller Please read the repo to find the rules/prompt file, then: 1. Download it to the correct location (.cursorrules, .windsurfrules, .github/prompts/, or project root — based on the file type) 2. If there's an existing rules file, merge the new rules in rather than overwriting 3. Confirm what was added
Description
A NestJS and NextJS app for selling software products and showing examples of how-tos
AGENTS.md - Agentic Coding Guide
Instructions for AI coding agents working in this pnpm monorepo.
Project Structure
• apps/backend - NestJS 11 API (TypeORM, PostgreSQL, Auth0, Stripe) • apps/frontend - Next.js 14 (React 19, Tailwind CSS 4, React Query) • apps/backend-e2e - E2E tests for backend API • libs/project-setup - Project initialization utilities
Root Level
`bash pnpm run build # Build all packages (excludes backend-e2e, frontend) pnpm run test # Run tests across all packages pnpm run lint # Lint all packages pnpm run mill:dev # Start local dev (docker + backend + frontend) pnpm run knip # Check for unused code/dependencies `
Backend (`apps/backend`)
`bash pnpm run build # Build the backend pnpm run start # Start in watch mode (development) pnpm run lint # Lint with auto-fix pnpm run test # Run all tests (Vitest) pnpm run up # Start Docker services (PostgreSQL, Redis) pnpm run down # Stop Docker services pnpm run db:run # Run database migrations pnpm run db:gen # Generate new migration `
Discussion
Health Signals
My Fox Den
Community Rating
Sign in to rate this booster
Works With
Any AI assistant that accepts custom rules or system prompts