{"id":47683660,"url":"https://github.com/hennasoftware/hs-system","last_synced_at":"2026-04-02T14:23:59.654Z","repository":{"id":346405664,"uuid":"1189601649","full_name":"hennasoftware/hs-system","owner":"hennasoftware","description":"hs-system is an open-source ERP-like template designed to manage the full lifecycle of client-service relationships — from customer registration to service ordering and automated communication.","archived":false,"fork":false,"pushed_at":"2026-03-24T15:37:10.000Z","size":178,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-03-24T16:09:21.735Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"agpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/hennasoftware.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-03-23T13:40:15.000Z","updated_at":"2026-03-23T20:54:11.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/hennasoftware/hs-system","commit_stats":null,"previous_names":["hennasoftware/hs-system"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/hennasoftware/hs-system","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hennasoftware%2Fhs-system","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hennasoftware%2Fhs-system/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hennasoftware%2Fhs-system/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hennasoftware%2Fhs-system/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hennasoftware","download_url":"https://codeload.github.com/hennasoftware/hs-system/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hennasoftware%2Fhs-system/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31307872,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-02T12:59:32.332Z","status":"ssl_error","status_checked_at":"2026-04-02T12:54:48.875Z","response_time":89,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5: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":[],"created_at":"2026-04-02T14:23:58.978Z","updated_at":"2026-04-02T14:23:59.648Z","avatar_url":"https://github.com/hennasoftware.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# hs-system\n\nhs-system is an open-source ERP-style template designed to manage the complete lifecycle of client-service\nrelationships.\n\nIt provides a flexible foundation for businesses that operate on a **\"client → service → order\"** model, enabling teams\nto register customers, manage service availability, create orders, and automate communication workflows.\n\n---\n\n## Tech Stack\n\n- **Frontend:** React (Vite)\n- **Language:** TypeScript\n- **Styling:** Tailwind CSS\n- **Backend / Infra:** Firebase (Auth, Firestore, Functions, etc.)\n- **Email Service:** Resend\n- **Other integrations:** External APIs (extensible)\n\n---\n\n## Purpose\n\nThis project aims to serve as a **scalable and reusable template** for building internal systems or SaaS products\nfocused on service operations.\n\nInstead of starting from scratch, you can use hs-system as a base and adapt it to your business needs.\n\n---\n\n## Core Features\n\n- Customer management\n  - Create and manage client records\n- Service catalog\n  - Define available services and offerings\n- Order management\n  - Create orders linked to clients and selected services\n- Order lifecycle\n  - Track order stages and updates\n- Email automation\n  - Trigger emails based on order events (via Resend)\n- External integrations\n  - Easily connect with third-party services\n\n---\n\n## Project Philosophy\n\nhs-system is built with:\n\n- **Modularity** → easy to extend and customize\n- **Scalability** → suitable for growing systems\n- **Developer experience** → clean architecture + modern stack\n- **Open-source mindset** → built to be shared and improved collaboratively\n\n---\n\n## Use Cases\n\n- Internal ERP systems\n- Service-based SaaS platforms\n- Client management tools\n- Order/workflow automation systems\n\n---\n\n## Getting Started\n\n### 1. Clone the repository\n\n```bash\ngit clone https://github.com/your-org/hs-system.git\ncd hs-system\n```\n\n### 2. Install dependencies\n\n```bash\nnpm install\n```\n\n### 3. Setup environment variables\n\nCreate a `.env` file based on `.env.example`.\n\n### 4. Run the project\n\n```bash\nnpm run dev\n```\n\n---\n\n## Environment \u0026 Services\n\nThis project depends on:\n\n- Firebase (authentication, database, functions)\n- Resend (email delivery)\n\nMake sure to configure your credentials properly before running.\n\n---\n\n## License\n\nThis project is licensed under the GNU Affero General Public License v3.0 (AGPL-3.0).\n\nSee the [LICENSE](LICENSE) file for more details.\n\n---\n\n## Contributing\n\nContributions are welcome!\n\nFeel free to:\n\n- Open issues\n- Suggest features\n- Submit pull requests\n\n---\n\n## Vision\n\nhs-system is not just a project — it's a foundation.\n\nThe goal is to evolve it into a robust ecosystem that helps developers and businesses build powerful service-based\nsystems faster and more efficiently.\n\n---\n\n## Contact\n\nFor questions, ideas, or collaborations, feel free to reach out or open an issue.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhennasoftware%2Fhs-system","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhennasoftware%2Fhs-system","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhennasoftware%2Fhs-system/lists"}