{"id":13581361,"url":"https://github.com/magidoc-org/magidoc","last_synced_at":"2026-05-12T19:11:26.195Z","repository":{"id":37185150,"uuid":"455860136","full_name":"magidoc-org/magidoc","owner":"magidoc-org","description":"Autogenerate static GraphQL API documentation","archived":false,"fork":false,"pushed_at":"2025-03-30T05:47:53.000Z","size":17086,"stargazers_count":266,"open_issues_count":35,"forks_count":22,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-05-08T18:50:19.811Z","etag":null,"topics":["documentation","documentation-generator","graphql","javascript","markdown","marked","marked-js","node","nodejs-library","prismjs","svelte","sveltekit","typescript","typescript-library"],"latest_commit_sha":null,"homepage":"https://magidoc.js.org","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/magidoc-org.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null},"funding":{"github":["magidoc-org"]}},"created_at":"2022-02-05T12:11:44.000Z","updated_at":"2025-05-05T17:06:27.000Z","dependencies_parsed_at":"2024-04-22T12:47:23.730Z","dependency_job_id":"1f665e58-b84f-4bce-9ef9-95438b8a45d8","html_url":"https://github.com/magidoc-org/magidoc","commit_stats":{"total_commits":698,"total_committers":9,"mean_commits":77.55555555555556,"dds":"0.13180515759312317","last_synced_commit":"f7bb3bdc6e9da21ad34246b50789702f8f9e9b52"},"previous_names":[],"tags_count":121,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/magidoc-org%2Fmagidoc","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/magidoc-org%2Fmagidoc/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/magidoc-org%2Fmagidoc/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/magidoc-org%2Fmagidoc/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/magidoc-org","download_url":"https://codeload.github.com/magidoc-org/magidoc/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254264765,"owners_count":22041793,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["documentation","documentation-generator","graphql","javascript","markdown","marked","marked-js","node","nodejs-library","prismjs","svelte","sveltekit","typescript","typescript-library"],"created_at":"2024-08-01T15:02:00.799Z","updated_at":"2026-05-12T19:11:26.144Z","avatar_url":"https://github.com/magidoc-org.png","language":"TypeScript","funding_links":["https://github.com/sponsors/magidoc-org"],"categories":["TypeScript","typescript","Documentation Types"],"sub_categories":["API Documentation"],"readme":"\u003cp align=\"center\"\u003e\n  \u003cimg width=\"40%\" src=\"./logo/logo_full.png\"\u003e\n\u003c/p\u003e\n\n\u003ch3 align=\"center\"\u003eFast and customizable GraphQL documentation generator \u003c/h3\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://www.npmjs.com/package/@magidoc/cli\"\u003e\u003cimg src=\"https://img.shields.io/npm/v/@magidoc/cli\" /\u003e\u003c/a\u003e\n  \u003ca href=\"https://www.npmjs.com/package/@magidoc/cli\"\u003e\u003cimg src=\"https://img.shields.io/npm/dw/@magidoc/cli\" /\u003e\u003c/a\u003e\n  \u003ca href=\"https://github.com/magidoc-org/magidoc/actions\"\u003e\u003cimg src=\"https://img.shields.io/github/actions/workflow/status/magidoc-org/magidoc/build-and-tests.yml?branch=main\" /\u003e\u003c/a\u003e\n  \u003ca href=\"https://github.com/magidoc-org/magidoc/blob/main/LICENSE\"\u003e\u003cimg src=\"https://img.shields.io/github/license/magidoc-org/magidoc\" /\u003e\u003c/a\u003e\n  \u003ca href=\"https://nodejs.org/en/about/releases/\"\u003e\u003cimg src=\"https://img.shields.io/node/v/@magidoc/cli\" /\u003e\u003c/a\u003e\n  \u003ca href=\"https://app.codecov.io/gh/magidoc-org/magidoc\"\u003e\u003cimg src=\"https://img.shields.io/codecov/c/github/magidoc-org/magidoc?label=coverage\" /\u003e\u003c/a\u003e\n\u003c/p\u003e\n  \n---\n\nMagidoc is a JavaScript library that auto-generates static documentation from any [GraphQL](https://graphql.org/) schema. By default, it automatically generates documentation for each query, mutation, subscription and type of your API.\n\n## Features\n\n- 🏁 **Simple**: Build your first website in a few minutes.\n- ✏️ **Customizable**: Use pre-defined customizations or pick a template and make it your own.\n- 🔎 **Searchability**: Fast fuzzy search through the documentation \u0026 native SEO support.\n- 🔥 **Live hot-reload**: Preview your documentation website while you develop.\n- 📝 **Advanced markdown support**: Markdown is supported everywhere, from custom pages to schema comments.\n\n## Get started\n\nSee the [quickstart guide](https://magidoc.js.org/introduction/quickstart).\n\n## Demo\n\n👉 See the [demo website](https://magidoc-carbon-multi-page.netlify.app) generated from SpaceX's public [GraphQL API](https://spacex-production.up.railway.app/).\n\n## Documentation\n\nFull documentation and options are available at [magidoc.js.org](https://magidoc.js.org/introduction/welcome).\n\n## Examples\n\nExamples to generate documentation simply for one or even for multiple schemas are available [right here](./packages/examples/).\n\n## Contribution\n\nSee the [contribution guide](./CONTRIBUTING.md).\n\n## License\n\n[MIT](./LICENSE)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmagidoc-org%2Fmagidoc","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmagidoc-org%2Fmagidoc","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmagidoc-org%2Fmagidoc/lists"}