{"id":14961324,"url":"https://github.com/GopalVerma1303/EclairUI","last_synced_at":"2025-10-24T20:31:49.631Z","repository":{"id":249651680,"uuid":"826638248","full_name":"GopalVerma1303/EclairUI","owner":"GopalVerma1303","description":"A comprehensive collection of meticulously crafted React components styled with Tailwind CSS and Framer Motion.","archived":false,"fork":false,"pushed_at":"2024-12-29T10:04:44.000Z","size":53761,"stargazers_count":11,"open_issues_count":3,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-25T14:41:58.295Z","etag":null,"topics":["css","framer-motion","html","javascript","nextjs","react","tailwindcss","turborepo","typescript","ui","ui-components","uik"],"latest_commit_sha":null,"homepage":"https://eclairui.gopx.dev","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/GopalVerma1303.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":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-07-10T05:08:39.000Z","updated_at":"2025-01-15T18:21:27.000Z","dependencies_parsed_at":"2024-07-22T14:08:36.650Z","dependency_job_id":"70d5777a-e36b-492a-9ab2-1187f29417b7","html_url":"https://github.com/GopalVerma1303/EclairUI","commit_stats":{"total_commits":264,"total_committers":4,"mean_commits":66.0,"dds":0.08333333333333337,"last_synced_commit":"17edbc744b668a6a8d0a8f5e8894406e05e3edf6"},"previous_names":["gopalverma1303/webui.gopx","gopalverma1303/gopxwebui"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GopalVerma1303%2FEclairUI","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GopalVerma1303%2FEclairUI/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GopalVerma1303%2FEclairUI/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GopalVerma1303%2FEclairUI/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/GopalVerma1303","download_url":"https://codeload.github.com/GopalVerma1303/EclairUI/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":238035385,"owners_count":19405682,"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":["css","framer-motion","html","javascript","nextjs","react","tailwindcss","turborepo","typescript","ui","ui-components","uik"],"created_at":"2024-09-24T13:24:47.698Z","updated_at":"2025-10-24T20:31:39.605Z","avatar_url":"https://github.com/GopalVerma1303.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cdiv align=\"center\"\u003e\n\n\u003cdiv align=\"center\"\u003e\n  \u003cimg src=\"https://webui.gopx.dev/logo-r.png\" alt=\"AutoForge Logo\" height=\"250\" style=\"border-radius: 20px;\"\u003e\n\u003c/div\u003e\n\n# gopx-webui\n\nA comprehensive collection of meticulously crafted React components for web styled with Tailwind CSS and Framer Motion\n\n\u003cbr /\u003e\n\n[![GitHub stars](https://img.shields.io/github/stars/GopalVerma1303/webui.gopx.svg?style=social\u0026label=Star)](https://github.com/GopalVerma1303/webui.gopx)\n[![GitHub forks](https://img.shields.io/github/forks/GopalVerma1303/webui.gopx.svg?style=social\u0026label=Fork)](https://github.com/GopalVerma1303/webui.gopx/fork)\n[![GitHub watchers](https://img.shields.io/github/watchers/GopalVerma1303/webui.gopx.svg?style=social\u0026label=Watch)](https://github.com/GopalVerma1303/webui.gopx)\n\n\u003c/div\u003e\n\n## Repository Structure\n\n```\n.\n├── .git\n├── .turbo\n├── .vscode\n├── apps\n│   └── website (Next.js application)\n│       ├── .next\n│       ├── .turbo\n│       ├── components\n│       ├── node_modules\n│       ├── pages\n│       ├── public\n│       ├── styles\n│       ├── .eslintrc.json\n│       ├── .gitignore\n│       ├── README.md\n│       ├── next-env.d.ts\n│       ├── next.config.mjs\n│       ├── package.json\n│       ├── postcss.config.mjs\n│       ├── tailwind.config.ts\n│       ├── theme.config.tsx\n│       └── tsconfig.json\n├── node_modules\n├── packages\n│   ├── config-eslint\n│   ├── config-tailwind\n│   ├── config-typescript\n│   └── ui\n├── .gitignore\n├── .npmrc\n├── README.md\n├── package.json\n├── pnpm-lock.yaml\n├── pnpm-workspace.yaml\n└── turbo.json\n```\n\n## Getting Started\n\n1. Clone the repository\n2. Install dependencies:\n```\npnpm install\n```\n3. Run the development server:\n```\npnpm dev\n```\n## Available Scripts\n\n- `pnpm dev`: Starts the development server\n- `pnpm build`: Builds the project\n- `pnpm start`: Starts the production server\n- `pnpm lint`: Runs linting\n\n## Technology Stack\n\n- [Next.js](https://nextjs.org/)\n- [Turbo](https://turbo.build/)\n- [TypeScript](https://www.typescriptlang.org/)\n- [Tailwind CSS](https://tailwindcss.com/)\n- [ESLint](https://eslint.org/)\n- [pnpm](https://pnpm.io/)\n- [Framer Motion](https://www.framer.com/motion/)\n\n## Project Structure\n\n- `apps/website`: Contains the Next.js website application\n- `packages`: Shared packages and configurations\n- `config-eslint`: ESLint configuration\n- `config-tailwind`: Tailwind CSS configuration\n- `config-typescript`: TypeScript configuration\n- `ui`: Shared UI components \n\n## Contributing\n\n[CONTRIBUTING.md](https://github.com/GopalVerma1303/webui.gopx/blob/main/CONTRIBUTING.md)\n\n## License\n\n[MIT License](https://github.com/GopalVerma1303/webui.gopx/blob/main/LICENSE)\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FGopalVerma1303%2FEclairUI","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FGopalVerma1303%2FEclairUI","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FGopalVerma1303%2FEclairUI/lists"}