Plondo-Network

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

  1. Issue opened
  2. @claude tagged
  3. PR opened
  4. Preview deployed
  5. Merged to staging
  6. 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