{"id":28741303,"url":"https://github.com/coder/registry","last_synced_at":"2026-04-22T05:07:21.954Z","repository":{"id":292240266,"uuid":"961990912","full_name":"coder/registry","owner":"coder","description":"Publish Coder modules and templates for other developers to use.","archived":false,"fork":false,"pushed_at":"2026-02-27T21:31:15.000Z","size":58571,"stargazers_count":54,"open_issues_count":118,"forks_count":124,"subscribers_count":3,"default_branch":"main","last_synced_at":"2026-02-28T00:52:28.718Z","etag":null,"topics":["ai","dev-tools","development-environment","ide","jetbrains","remote-development","terraform","vscode"],"latest_commit_sha":null,"homepage":"https://registry.coder.com","language":"HCL","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/coder.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":"CODEOWNERS","security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":"AGENTS.md","dco":null,"cla":null}},"created_at":"2025-04-07T13:36:42.000Z","updated_at":"2026-02-27T20:48:59.000Z","dependencies_parsed_at":"2025-05-30T17:36:01.864Z","dependency_job_id":"e1977042-ec0e-4a7a-8221-0dd0d3c18d69","html_url":"https://github.com/coder/registry","commit_stats":null,"previous_names":["coder/registry"],"tags_count":379,"template":false,"template_full_name":null,"purl":"pkg:github/coder/registry","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/coder%2Fregistry","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/coder%2Fregistry/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/coder%2Fregistry/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/coder%2Fregistry/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/coder","download_url":"https://codeload.github.com/coder/registry/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/coder%2Fregistry/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30035483,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-03T06:58:30.252Z","status":"ssl_error","status_checked_at":"2026-03-03T06:58:15.329Z","response_time":61,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["ai","dev-tools","development-environment","ide","jetbrains","remote-development","terraform","vscode"],"created_at":"2025-06-16T07:11:39.138Z","updated_at":"2026-03-03T07:02:58.708Z","avatar_url":"https://github.com/coder.png","language":"HCL","readme":"# Coder Registry\n\n[Registry Site](https://registry.coder.com) • [Coder OSS](https://github.com/coder/coder) • [Coder Docs](https://www.coder.com/docs) • [Official Discord](https://discord.gg/coder)\n\n[![Health](https://github.com/coder/registry/actions/workflows/check_registry_site_health.yaml/badge.svg)](https://github.com/coder/registry/actions/workflows/check_registry_site_health.yaml)\n\nCoder Registry is a community-driven platform for extending your Coder workspaces. Publish reusable Terraform as Coder Modules for users all over the world.\n\n\u003e [!NOTE]\n\u003e The Coder Registry repo will be updated to support Coder Templates in the coming weeks. You can currently find all official templates in the official coder/coder repo, [under the `examples/templates` directory](https://github.com/coder/coder/tree/main/examples/templates).\n\n## Overview\n\nCoder is built on HashiCorp's open-source Terraform language to provide developers an easy, declarative way to define the infrastructure for their remote development environments. Coder-flavored versions of Terraform allow you to mix in reusable Terraform snippets to add integrations with other popular development tools, such as JetBrains, Cursor, or Visual Studio Code.\n\nSimply add the correct import snippet, along with any data dependencies, and your workspace can start using the new functionality immediately.\n\n![Coder Agent Bar](./images/coder-agent-bar.png)\n\nMore information [about Coder Modules can be found here](https://coder.com/docs/admin/templates/extending-templates/modules), while more information [about Coder Templates can be found here](https://coder.com/docs/admin/templates/creating-templates).\n\n## Getting started\n\nThe easiest way to discover new modules and templates is by visiting [the official Coder Registry website](https://registry.coder.com/). The website is a full mirror of the Coder Registry repo, and it is where .tar versions of the various resources can be downloaded from, for use within your Coder deployment.\n\nNote that while Coder has a baseline set of requirements for allowing an external PR to be published, Coder cannot vouch for the validity or functionality of a resource until that resource has been flagged with the `verified` status. [All modules under the Coder namespace](https://github.com/coder/registry/tree/main/registry/coder) are automatically verified.\n\n### Getting started with modules\n\nTo get started with a module, navigate to that module's page in either the registry site, or the main repo:\n\n- [The Cursor repo directory](https://github.com/coder/registry/tree/main/registry/coder/modules/cursor)\n- [The Cursor module page on the main website](https://registry.coder.com/modules/cursor)\n\nIn both cases, the main README contains a Terraform snippet for integrating the module into your workspace. The snippet for Cursor looks like this:\n\n```tf\nmodule \"cursor\" {\n  count    = data.coder_workspace.me.start_count\n  source   = \"registry.coder.com/coder/cursor/coder\"\n  version  = \"1.0.19\"\n  agent_id = coder_agent.main.id\n}\n```\n\nSimply include that snippet inside your Coder template, defining any data dependencies referenced, and the next time you create a new workspace, the functionality will be ready for you to use.\n\n## Contributing\n\nWe are always accepting new contributions. [Please see our contributing guide for more information.](./CONTRIBUTING.md)\n\n## For Maintainers\n\nGuidelines for maintainers reviewing PRs and managing releases. [See the maintainer guide for more information.](./MAINTAINER.md)\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcoder%2Fregistry","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcoder%2Fregistry","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcoder%2Fregistry/lists"}