{"id":19205374,"url":"https://github.com/simsustech/petboarding","last_synced_at":"2026-03-05T08:01:32.183Z","repository":{"id":207549438,"uuid":"385890867","full_name":"simsustech/petboarding","owner":"simsustech","description":"Easy, fast and reliable pet boarding software. ","archived":false,"fork":false,"pushed_at":"2026-03-04T12:25:16.000Z","size":8408,"stargazers_count":4,"open_issues_count":2,"forks_count":2,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-03-04T18:13:13.176Z","etag":null,"topics":["boarding","booking","daycare","pet","petboarding"],"latest_commit_sha":null,"homepage":"https://www.petboarding.app","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/simsustech.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":"2021-07-14T09:53:09.000Z","updated_at":"2026-03-04T12:21:07.000Z","dependencies_parsed_at":"2025-05-12T12:35:49.643Z","dependency_job_id":"36f925ac-bbcc-473f-80d9-b92aab28daea","html_url":"https://github.com/simsustech/petboarding","commit_stats":null,"previous_names":["simsustech/petboarding"],"tags_count":84,"template":false,"template_full_name":null,"purl":"pkg:github/simsustech/petboarding","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simsustech%2Fpetboarding","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simsustech%2Fpetboarding/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simsustech%2Fpetboarding/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simsustech%2Fpetboarding/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/simsustech","download_url":"https://codeload.github.com/simsustech/petboarding/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simsustech%2Fpetboarding/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30115662,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-05T03:40:26.266Z","status":"ssl_error","status_checked_at":"2026-03-05T03:39:15.902Z","response_time":93,"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":["boarding","booking","daycare","pet","petboarding"],"created_at":"2024-11-09T13:12:28.944Z","updated_at":"2026-03-05T08:01:31.647Z","avatar_url":"https://github.com/simsustech.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Petboarding\n\n\u003e Easy, fast and reliable pet boarding software.\n\n## Website\n\nhttps://www.petboarding.app\n\n## Demo\n\nhttps://demo.petboarding.app\n\n## Features\n\n🧑‍🦱 Customer information\n  - Customers register and enter their personal information (customer, contact people and pet details).\n  - Customers create boarding bookings or daycare appointments.\n    - The status is always visible in the web application.\n    - Upon approval or rejection of a booking, customers will receive an email.\n\n📆 Boarding:\n  - Review and approve or reject bookings.\n  - Day and week overview.\n  - Receive a warning about double bookings.\n  - Automatically calculate prices.\n\n📅 Daycare:\n  - Day and month overviews of the daycare appointments.\n  - Prepaid daycare subscriptions for a specified number of days\n\n🔒 Role based authorization\n  - Customers can only see and edit their own information.\n  - Employees can view customer information and the boarding and daycare overviews.\n  - Administrators can handle new bookings and daycare appointments, view the occupancy and add announcements and (unavailable) periods.\n\n📱 Fully responsive (mobile friendly).  \n🖨️ Create label printer friendly pet information cards.  \n\n## Self hosted\nYou will need a running [Caddy](https://github.com/lucaslorentz/caddy-docker-proxy) container.\n```sh\nwget https://raw.githubusercontent.com/simsustech/petboarding/main/docker-compose.yaml\nwget https://raw.githubusercontent.com/simsustech/petboarding/main/.env.example -O .env\nmkdir env\nnano -L .env  # Change environment\nnano -L env/POSTGRES_PASSWORD # Enter postgress password\nnano -L env/OTP_SECRET  # Enter OTP secret, use openssl rand -base64 32\nnano -L env/OIDC_COOKIES_KEYS # Enter OIDC cookies keys, use openssl rand -base64 32, comma separated\ndocker compose up\n```\n\n## Development\nPetboarding is built on top of [Modular API](https://www.simsus.tech/modularapi). You will need an account for private NPM access.\n```\ngit clone https://github.com/simsustech/petboarding.git\ncd petboarding\npnpm i\ndocker compose -f docker-compose.dev.yaml up\ncd packages/api\nPOSTGRES_PASSWORD=ufgouifdgjdfg POSTGRES_DB=petboarding pnpm run migrate:latest\nPOSTGRES_PASSWORD=ufgouifdgjdfg POSTGRES_DB=petboarding pnpm run seed:fake\npnpm run dev\n```\n\n## License\nCopyright © simsustech 2023-present\n\n[ELv2 License](./LICENSE)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsimsustech%2Fpetboarding","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsimsustech%2Fpetboarding","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsimsustech%2Fpetboarding/lists"}