Create a new tutorial for the Dev Tutorials site. Use when asked to add, write, or create a tutorial on any topic.
Create a new tutorial for the Dev Tutorials site located at the project root.
Tutorial topic: $ARGUMENTS
Use WebFetch and/or WebSearch to gather accurate, up-to-date information.
Prefer official documentation over blog posts. Note exact UI labels, button names,
and field values — readers will be following along live.
If the tutorial involves a web UI, use Playwright browser tools to capture screenshots of the relevant steps. Save PNGs directly into the tutorial's content folder (Step 3).
The slug becomes the URL: /tutorials/YOUR-SLUG
deploy-to-vercel, setup-github-actionssrc/content/tutorials/YOUR-SLUG/
├── index.mdx
└── screenshot-name.png ← only if screenshots were taken
All fields except repo are required:
---