{"id":13602401,"url":"https://github.com/parcelvoy/platform","last_synced_at":"2026-02-26T21:56:59.559Z","repository":{"id":147550103,"uuid":"508109495","full_name":"parcelvoy/platform","owner":"parcelvoy","description":"Parcelvoy: Open source multi-channel marketing automation platform. Send data-driven emails, sms, push notifications and more!","archived":false,"fork":false,"pushed_at":"2025-09-04T15:42:24.000Z","size":10052,"stargazers_count":485,"open_issues_count":31,"forks_count":90,"subscribers_count":12,"default_branch":"main","last_synced_at":"2025-12-08T07:18:06.473Z","etag":null,"topics":["automation","campaign","email","lcm","lifecyle-marketing","marketing","messages","multichannel","notifications","omni","omnichannel","push-notifications","sms","webhook"],"latest_commit_sha":null,"homepage":"https://parcelvoy.com","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/parcelvoy.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","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":"2022-06-28T01:02:22.000Z","updated_at":"2025-12-04T16:02:36.000Z","dependencies_parsed_at":"2023-11-24T21:27:21.411Z","dependency_job_id":"9c7d64a6-6946-405d-8cb0-cb8085419632","html_url":"https://github.com/parcelvoy/platform","commit_stats":null,"previous_names":[],"tags_count":269,"template":false,"template_full_name":null,"purl":"pkg:github/parcelvoy/platform","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/parcelvoy%2Fplatform","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/parcelvoy%2Fplatform/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/parcelvoy%2Fplatform/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/parcelvoy%2Fplatform/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/parcelvoy","download_url":"https://codeload.github.com/parcelvoy/platform/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/parcelvoy%2Fplatform/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29874195,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-26T21:05:00.265Z","status":"ssl_error","status_checked_at":"2026-02-26T20:57:13.669Z","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":["automation","campaign","email","lcm","lifecyle-marketing","marketing","messages","multichannel","notifications","omni","omnichannel","push-notifications","sms","webhook"],"created_at":"2024-08-01T18:01:22.185Z","updated_at":"2026-02-26T21:56:59.535Z","avatar_url":"https://github.com/parcelvoy.png","language":"TypeScript","readme":"\u003cbr /\u003e\n\u003cdiv align=\"center\"\u003e\n  \u003ca href=\"https://parcelvoy.com\" target=\"_blank\"\u003e\n    \u003cpicture\u003e\n        \u003csource media=\"(prefers-color-scheme: dark)\" srcset=\".github/assets/logo-dark.png#gh-dark-mode-only\"\u003e\n        \u003cimg src=\".github/assets/logo-light.png#gh-light-mode-only\" width=\"360\" alt=\"Logo\"/\u003e\n    \u003c/picture\u003e\n  \u003c/a\u003e\n\u003c/div\u003e\n\n\u003ch1 align=\"center\"\u003eOpen Source Multi-Channel Marketing\u003c/h1\u003e\n\n\u003cp align=\"center\"\u003eEngage your customers through effortless communication.\u003c/p\u003e\n\n\u003cbr /\u003e\n\n## Features\n- 💬 **Cross Channel Messaging** Send data-driven emails, push notifications and text messages.\n- 🛣 **Journeys** Build complex journeys with our drag-and-drop builder to schedule, trigger and segment users.\n- 👥 **Segmentation** Create dynamic lists to target users matching any event or user based criteria in real time.\n- 📣 **Campaigns** Build campaigns that target specific lists of users and go out at pre-defined times.\n- 🔗 **Integrations** Connect Parcelvoy to your applications using our easy to use SDKs and APIs.\n- 🔒 **Secure** SSO (SAML/OpenID) is provided out of the box, no extra bolts or add-ons.\n- 📦 **Open Source** Easy to setup and get running in your own cloud.\n\n## 🚀 Deployment\n\nYou can run Parcelvoy locally or in the cloud easily using Docker.\n\n### Render\n\nYou can do a one-click deploy on Render using the button below:\n\n[![Deploy to Render](https://render.com/images/deploy-to-render-button.svg)](https://render.com/deploy?repo=https://github.com/parcelvoy/platform)\n\nMake sure to set the `BASE_URL` environment variable to the URL of the web server.\n\n### Docker Compose\n\nTo get up and running quickly to try things out, copy our latest `docker-compose.yml` and `.env` file onto your machine and go!\n```\nmkdir parcelvoy \u0026\u0026 cd parcelvoy\nwget https://raw.githubusercontent.com/parcelvoy/platform/master/{.env.example,docker-compose.yml}\nmv .env.example .env\ndocker compose up -d # run the Docker container\n```\n\nLogin to the web app at http://localhost:3000 by entering the default credentials found in the copied `.env` file.\n\n```\nAUTH_BASIC_EMAIL=test@parcelvoy.com\nAUTH_BASIC_PASSWORD=password\n```\n\n**Note:** We would recommend changing these default credentials as well as your `APP_SECRET` before ever using Parcelvoy in production.\n\nFor full documentation on the platform and more information on deployment, check out our docs.\n\n**[Explore the Docs »](https://docs.parcelvoy.com)**\n\n### Contributing\nYou can report bugs, suggest features, or just say hi on [Github discussions](https://github.com/parcelvoy/platform/discussions/new/choose) \n","funding_links":[],"categories":["TypeScript","automation"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fparcelvoy%2Fplatform","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fparcelvoy%2Fplatform","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fparcelvoy%2Fplatform/lists"}