feat: add deploy module with CLI-first guidance and deploy FAQ#8
Merged
Conversation
Adds a /learn deploy module that helps learners choose a deployment tool (GitHub Pages / Cloudflare / Render / Vercel), understand the free-tier trade-offs, and run the commands themselves. - deploy.md: diagnose -> decision tree -> account creation -> cost awareness -> contribute-to-FAQ loop - cli-first.md: shared reference — prefer official CLIs over dashboards - deploy-faq.md: course-scoped FAQ, grown via student PRs - learn.md / CLAUDE.md: wire up routing and module registry - FAQ.md: cross-link to the deploy FAQ for discoverability Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What
Adds a
/learn deploymodule that helps learners pick a deployment tool, understand free-tier trade-offs, and run the commands themselves (it does not deploy silently — the point is learning by doing).Changes
deploy.md— diagnose (3 questions) → decision tree (GitHub Pages / Cloudflare Workers / Render / Vercel) → account creation only when needed → cost & free-tier awareness → contribute-to-FAQ PR loop. Flags the key insight for this course: a static site can't hide an API key, so an AI chat UI calling Claude actually needs a tiny server.cli-first.md— shared reference module: prefer official CLIs (gh,wrangler,git) over dashboards, with reproducibility and secret-handling rules. Referenced bydeploy.mdas "follow cli-first".deploy-faq.md— course-scoped FAQ (GitHub Pages, Cloudflare, Render), grown by student PRs.learn.md/CLAUDE.md— wire up routing and the module registry.FAQ.md— cross-link to the deploy FAQ so it's discoverable from the root FAQ.Notes
courses/ai-dev/(course subject-matter, grown via student PRs) rather than merged into rootFAQ.md(platform/tooling help). The root FAQ now links to it.deploy.mdhardcodes thecourses/ai-dev/path, consistent withproject.md; AI Dev is the only active course.🤖 Generated with Claude Code