{"id":50762299,"url":"https://github.com/yashdev9274/devdoc","last_synced_at":"2026-06-11T11:01:58.442Z","repository":{"id":315759729,"uuid":"1051744614","full_name":"yashdev9274/devdoc","owner":"yashdev9274","description":"Devdocs is an ai native oss documentaion platform. Helping developers document their code smoothly","archived":false,"fork":false,"pushed_at":"2025-10-26T11:02:46.000Z","size":2145,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-10-26T13:06:14.929Z","etag":null,"topics":["documentation","hactoberfest","monorepo","turborepo"],"latest_commit_sha":null,"homepage":"https://devdocs-dd.vercel.app","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/yashdev9274.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-09-06T16:24:23.000Z","updated_at":"2025-10-26T11:02:49.000Z","dependencies_parsed_at":"2025-09-20T15:43:25.169Z","dependency_job_id":"8570f8cf-5cc9-4cbf-bacf-622e24e2dde9","html_url":"https://github.com/yashdev9274/devdoc","commit_stats":null,"previous_names":["yashdev9274/devdoc"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/yashdev9274/devdoc","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yashdev9274%2Fdevdoc","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yashdev9274%2Fdevdoc/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yashdev9274%2Fdevdoc/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yashdev9274%2Fdevdoc/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/yashdev9274","download_url":"https://codeload.github.com/yashdev9274/devdoc/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yashdev9274%2Fdevdoc/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34195117,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-11T02:00:06.485Z","response_time":57,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["documentation","hactoberfest","monorepo","turborepo"],"created_at":"2026-06-11T11:01:55.585Z","updated_at":"2026-06-11T11:01:58.436Z","avatar_url":"https://github.com/yashdev9274.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Devdocs\n\n![hero](apps/web/public/previewImg.png)\n\n**Build beautiful, fast, and modern documentation sites with ease.**\n\nDevdocs is an open-source platform that helps you create stunning, feature-rich documentation sites using a powerful and intuitive CLI. It's built on a modern stack including Next.js, Contentlayer, and Tailwind CSS, giving you a first-class developer experience.\n\n## ✨ Key Features\n\n- **🚀 Blazing Fast:** Built on Next.js 14 with the App Router for optimal performance.\n- **✍️ MDX-Powered:** Write documentation in Markdown and embed React components seamlessly.\n- **🔒 Type-Safe Content:** Leverages Contentlayer to validate your content and provide full type-safety.\n- **🎨 Customizable \u0026 Accessible UI:** A rich set of pre-built components from the `packages/ui` library. Built with Radix UI and styled with Tailwind CSS, they are fully themeable, accessible, and ready to use in your MDX files.\n- **⚙️ Simple CLI:** Get your documentation site up and running in seconds with `devdocs-cli`.\n- ** monorepo Ready:** Structured as a Turborepo monorepo for scalability and maintainability.\n\n## 🚀 Getting Started\n\nGet your Devdocs site running in just a few commands:\n\n1.  **Create a new site:**\n    ```bash\n    npx devdocs-cli create my-awesome-docs\n    ```\n\n2.  **Navigate to your new directory:**\n    ```bash\n    cd my-awesome-docs\n    ```\n\n3.  **Install dependencies:**\n    ```bash\n    pnpm install\n    ```\n\n4.  **Start the development server:**\n    ```bash\n    pnpm dev\n    ```\n\nYour new documentation site is now running at `http://localhost:3000`.\n\n## 🏗️ Project Structure\n\nThis project is a monorepo managed by Turborepo and pnpm workspaces.\n\n```\n/\n├── apps/\n│   ├── web/  \n|   ├── content/docs/\n|       ├── introduction\n|       ├── UI\n|   ├── src/\n|       ├── app/\n|       ├── components/\n|       ├── lib/\n|       ├── types\n    # Main marketing \u0026 documentation site\n├── packages/\n│   ├── cli/        # Scaffolding CLI (devdocs-cli)\n│   ├── core/       # Core logic for content processing\n│   └── ui/         # Shared React UI components\n└── templates/\n    └── next-devdocs/ # Default Next.js starter template\n```\n\n## 🎨 UI Components                                                                         \n\nDevdocs includes a comprehensive set of UI components in the `packages/ui` library, designed to make your documentation beautiful and interactive right out of the box.\n\n- **Built for Documentation:** Components like `Card`, `Tabs`, `Callout`, and `CodeBlock` are specifically designed for technical content.\n- **Accessible \u0026 Themeable:** Built on top of Radix UI for accessibility and styled with Tailwind CSS for easy customization.\n- **MDX Ready:** Easily import and use any component directly in your `.mdx` files. \n\n\n## Some of the available components include:\n  + Accordions  \n  + Alerts \u0026 Callouts\n  + Buttons\n  + Cards     \n  + Code Blocks with syntax highlighting   \n  + Navigation Menus         \n  + Tabs   \n  + and more... \n\n## 🤝 Contributing\n\nWe welcome contributions from the community! To get started:\n\n1.  Fork the repository.\n2.  Clone your fork to your local machine.\n3.  Install dependencies using `pnpm install`.\n4.  Run the main web app using `pnpm dev`.\n5.  Create a new branch for your feature or bug fix.\n6.  Make your changes and commit them.\n7.  Push your branch and submit a pull request.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyashdev9274%2Fdevdoc","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fyashdev9274%2Fdevdoc","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyashdev9274%2Fdevdoc/lists"}