{"id":48427131,"url":"https://github.com/basxsoftwareassociation/basxconnect","last_synced_at":"2026-04-06T09:26:50.603Z","repository":{"id":37419199,"uuid":"315372987","full_name":"basxsoftwareassociation/basxconnect","owner":"basxsoftwareassociation","description":"Core Implementation of a CRM system for non-profit organizations","archived":false,"fork":false,"pushed_at":"2024-08-26T06:59:34.000Z","size":3730,"stargazers_count":29,"open_issues_count":40,"forks_count":7,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-11-27T17:27:29.769Z","etag":null,"topics":["crm","crm-system","database","django","non-profit"],"latest_commit_sha":null,"homepage":"https://connect.basx.org/","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/basxsoftwareassociation.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":"2020-11-23T16:22:18.000Z","updated_at":"2025-07-22T09:43:07.000Z","dependencies_parsed_at":"2024-04-23T08:55:29.901Z","dependency_job_id":"fd8aed12-155b-4546-bbda-125642416c33","html_url":"https://github.com/basxsoftwareassociation/basxconnect","commit_stats":{"total_commits":1295,"total_committers":19,"mean_commits":68.15789473684211,"dds":0.5359073359073359,"last_synced_commit":"10f679991a4242b1a355dfcab1a80b9b604b6914"},"previous_names":[],"tags_count":163,"template":false,"template_full_name":null,"purl":"pkg:github/basxsoftwareassociation/basxconnect","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/basxsoftwareassociation%2Fbasxconnect","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/basxsoftwareassociation%2Fbasxconnect/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/basxsoftwareassociation%2Fbasxconnect/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/basxsoftwareassociation%2Fbasxconnect/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/basxsoftwareassociation","download_url":"https://codeload.github.com/basxsoftwareassociation/basxconnect/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/basxsoftwareassociation%2Fbasxconnect/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31466423,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-06T08:36:52.050Z","status":"ssl_error","status_checked_at":"2026-04-06T08:36:51.267Z","response_time":112,"last_error":"SSL_read: 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":["crm","crm-system","database","django","non-profit"],"created_at":"2026-04-06T09:26:50.077Z","updated_at":"2026-04-06T09:26:50.595Z","avatar_url":"https://github.com/basxsoftwareassociation.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![basxconnect-ci](https://github.com/basxsoftwareassociation/basxconnect/actions/workflows/main.yml/badge.svg)](https://github.com/basxsoftwareassociation/basxconnect/actions/workflows/main.yml)\n[![Translation status](https://hosted.weblate.org/widgets/basxconnect/-/svg-badge.svg)](https://hosted.weblate.org/engage/basxconnect/)\n\nbasxconnect\n===========\n\nA core implementation of a CRM system for non-profit organizations.\n\nDocumentation at [readthedocs](https://basx-bread.readthedocs.io/en/latest/)\n\nVision\n------\nProviding non-profit organizations with a code framework that helps to build tools for managing their data.\n\nMission\n-------\nCreate and maintain a django-based framework which implements:\n- A standardized UI concept based on IBM's carbon design system\n- CRM-like core data models which are open to extension\n- Code building blocks and shortcuts which allow easy customization and extension\n\nCore values\n-----------\n- Open source development (this, however does *not* include free support)\n- Use of existing and proven technology where possible while minimizing external dependencies\n- Focus on workflows and tasks for Non-Profit organizations (User experience)\n- Writing code and APIs for developers, not for website administrators (Developer experience)\n- Development does not center around a final *product* but around the tools to create a *product* (because every *product* is different)\n\nWhat we have so far\n-------------------\n\n- Integration of the core parts of carbon design in django (*\"like bootstrap for django\"*)\n- CRUD-framework (*\"Quick generation of create/read/update/delete views\"*)\n- HTML-layout framework which allows a more flexible hooking-in than the standard HTML-rendering mechanisms (*\"DOM on the server side\"*)\n- Core model to manage people, communication and relationships\n- Additional modules for:\n  - Generating reports\n  - Generating documents and PDFs from word templates\n  - Custom add/edit forms\n  - Data import from PDFs with form-fields\n  - Customiable Database triggers to send notification emails\n  - Invoicing module\n- Demo project which implements a bare-bone version of a *product* (this repository)\n\nWhat we still need to do\n------------------------\n\n- Improving the existing code base to have better support for extendability\n- Write documentation where necessary and add code-examples and how-to's\n- Implement revisions completely to allow going to a certain date and maybe display diffs\n\nOther TODOs:\n- Explain more why basxConnect is necessary and the difference to alternative solutions\n\nWe would like to thank the following projects for their work, they provide a valuable base for basxConnect:\n\n- Translation: https://weblate.org/\n- Design System: https://www.carbondesignsystem.com/\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbasxsoftwareassociation%2Fbasxconnect","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbasxsoftwareassociation%2Fbasxconnect","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbasxsoftwareassociation%2Fbasxconnect/lists"}