From 1611c9a0c1566e8152afe9fc30a93532d331e3b2 Mon Sep 17 00:00:00 2001 From: infser <37855057+infser@users.noreply.github.com> Date: Wed, 2 Sep 2026 10:55:02 +0000 Subject: [PATCH 1/3] data: add AnnounceKit startup program Closes sourcey/startup-credits#893 Signed-off-by: infser --- entities/an/announcekit.yaml | 104 +++++++++++++++++++++++++++++++++++ 1 file changed, 104 insertions(+) create mode 100644 entities/an/announcekit.yaml diff --git a/entities/an/announcekit.yaml b/entities/an/announcekit.yaml new file mode 100644 index 00000000..cb42450a --- /dev/null +++ b/entities/an/announcekit.yaml @@ -0,0 +1,104 @@ +schema_version: sourcey.entity-authoring/v1alpha1 +entity: + entity_id: ent_01m1gw32jb01nc66p6as012vtb + slug: announcekit + slug_aliases: [] + name: AnnounceKit + domains: + - value: announcekit.app + role: primary + valid_from: 2026-09-02T10:54:00.000Z + category: productivity +profile: + description: AnnounceKit is a changelog, widget, and product-notification platform that helps product teams publish updates and announce new features to users. + links: + site: https://announcekit.app +sources: + - source_id: src_2dd1d1ded02c7707499fce0f1c48f0e72fadaf7898a0e35f7cd504f1fb192f46 + url: https://announcekit.app/startup +programs: + - program_id: prg_01m1gw32jb1g7e1x9b24ezj355 + program_slug: announcekit-startup-program + program_slug_aliases: [] + title: AnnounceKit Startup Program + summary: AnnounceKit Startup Program gives eligible early-stage startups 50% off any AnnounceKit plan for their first 12 months, with all plan features included and no long-term commitment. + source_ids: + - src_2dd1d1ded02c7707499fce0f1c48f0e72fadaf7898a0e35f7cd504f1fb192f46 +offers: + - offer_id: off_01m1gw32jbchqpjrwxyvqvt2zq + program_id: prg_01m1gw32jb1g7e1x9b24ezj355 + offer_slug: 50-percent-off-any-plan-12-months + offer_slug_aliases: [] + title: 50% off any AnnounceKit plan for 12 months + summary: Eligible early-stage startups receive 50% off any AnnounceKit plan (Essentials, Growth, or Scale) for 12 months, with full features and no long-term commitment. + lifecycle: + status: active + effective_from: 2026-09-02T10:54:00.000Z + economics: + benefits: + - benefit_id: ben_01 + description: 50% off any AnnounceKit plan for 12 months + kind: discount + percentage: + kind: exact + basis_points: 5000 + duration: + kind: exact + value: P12M + applies_to: Any AnnounceKit plan (Essentials, Growth, or Scale) + - benefit_id: ben_02 + description: All features of the chosen plan included with no feature restrictions + kind: other + - benefit_id: ben_03 + description: No long-term commitment; cancel or switch plans anytime + kind: other + consideration: + kind: variable + description: The startup pays the remaining price of its selected AnnounceKit plan after the 50% startup discount for the first 12 months, then standard listed pricing. + eligibility: + rule: + kind: all + rules: + - criterion_id: cri_01 + fact: company.employee_count + kind: predicate + operator: lt + statement: Fewer than 5 employees, including founders and full-time and part-time team members. + value: + type: number + value: 5 + - criterion_id: cri_02 + fact: company.age_months + kind: predicate + operator: lt + statement: The company was incorporated within the last 24 months. + value: + type: number + value: 24 + - criterion_id: cri_03 + fact: company.funding_raised_usd + kind: predicate + operator: lte + statement: Total funding across all rounds is $1M or less; bootstrapped companies qualify. + value: + type: number + value: 1000000 + - criterion_id: cri_04 + kind: manual + reason: not-machine-evaluable + statement: The applicant must be building a product with a live product or a product in active development. + - criterion_id: cri_05 + kind: manual + reason: vendor-discretion + statement: AnnounceKit reviews applications and typically responds within about 2 business days. + roles: + terms_authority_entity_id: ent_01m1gw32jb01nc66p6as012vtb + access_operator_entity_id: ent_01m1gw32jb01nc66p6as012vtb + access: + availability: public + method: email + instructions: Open the AnnounceKit Startup Program page and apply via the published email application route with company name, website, team size, and founding date. Vendor review typically takes about 2 business days. + url: https://announcekit.app/startup + terms_url: https://announcekit.app/startup + source_ids: + - src_2dd1d1ded02c7707499fce0f1c48f0e72fadaf7898a0e35f7cd504f1fb192f46 \ No newline at end of file From d4bbe475125ce63f4bd23aefbb7c924028cb5ac8 Mon Sep 17 00:00:00 2001 From: infser <37855057+infser@users.noreply.github.com> Date: Wed, 2 Sep 2026 10:56:00 +0000 Subject: [PATCH 2/3] fix: AnnounceKit access.method contact (not email) Signed-off-by: infser --- entities/an/announcekit.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/entities/an/announcekit.yaml b/entities/an/announcekit.yaml index cb42450a..1e76cc65 100644 --- a/entities/an/announcekit.yaml +++ b/entities/an/announcekit.yaml @@ -96,7 +96,7 @@ offers: access_operator_entity_id: ent_01m1gw32jb01nc66p6as012vtb access: availability: public - method: email + method: contact instructions: Open the AnnounceKit Startup Program page and apply via the published email application route with company name, website, team size, and founding date. Vendor review typically takes about 2 business days. url: https://announcekit.app/startup terms_url: https://announcekit.app/startup From eeebaab85f10d0ecb2756925d963a85a0b6af4b3 Mon Sep 17 00:00:00 2001 From: infser <37855057+infser@users.noreply.github.com> Date: Wed, 2 Sep 2026 10:57:19 +0000 Subject: [PATCH 3/3] chore: retrigger validation after Sourcey API 502 Signed-off-by: infser