{"id":23936823,"url":"https://github.com/ankitwarbhe/microgrants-streamer","last_synced_at":"2026-07-08T12:31:07.293Z","repository":{"id":270261131,"uuid":"908187788","full_name":"ankitwarbhe/MicroGrants-Streamer","owner":"ankitwarbhe","description":"A modern web application for streamlined grant application management and disbursement tracking.","archived":false,"fork":false,"pushed_at":"2025-01-27T17:44:39.000Z","size":582,"stargazers_count":1,"open_issues_count":3,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-27T18:43:17.487Z","etag":null,"topics":["contracts","docusign","gemini-api","grants-management"],"latest_commit_sha":null,"homepage":"https://grantstreamer.netlify.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/ankitwarbhe.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}},"created_at":"2024-12-25T11:41:35.000Z","updated_at":"2025-01-27T17:44:43.000Z","dependencies_parsed_at":"2025-01-27T18:34:50.620Z","dependency_job_id":"4d2d41fd-eaa9-4b56-8a4f-a138aecd3f28","html_url":"https://github.com/ankitwarbhe/MicroGrants-Streamer","commit_stats":null,"previous_names":["ankitwarbhe/microgrants-streamer"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ankitwarbhe%2FMicroGrants-Streamer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ankitwarbhe%2FMicroGrants-Streamer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ankitwarbhe%2FMicroGrants-Streamer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ankitwarbhe%2FMicroGrants-Streamer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ankitwarbhe","download_url":"https://codeload.github.com/ankitwarbhe/MicroGrants-Streamer/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240409429,"owners_count":19796791,"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":["contracts","docusign","gemini-api","grants-management"],"created_at":"2025-01-06T01:17:37.018Z","updated_at":"2025-10-27T08:41:57.677Z","avatar_url":"https://github.com/ankitwarbhe.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# MicroGrants Streamer ‎ ‎ ‎ ‎ ‎ ‎ ‎ ‎ ‎‎ ‎ ‎ ‎ ‎‎ ‎  ‎‎ ‎ ‎ ‎ ‎ ‎ ‎ ‎ ‎ ‎‎ ‎ ‎  ‎ ‎ ‎  ‎ ‎ ‎ ‎‎  ‎‎ ‎  ‎ ‎ ‎ ‎ ‎ ‎ ‎ ‎  [![Netlify Status](https://api.netlify.com/api/v1/badges/f40abba8-6aed-48ab-9327-8d1ff374f3c3/deploy-status)](https://app.netlify.com/sites/grantstreamer/deploys)\n\nA modern web application for streamlined grant application management and disbursement tracking.\n\n![MicroGrants Streamer Banner](docs/images/banner.png)\n\n## Features\n\n### Smart Application Review\nLeverage AI-powered chat assistance for efficient grant application review.\n\n![AI Chat Assistant](docs/images/ai-chat.png)\n\n### Digital Document Signing\nSeamless integration with DocuSign for paperless grant agreements and Dropbox for secure document storage.\n\n![Document Signing](docs/images/document-signing.png)\n\n### Payment Tracking\nTrack disbursements and payment status with UPI integration.\n\n![Payment Tracking](docs/images/payment-tracking.png)\n\n## Technology Stack\n\n- **Frontend**: React with TypeScript\n- **UI Framework**: Tailwind CSS\n- **AI Integration**: Google's Gemini 1.5 Pro\n- **Document Signing**: DocuSign API\n- **Document Storage**: Dropbox API\n- **Payment**: UPI Integration\n\n## Getting Started\n\n### Prerequisites\n\n- Node.js (v14 or higher)\n- npm or yarn\n- Google Cloud API Key (for Gemini)\n- DocuSign Developer Account\n- Dropbox App Credentials\n\n### Installation\n\n1. Clone the repository:\n```bash\ngit clone https://github.com/yourusername/MicroGrants-Streamer.git\ncd MicroGrants-Streamer\n```\n\n2. Install dependencies:\n```bash\nnpm install\n```\n\n3. Set up environment variables:\n```bash\ncp .env.example .env\n# Edit .env with your API keys and configuration\n```\n\n4. Start the development server:\n```bash\nnpm run dev\n```\n\n## Usage\n\n### For Applicants\n\n1. Create a new grant application\n2. Fill in required details\n3. Submit for review\n4. Sign approved documents\n5. Track payment status\n\n### For Administrators\n\n1. Review applications with AI assistance\n2. Approve or reject applications\n3. Generate grant agreements\n4. Save signed documents to Dropbox\n5. Track disbursements\n\n## Contributing\n\n1. Fork the repository\n2. Create your feature branch (`git checkout -b feature/AmazingFeature`)\n3. Commit your changes (`git commit -m 'Add some AmazingFeature'`)\n4. Push to the branch (`git push origin feature/AmazingFeature`)\n5. Open a Pull Request\n\n## License\n\nThis project is licensed under the MIT License - see the [LICENSE](https://github.com/ankitwarbhe/MicroGrants-Streamer/blob/main/LICENSE) file for details.\n\n## Acknowledgments\n\n- Google Gemini for AI capabilities\n- DocuSign for document signing\n- UPI for payment integration\n\n---\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fankitwarbhe%2Fmicrogrants-streamer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fankitwarbhe%2Fmicrogrants-streamer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fankitwarbhe%2Fmicrogrants-streamer/lists"}