docs(README.md): expand to cover the modern Coder ecosystem#12
Draft
DevelopmentCats wants to merge 1 commit into
Draft
docs(README.md): expand to cover the modern Coder ecosystem#12DevelopmentCats wants to merge 1 commit into
DevelopmentCats wants to merge 1 commit into
Conversation
Add new sections for first-party Coder projects that exist now but were not represented in the README, and restructure Templates to put the Coder Registry front and center. New sections: - Platform and Tools: coder/coder, coder/registry, coder/code-server, coder/envbuilder, coder/envbox, coder/preview. - IDE Integrations: coder/vscode-coder, coder/jetbrains-coder, coder/coder-jetbrains-toolbox, plus the existing Workspace access docs link and the private VS Code Marketplace blog post. - Coder Desktop: coder/coder-desktop-macos, coder/coder-desktop-windows. - AI Coding Agents: coder/agentapi, the AI Coder docs, and Tasks. - Modules: pointer to registry.coder.com/modules. - Terraform Providers: coder/terraform-provider-coder (template-side resources) and coder/terraform-provider-coderd (deployment management). Templates restructured into 'On the Registry' and 'Not on the Registry' sub-sections. The curated third-party list is preserved and alphabetized by owner. Issue template: - Add the new sections to the 'Suggested section' dropdown in 1-suggest-resource.yaml. Verified locally with prettier, awesome-lint, typos, and linkspector. Linkspector now sees 61 URLs (up from 39), 0 failed, 0 archived. This change was prepared by Coder Agents.
Contributor
Author
|
This is just a first pass by agents I will be following up with Marketing for more links, posts, and videos. |
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.
Summary
Expand
coder/awesome-coderto cover the modern Coder ecosystem. PR #9 was scoped to hygiene and CI; this PR is the content addition that PR explicitly deferred.Opening as draft so reviewers can sanity-check the structure, descriptions, and what made the cut before I refine.
What changed
New top-level sections
coder/coder,coder/registry,coder/code-server(78k stars),coder/envbuilder,coder/envbox,coder/preview.IDEs. Addscoder/vscode-coder,coder/jetbrains-coder,coder/coder-jetbrains-toolboxalongside the existing Workspace access docs link and the private VS Code Marketplace post.coder/coder-desktop-macos,coder/coder-desktop-windows.coder/agentapi(1.4k stars),coder.com/docs/ai-coder, and Tasks.registry.coder.com/modules.coder/terraform-provider-coder(template-side resources likecoder_agent/coder_app) andcoder/terraform-provider-coderd(deployment management).Templates restructured
Split into two sub-sections under the existing
Templatesheading:This reflects how Coder publishes templates today while preserving every third-party repo that's still working.
Section ordering
Reading flow: what Coder is → components of Coder → how to use Coder → how to define environments → how to deploy and operate Coder → external content.
Issue template
Added the new sections to the
Suggested sectiondropdown in.github/ISSUE_TEMPLATE/1-suggest-resource.yaml.Out of scope (intentional)
Tutorials and Blog PostsandTalks and Videosnot expanded. Ben mentioned asking marketing for talk recommendations; treating that as a separate workstream.Templates not on the Registryare preserved verbatim from PR chore: refresh content and add lint + link-check workflows #9. No pruning here — that's a separate curation pass if and when you want one.Automation. Validated Architectures + the GitHub Action + Lima cover the typical operator use cases.Bookssection; still no qualifying entries.How I verified
Same toolchain as PR #9, all green locally:
Linkspector now sees 61 URLs (up from 39 in PR #9). 0 failed, 0 archived.
This change was prepared by Coder Agents.