{"id":25620533,"url":"https://github.com/priom7/dynamic-component-builder","last_synced_at":"2026-04-06T01:35:06.697Z","repository":{"id":271232875,"uuid":"911606940","full_name":"Priom7/Dynamic-Component-Builder","owner":"Priom7","description":"React Dynamic Complete Builder using react, nodeJS, NextJs, TypeScript. Users can generate react components, generate source code. ","archived":false,"fork":false,"pushed_at":"2025-02-26T12:48:54.000Z","size":6970,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-01-03T14:37:51.203Z","etag":null,"topics":["bootstrap","javascript","nextjs","nodejs","react","typescript"],"latest_commit_sha":null,"homepage":"https://medium.com/@priom7197/introducing-the-dynamic-react-component-builder-ec50c4fc302e","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/Priom7.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-01-03T12:16:29.000Z","updated_at":"2025-05-06T09:04:45.000Z","dependencies_parsed_at":"2025-01-07T02:46:21.850Z","dependency_job_id":"a3371072-1285-455a-a7c6-2d5ee8d892a2","html_url":"https://github.com/Priom7/Dynamic-Component-Builder","commit_stats":null,"previous_names":["priom7/dynamic-component-builder"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Priom7/Dynamic-Component-Builder","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Priom7%2FDynamic-Component-Builder","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Priom7%2FDynamic-Component-Builder/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Priom7%2FDynamic-Component-Builder/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Priom7%2FDynamic-Component-Builder/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Priom7","download_url":"https://codeload.github.com/Priom7/Dynamic-Component-Builder/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Priom7%2FDynamic-Component-Builder/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31456662,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-05T21:22:52.476Z","status":"ssl_error","status_checked_at":"2026-04-05T21:22:51.943Z","response_time":75,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: 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":["bootstrap","javascript","nextjs","nodejs","react","typescript"],"created_at":"2025-02-22T07:19:22.252Z","updated_at":"2026-04-06T01:35:06.681Z","avatar_url":"https://github.com/Priom7.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 🔭 Dynamic React Component Builder (Work in Progress)\n\n\u003cp align=\"center\"\u003e\n    \u003cimg src=\"https://github.com/Priom7/Dynamic-Component-Builder/blob/main/Untitled%20design%20(1).gif\" alt=\"demo\"\u003e\n\u003c/p\u003e\n\n## About\n\n**Dynamic React Component Builder** is a work-in-progress project using **React**, **Node.js**, **Next.js**, and **TypeScript**. This tool allows users to dynamically generate reusable React components and their corresponding source code.\n\n### Current Features\n\nThe project currently supports building some of the most common components required for web applications. These include:\n\n- **Form Builder**:\n  - Text input (single-line and multi-line)\n  - Email and password fields\n  - Checkbox (single and multi-dimensional)\n  - Dropdowns\n  - Date and time pickers\n  - Single and multi-select fields\n- **Tab Builder**:\n  - Tabs with customizable content\n- **Navigation Builder**:\n  - Navbars with links and navigation options\n- **Table Builder**:\n  - Rows, columns\n  - Search filters\n  - Pagination\n\n### Scalability\n\nThe components generated are highly scalable. Additional parameters can be added and passed to extend functionality, such as:\n\n- Adding **module permissions** for navigation items or tabs\n- Customizing **validation rules** for form fields\n\n### Future Plans\n\nThe following features are planned for future iterations:\n\n- **Custom Component Builders**:\n  - Cards\n  - Banners\n- **Advanced Tools**:\n  - Page Builder\n  - Template Builder\n\n---\n\n## Getting Started\n\n### Prerequisites\n\nMake sure you have the following installed:\n\n- [Node.js](https://nodejs.org/) (v16 or higher recommended)\n- npm or yarn\n\n### Installation\n\n1. Clone the repository:\n\n    ```bash\n    git clone https://github.com/Priom7/Dynamic-Component-Builder.git\n    cd Dynamic-Component-Builder\n    ```\n\n2. Install dependencies:\n\n    ```bash\n    npm install\n    # or\n    yarn\n    ```\n\n3. Run the development server:\n\n    ```bash\n    npm run dev\n    # or\n    yarn dev\n    ```\n\n4. Open your browser and navigate to [http://localhost:3000](http://localhost:3000) to view the application.\n\n---\n\n## Pros and Cons\n\n\n| Category                    | Pros                                                                                                                                                       | Cons                                                                                             |\n|-----------------------------|------------------------------------------------------------------------------------------------------------------------------------------------------------|--------------------------------------------------------------------------------------------------|\n| **Centralized Component Control** | - Ensures consistent UI/UX across dynamically generated components.\u003cbr\u003e- Simplifies maintenance by propagating updates to all components automatically.\u003cbr\u003e- Reduces code redundancy with reusable component blocks. | - Initial setup may be time-consuming.\u003cbr\u003e- Over-customization may complicate or hinder flexibility. |\n| **Scalability \u0026 Adaptability**   | - Supports easy customization (e.g., adding fields, filters, columns) to meet growing project requirements.\u003cbr\u003e- Future-proof design reduces the impact of changes.                   | - Potential performance issues with unoptimized components.\u003cbr\u003e- Requires careful management of dependencies for large-scale projects. |\n| **Developer Productivity**       | - Automates the creation of common UI components (e.g., forms, tables), accelerating development.\u003cbr\u003e- Speeds up iteration and deployment of features.\u003cbr\u003e- Simplifies complex tasks, such as implementing role-based permissions. | - Steep learning curve for new developers.\u003cbr\u003e- Developers may face challenges if unfamiliar with the tool.                                           |\n| **Self-Healing Solutions**       | - Reduces rework by automating common patterns and handling evolving requirements.\u003cbr\u003e- Improves app stability by minimizing manual intervention in component changes.                                                    | - May not be suited for smaller, static projects with limited needs.                                                       |\n| **Target Audience**              | - Well-suited for development teams focused on scalability and long-term project growth.\u003cbr\u003e- Flexible enough for evolving project requirements.                                     | - May feel excessive for smaller teams or projects with minimal requirements.      |\n\n\n---\n\n\n## Contributions\n\nContributions, issues, and feature requests are welcome! Feel free to fork the repository and submit a pull request.\n\n\n---\n\n## Article\n\nCheck out the article: https://medium.com/@priom7197/introducing-the-dynamic-react-component-builder-ec50c4fc302e\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpriom7%2Fdynamic-component-builder","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpriom7%2Fdynamic-component-builder","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpriom7%2Fdynamic-component-builder/lists"}