About this project
What this is
This is the Plondo-Network onboarding/training repo — a clean Next.js 16 starter that exists to demonstrate the org-wide Claude Code automation pipeline.
Why it exists
New engineers and new repos use this as a reference for the issue → @claude → PR → preview → staging → main workflow.
How it works
- Issue opened
@claudetagged- PR opened
- Preview deployed
- Merged to
staging - Human merges to
main
An engineer (or maintainer) opens an issue describing the change they want. Tagging @claude on the issue kicks off an automated agent that opens a pull request against the staging branch. Each PR gets a preview deployment so the change can be reviewed visually. Once the PR is merged into staging, a human-only merge from staging into main ships it to production.
Tech stack
- Next.js 16 (App Router, Turbopack)
- React 19
- TypeScript 5
- Tailwind CSS v4
- ESLint 9