{"id":31136979,"url":"https://github.com/mojtaba1180/nexus-framework","last_synced_at":"2026-04-11T04:32:05.987Z","repository":{"id":314564198,"uuid":"1053723403","full_name":"mojtaba1180/nexus-framework","owner":"mojtaba1180","description":"🚀 Nexus Framework - Enterprise-Grade Monorepo for Modern Web Applications A comprehensive, production-ready monorepo framework built on Next.js, TypeScript, and modern web technologies. This framework provides a complete development ecosystem with custom UI components, API management, documentation system, and development tools.","archived":false,"fork":false,"pushed_at":"2025-09-15T10:03:11.000Z","size":829,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-09-15T11:34:32.328Z","etag":null,"topics":["api-management","component-library","enterprise-framework","modern-web-development","monorepo","nextjs","react","shadcn","tailwind","typescript"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mojtaba1180.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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-09T20:51:28.000Z","updated_at":"2025-09-15T10:03:14.000Z","dependencies_parsed_at":"2025-09-15T11:34:33.375Z","dependency_job_id":null,"html_url":"https://github.com/mojtaba1180/nexus-framework","commit_stats":null,"previous_names":["mojtaba1180/nextjs-monorepo","mojtaba1180/nexus-framework"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/mojtaba1180/nexus-framework","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mojtaba1180%2Fnexus-framework","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mojtaba1180%2Fnexus-framework/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mojtaba1180%2Fnexus-framework/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mojtaba1180%2Fnexus-framework/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mojtaba1180","download_url":"https://codeload.github.com/mojtaba1180/nexus-framework/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mojtaba1180%2Fnexus-framework/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31669113,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-10T17:19:37.612Z","status":"online","status_checked_at":"2026-04-11T02:00:05.776Z","response_time":54,"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":["api-management","component-library","enterprise-framework","modern-web-development","monorepo","nextjs","react","shadcn","tailwind","typescript"],"created_at":"2025-09-18T08:04:44.193Z","updated_at":"2026-04-11T04:32:05.952Z","avatar_url":"https://github.com/mojtaba1180.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Nexus Framework\n\nA comprehensive monorepo framework built on top of shadcn/ui with custom components, API management, and development tools.\n\n[![License: Apache 2.0](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)\n\n## 🚀 Features\n\n- **🎨 Custom UI Components** - Enhanced components built on shadcn/ui\n- **🔧 Framework Package** - Complete API management with React Query\n- **📚 Documentation** - Built-in docs with Fumadocs\n- **⚡ TypeScript** - Full TypeScript support across all packages\n- **🔄 Monorepo** - Organized workspace with shared packages\n\n## 📦 Packages\n\n- `@workspace/ui` - Base UI components (shadcn/ui)\n- `@workspace/custom-ui` - Enhanced custom components\n- `@workspace/framework` - API management and data fetching\n- `@workspace/eslint-config` - Shared ESLint configuration\n- `@workspace/typescript-config` - Shared TypeScript configuration\n\n## 🛠️ Usage\n\n### Adding components\n\nTo add components to your app, run the following command:\n\n```bash\npnpm dlx shadcn@latest add button -c apps/your-app\n```\n\n### Using components\n\nImport components from the workspace packages:\n\n```tsx\nimport { Button } from \"@workspace/ui/components/button\"\nimport { CustomButton } from \"@workspace/custom-ui\"\nimport { useGenericQuery } from \"@workspace/framework\"\n```\n\n### Development\n\n```bash\n# Install dependencies\npnpm install\n\n# Start development\npnpm dev\n\n# Build all packages\npnpm build\n```\n\n## 📄 License\n\nThis project is licensed under the Apache License 2.0 - see the [LICENSE](LICENSE) file for details.\n\n## 🤝 Contributing\n\nContributions are welcome! Please feel free to submit a Pull Request. For major changes, please open an issue first to discuss what you would like to change.\n\n## 📞 Support\n\nIf you have any questions or need help, please open an issue on GitHub.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmojtaba1180%2Fnexus-framework","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmojtaba1180%2Fnexus-framework","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmojtaba1180%2Fnexus-framework/lists"}