{"id":42071975,"url":"https://github.com/afsar-dev/Nurui","last_synced_at":"2026-02-05T09:01:04.563Z","repository":{"id":278041055,"uuid":"933216619","full_name":"afsar-dev/Nurui","owner":"afsar-dev","description":"🔥💯 Nur/ui is a modern React and Next.js based UI component library. It streamlines front-end development with powerful features like CLI scaffolding, automatic TypeScript-to-JavaScript conversion, and live component previews by v0.dev. ","archived":false,"fork":false,"pushed_at":"2025-12-12T11:12:14.000Z","size":75871,"stargazers_count":349,"open_issues_count":4,"forks_count":47,"subscribers_count":3,"default_branch":"main","last_synced_at":"2026-01-22T02:28:21.703Z","etag":null,"topics":["babel","cli","clsx","gsap","lodash","lottie-react","matter-js","mdx","motion","nextjs","nodejs","npm-package","redix-ui","remarkjs","scss","taliwindcss","three-js","typescript","zdog"],"latest_commit_sha":null,"homepage":"https://nurui.vercel.app","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/afsar-dev.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"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,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null},"funding":{"github":["afsar-dev"]}},"created_at":"2025-02-15T12:42:59.000Z","updated_at":"2026-01-21T08:15:40.000Z","dependencies_parsed_at":null,"dependency_job_id":"1978c06c-56c0-44e1-ab1e-4e81baf0f606","html_url":"https://github.com/afsar-dev/Nurui","commit_stats":null,"previous_names":["mdafsarx/bytenexia","mdafsarx/nurui","afsar-dev/nurui"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/afsar-dev/Nurui","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/afsar-dev%2FNurui","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/afsar-dev%2FNurui/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/afsar-dev%2FNurui/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/afsar-dev%2FNurui/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/afsar-dev","download_url":"https://codeload.github.com/afsar-dev/Nurui/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/afsar-dev%2FNurui/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29117916,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-05T05:31:32.482Z","status":"ssl_error","status_checked_at":"2026-02-05T05:31:29.075Z","response_time":65,"last_error":"SSL_read: 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":["babel","cli","clsx","gsap","lodash","lottie-react","matter-js","mdx","motion","nextjs","nodejs","npm-package","redix-ui","remarkjs","scss","taliwindcss","three-js","typescript","zdog"],"created_at":"2026-01-26T09:00:39.715Z","updated_at":"2026-02-05T09:01:04.548Z","avatar_url":"https://github.com/afsar-dev.png","language":"TypeScript","readme":"\u003ch1 align=\"center\"\u003e\n  \u003cimg\n    src=\"nurui-logo.png\"\n    alt=\"Nurui Logo\"\n    width=\"200\"\n  /\u003e\n\u003c/h1\u003e\n\n\u003cp align=\"center\"\u003eNur/ui is a modern React and Next.js based UI component library that streamlines front-end development. It offers CLI scaffolding, automatic TypeScript to JavaScript conversion, and live component previews for a faster, more customizable workflow.\u003c/p\u003e\n\n\u003cimg src=\"og-image.png\" alt=\"UI component library\" width=\"100%\" /\u003e\n\n## Documentation\n\nVisit https://nurui.vercel.app/docs/installation to view the documentation.\n\n## 🚀 Quick Start\n\n### Option 1: Using Docker (Recommended for Production)\n\nPrerequisite: Docker \u0026 Docker Compose installed.\n\n```bash\n# 1. Clone the repository\ngit clone https://github.com/afsar-dev/Nurui.git\ncd Nurui\n\n# 2. Create production environment file\ncat .env.production\n#  The project uses the existing .env.production file.\n#  You can modify it if needed.\n\n# 3. Build and start with Docker Compose\nyarn docker:compose:up\n# Or manually:\ndocker compose up -d\n\n# The production application will be available at http://localhost:3000\n```\n\n### Option 1.1 — Run With Docker (Without Compose)\n\nIf you prefer to run Nurui using standard Docker commands:\n\n```bash\n# 1. Build Docker Image\nyarn docker:build\n# Or manually:\ndocker build -t nurui:latest .\n\n# 2. Run Container\nyarn docker:run\n# Or manually:\ndocker run -d \\ --name nurui \\ -p 3000:3000 \\ --env-file .env.production \\ nurui:latest\n```\n\n### Option 2: Local Development Setup\n\n```bash\n# 1. Clone the repository\ngit clone https://github.com/afsar-dev/Nurui.git\ncd Nurui\n\n# 2. Create a .env.development file (or .env) file in the root directory\ncat .env\n\n# Add to .env file:\n# NODE_ENV=development\n\n# 3. Install dependencies\nyarn install\n\n# 4. Start the development server\nyarn dev\n\n# The application will be available at http://localhost:3000\n```\n\n## 🔧 Environment Variables\n\nCreate a `.env.production` file for Docker deployment:\n\n```bash\nNODE_ENV=production\nANALYZE=false\nNEXT_TELEMETRY_DISABLED=1\n```\n\nFor local Development (.env or .env.development):\n\n```\nNODE_ENV=development\nANALYZE=false\n```\n\n## License\n\nLicensed under the [MIT license.](https://github.com/afsar-dev/Nurui/blob/main/LICENSE)\n\n## Contributing\n\nvisit this [Documentation](https://github.com/afsar-dev/Nurui/blob/main/CONTRIBUTING.md)\n\n\u003c!-- ## Support\n\nIf you find this project useful, please consider [sponsoring me](https://github.com/sponsors/your-username).\n\n[![Sponsor](https://img.shields.io/badge/Sponsor-%F0%9F%92%96-pink)](https://github.com/sponsors/your-username) --\u003e\n\n## Maintainer\n\n**Md Afsar Mahmud**  \nFull Stack Developer  \n[HackerRank](https://www.hackerrank.com/profile/mdafsar) •\n[LinkedIn](https://www.linkedin.com/in/md-afsar-mahmud)\n","funding_links":["https://github.com/sponsors/afsar-dev","https://github.com/sponsors/your-username"],"categories":["TypeScript"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fafsar-dev%2FNurui","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fafsar-dev%2FNurui","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fafsar-dev%2FNurui/lists"}