{"id":32601168,"url":"https://github.com/egovernments/digit-frontend","last_synced_at":"2026-02-17T07:50:34.745Z","repository":{"id":194279014,"uuid":"690467910","full_name":"egovernments/DIGIT-Frontend","owner":"egovernments","description":"eGov Foundation's Open source repository of the DIGIT Frontend (WebApps)","archived":false,"fork":false,"pushed_at":"2025-10-23T06:58:47.000Z","size":455193,"stargazers_count":7,"open_issues_count":294,"forks_count":46,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-10-23T07:21:31.340Z","etag":null,"topics":["digit","digit-ui","dpg","hcm","non-profit","opensource","public-good"],"latest_commit_sha":null,"homepage":"https://core.digit.org/","language":"JavaScript","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/egovernments.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":"CODEOWNERS","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":"2023-09-12T08:53:51.000Z","updated_at":"2025-10-17T12:32:15.000Z","dependencies_parsed_at":null,"dependency_job_id":"22bf421f-c2ed-45ba-a034-b896228c3989","html_url":"https://github.com/egovernments/DIGIT-Frontend","commit_stats":null,"previous_names":["egovernments/digit-frontend"],"tags_count":37,"template":false,"template_full_name":null,"purl":"pkg:github/egovernments/DIGIT-Frontend","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/egovernments%2FDIGIT-Frontend","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/egovernments%2FDIGIT-Frontend/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/egovernments%2FDIGIT-Frontend/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/egovernments%2FDIGIT-Frontend/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/egovernments","download_url":"https://codeload.github.com/egovernments/DIGIT-Frontend/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/egovernments%2FDIGIT-Frontend/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":281770034,"owners_count":26558441,"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","status":"online","status_checked_at":"2025-10-30T02:00:06.501Z","response_time":61,"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":["digit","digit-ui","dpg","hcm","non-profit","opensource","public-good"],"created_at":"2025-10-30T07:55:28.805Z","updated_at":"2025-10-30T07:55:31.814Z","avatar_url":"https://github.com/egovernments.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n\n# DIGIT UI\n\nA React App built on top of DIGIT UI Core.\n\n# DIGIT\n\nDIGIT eGovernance Platform Services\n\nDIGIT (Digital Infrastructure for Governance, Impact \u0026 Transformation) is India's largest platform for governance services. Visit https://core.digit.org/ for more details.\n\nDIGIT platform is microservices based API platform enabling quick rebundling of services as per specific needs. This is a repo that lays down the core platform on top of which other mission services depend.\n\n# DIGIT UI\n\nThis repository contains source code for web implementation of the new Digit UI modules with dependencies and libraries.\n\nWorkbench module is used to Manage the master data (MDMS V2 Service) used across the DIGIT Services / Applications\n\nIt is also used to manage the Localisation data present in the system (Localisation service)\n\n## Run Locally\n\nClone the project\n\n```bash\n  git clone https://github.com/egovernments/DIGIT-Frontend.git\n```\n\nGo to the Sub directory to run UI\n\n```bash\n    cd into micro-ui/web/micro-ui-internals\n```\n\nInstall dependencies\n\n```bash\n  yarn install\n```\n\nAdd .env file\n\n```bash\n    micro-ui/web/micro-ui-internals/example/.env\n```\n\nStart the server\n\n```bash\n  yarn start\n```\n\n## Environment Variables\n\nTo run this project, you will need to add the following environment variables to your .env file\n\n`REACT_APP_PROXY_API` :: `{{server url}}`\n\n`REACT_APP_GLOBAL` :: `{{server url}}`\n\n`REACT_APP_PROXY_ASSETS` :: `{{server url}}`\n\n`REACT_APP_USER_TYPE` :: `{{EMPLOYEE||CITIZEN}}`\n\n`SKIP_PREFLIGHT_CHECK` :: `true`\n\n[sample .env file](https://github.com/egovernments/Digit-Core/blob/workbench/frontend/micro-ui/web/micro-ui-internals/example/.env-unifieddev)\n\n## Tech Stack\n\n**Libraries:**\n\n[React](https://react.dev/)\n\n[React Hook Form](https://www.react-hook-form.com/)\n\n[React Query](https://tanstack.com/query/v3/)\n\n[Tailwind CSS](https://tailwindcss.com/)\n\n[Webpack](https://webpack.js.org/)\n\n## License\n\n[MIT](https://choosealicense.com/licenses/mit/)\n\n## Author\n\n- [@jagankumar-egov](https://www.github.com/jagankumar-egov)\n\n## Documentation\n\n[Documentation](https://https://core.digit.org/guides/developer-guide/ui-developer-guide/digit-ui)\n\n## Support\n\nFor support, add the issues in https://github.com/egovernments/DIGIT-core/issues.\n\n## Modules\n\n    1. Core\n    2. Workbench\n    3. HRMS\n    4. Dashboard\n    5. Engagement\n    6. Payment\n    \n\n## Starting with Digit-UI App (Impelmentation Teams) - MICRO-UI\n\nGo to the Sub directory to run UI\n\n```bash\n    cd into micro-ui/web\n```\n\n```bash\n  yarn install\n```\n\nAdd .env file\n\n```bash\n    micro-ui/web/.env\n```\n\nStart the server\n\n```bash\n  yarn start\n```\n\n![Logo](https://s3.ap-south-1.amazonaws.com/works-dev-asset/mseva-white-logo.png)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fegovernments%2Fdigit-frontend","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fegovernments%2Fdigit-frontend","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fegovernments%2Fdigit-frontend/lists"}