kofi-stack-template-generator 2.1.44 → 2.1.46

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (24) hide show
  1. package/.turbo/turbo-build.log +5 -5
  2. package/dist/index.js +1384 -589
  3. package/package.json +2 -2
  4. package/src/templates.generated.ts +21 -21
  5. package/templates/marketing/payload/src/endpoints/seed/directoryhub/about.ts +22 -22
  6. package/templates/marketing/payload/src/endpoints/seed/directoryhub/faqs.ts +39 -39
  7. package/templates/marketing/payload/src/endpoints/seed/directoryhub/features/automation.ts +35 -35
  8. package/templates/marketing/payload/src/endpoints/seed/directoryhub/features/custom-fields.ts +58 -58
  9. package/templates/marketing/payload/src/endpoints/seed/directoryhub/features/dashboard.ts +46 -46
  10. package/templates/marketing/payload/src/endpoints/seed/directoryhub/features/index.ts +4 -4
  11. package/templates/marketing/payload/src/endpoints/seed/directoryhub/features/monetization.ts +64 -64
  12. package/templates/marketing/payload/src/endpoints/seed/directoryhub/features/seo.ts +65 -65
  13. package/templates/marketing/payload/src/endpoints/seed/directoryhub/features/templates.ts +55 -58
  14. package/templates/marketing/payload/src/endpoints/seed/directoryhub/home.ts +145 -145
  15. package/templates/marketing/payload/src/endpoints/seed/directoryhub/index.ts +61 -55
  16. package/templates/marketing/payload/src/endpoints/seed/directoryhub/posts.ts +231 -221
  17. package/templates/marketing/payload/src/endpoints/seed/directoryhub/pricing.ts +27 -27
  18. package/templates/marketing/payload/src/endpoints/seed/directoryhub/privacy.ts +3 -3
  19. package/templates/marketing/payload/src/endpoints/seed/directoryhub/terms.ts +6 -6
  20. package/templates/marketing/payload/src/endpoints/seed/directoryhub/use-cases/b2b-vendor-hubs.ts +63 -62
  21. package/templates/marketing/payload/src/endpoints/seed/directoryhub/use-cases/communities.ts +62 -62
  22. package/templates/marketing/payload/src/endpoints/seed/directoryhub/use-cases/index.ts +4 -4
  23. package/templates/marketing/payload/src/endpoints/seed/directoryhub/use-cases/local-services.ts +62 -62
  24. package/templates/marketing/payload/src/endpoints/seed/directoryhub/use-cases/marketplaces.ts +66 -66
@@ -20,7 +20,7 @@ export const directoryHubPricing = (): Partial<Page> => {
20
20
  format: 0,
21
21
  mode: "normal",
22
22
  style: "",
23
- text: "Simple, Transparent Pricing",
23
+ text: "Plans that grow with you",
24
24
  version: 1,
25
25
  },
26
26
  ],
@@ -39,7 +39,7 @@ export const directoryHubPricing = (): Partial<Page> => {
39
39
  format: 0,
40
40
  mode: "normal",
41
41
  style: "",
42
- text: "Start free, scale as you grow. No hidden fees, no surprises.",
42
+ text: "Start free. Upgrade as your team scales. No hidden fees, no surprises.",
43
43
  version: 1,
44
44
  },
45
45
  ],
@@ -73,7 +73,7 @@ export const directoryHubPricing = (): Partial<Page> => {
73
73
  {
74
74
  name: "Free",
75
75
  price: "$0/mo", // Fallback only
76
- description: "Perfect for testing your directory idea",
76
+ description: "Perfect for trying SaaSify",
77
77
  featured: false,
78
78
  features: [], // Features come from Stripe Entitlements
79
79
  link: {
@@ -85,7 +85,7 @@ export const directoryHubPricing = (): Partial<Page> => {
85
85
  {
86
86
  name: "Pro",
87
87
  price: "$29/mo", // Fallback only
88
- description: "For launching your first directory",
88
+ description: "For small teams getting started",
89
89
  featured: false,
90
90
  features: [], // Features come from Stripe Entitlements
91
91
  link: {
@@ -97,7 +97,7 @@ export const directoryHubPricing = (): Partial<Page> => {
97
97
  {
98
98
  name: "Business",
99
99
  price: "$79/mo", // Fallback only
100
- description: "For growing directory businesses",
100
+ description: "For teams ready to scale",
101
101
  featured: true,
102
102
  features: [], // Features come from Stripe Entitlements
103
103
  link: {
@@ -113,9 +113,9 @@ export const directoryHubPricing = (): Partial<Page> => {
113
113
  blockType: "proofBanner",
114
114
  blockName: "Trust Section",
115
115
  style: "withBackground",
116
- headline: "Trusted by 500+ directory builders worldwide",
116
+ headline: "Trusted by 10,000+ teams worldwide",
117
117
  subtext:
118
- "Join thousands of entrepreneurs building successful directories with DirectoryHub",
118
+ "Join thousands of teams who have transformed how they work with SaaSify",
119
119
  },
120
120
  // Features Comparison
121
121
  {
@@ -128,43 +128,43 @@ export const directoryHubPricing = (): Partial<Page> => {
128
128
  size: "small",
129
129
  style: "default",
130
130
  icon: "layout",
131
- title: "Beautiful Templates",
132
- description: createParagraph("Professionally designed, mobile-first templates."),
131
+ title: "Intuitive Interface",
132
+ description: createParagraph("Clean, modern design that's easy to use."),
133
133
  },
134
134
  {
135
135
  size: "small",
136
136
  style: "default",
137
- icon: "search",
138
- title: "SEO Optimization",
139
- description: createParagraph("Schema markup, sitemaps, and meta tags."),
137
+ icon: "zap",
138
+ title: "Fast Performance",
139
+ description: createParagraph("Lightning-fast load times, globally."),
140
140
  },
141
141
  {
142
142
  size: "small",
143
143
  style: "default",
144
144
  icon: "shield",
145
- title: "SSL Security",
146
- description: createParagraph("Free SSL certificates for all directories."),
145
+ title: "Enterprise Security",
146
+ description: createParagraph("SOC 2 compliant with encryption."),
147
147
  },
148
148
  {
149
149
  size: "small",
150
150
  style: "default",
151
- icon: "zap",
152
- title: "Fast Performance",
153
- description: createParagraph("CDN-powered for global speed."),
151
+ icon: "globe",
152
+ title: "99.9% Uptime",
153
+ description: createParagraph("Reliable infrastructure you can count on."),
154
154
  },
155
155
  {
156
156
  size: "small",
157
157
  style: "default",
158
- icon: "globe",
159
- title: "Reliable Hosting",
160
- description: createParagraph("99.9% uptime with automatic scaling."),
158
+ icon: "layers",
159
+ title: "Integrations",
160
+ description: createParagraph("Connect with 100+ tools you use."),
161
161
  },
162
162
  {
163
163
  size: "small",
164
164
  style: "default",
165
- icon: "layers",
166
- title: "Easy Management",
167
- description: createParagraph("Intuitive dashboard for all your directories."),
165
+ icon: "users",
166
+ title: "Collaboration",
167
+ description: createParagraph("Real-time teamwork made simple."),
168
168
  },
169
169
  ],
170
170
  },
@@ -177,7 +177,7 @@ export const directoryHubPricing = (): Partial<Page> => {
177
177
  link: {
178
178
  type: "custom",
179
179
  appearance: "default",
180
- label: "Start Building Free",
180
+ label: "Start Free Trial",
181
181
  url: "/sign-up",
182
182
  },
183
183
  },
@@ -203,7 +203,7 @@ export const directoryHubPricing = (): Partial<Page> => {
203
203
  format: 0,
204
204
  mode: "normal",
205
205
  style: "",
206
- text: "Ready to build your directory?",
206
+ text: "Ready to get started?",
207
207
  version: 1,
208
208
  },
209
209
  ],
@@ -243,8 +243,8 @@ export const directoryHubPricing = (): Partial<Page> => {
243
243
  ],
244
244
  meta: {
245
245
  description:
246
- "Simple, transparent pricing for DirectoryHub. Start free, scale as you grow. Plans from $0 to enterprise.",
247
- title: "Pricing — DirectoryHub Directory Builder",
246
+ "Simple, transparent pricing for SaaSify. Start free, scale as your team grows. Plans from $0 to enterprise.",
247
+ title: "Pricing — SaaSify",
248
248
  },
249
249
  title: "Pricing",
250
250
  }
@@ -96,7 +96,7 @@ export const directoryHubPrivacy = (): Partial<Page> => {
96
96
  format: 0,
97
97
  mode: "normal",
98
98
  style: "",
99
- text: 'DirectoryHub ("we", "our", or "us") is committed to protecting your privacy. This Privacy Policy explains how we collect, use, disclose, and safeguard your information when you use our platform and services.',
99
+ text: 'SaaSify ("we", "our", or "us") is committed to protecting your privacy. This Privacy Policy explains how we collect, use, disclose, and safeguard your information when you use our platform and services.',
100
100
  version: 1,
101
101
  },
102
102
  ],
@@ -426,7 +426,7 @@ export const directoryHubPrivacy = (): Partial<Page> => {
426
426
  format: 0,
427
427
  mode: "normal",
428
428
  style: "",
429
- text: "If you have any questions about this Privacy Policy, please contact us at privacy@directoryhub.com.",
429
+ text: "If you have any questions about this Privacy Policy, please contact us at privacy@saasify.com.",
430
430
  version: 1,
431
431
  },
432
432
  ],
@@ -449,7 +449,7 @@ export const directoryHubPrivacy = (): Partial<Page> => {
449
449
  ],
450
450
  meta: {
451
451
  description:
452
- "Read DirectoryHub's Privacy Policy to understand how we collect, use, and protect your personal information.",
452
+ "Read SaaSify's Privacy Policy to understand how we collect, use, and protect your personal information.",
453
453
  title: "Privacy Policy",
454
454
  },
455
455
  title: "Privacy Policy",
@@ -96,7 +96,7 @@ export const directoryHubTerms = (): Partial<Page> => {
96
96
  format: 0,
97
97
  mode: "normal",
98
98
  style: "",
99
- text: "By accessing or using DirectoryHub, you agree to be bound by these Terms of Service. If you disagree with any part of these terms, you may not access our service.",
99
+ text: "By accessing or using SaaSify, you agree to be bound by these Terms of Service. If you disagree with any part of these terms, you may not access our service.",
100
100
  version: 1,
101
101
  },
102
102
  ],
@@ -135,7 +135,7 @@ export const directoryHubTerms = (): Partial<Page> => {
135
135
  format: 0,
136
136
  mode: "normal",
137
137
  style: "",
138
- text: "DirectoryHub is a no-code platform that enables users to create, manage, and monetize directory websites. Our service includes website hosting, payment processing integration, SEO tools, and various features to help you build successful directory businesses.",
138
+ text: "SaaSify is a platform that enables teams to collaborate, automate workflows, and scale their operations. Our service includes project management, integrations, analytics, and various features to help you work smarter.",
139
139
  version: 1,
140
140
  },
141
141
  ],
@@ -252,7 +252,7 @@ export const directoryHubTerms = (): Partial<Page> => {
252
252
  format: 0,
253
253
  mode: "normal",
254
254
  style: "",
255
- text: "The service and its original content, features, and functionality are and will remain the exclusive property of DirectoryHub. Our service is protected by copyright, trademark, and other laws. You retain ownership of any content you create using our platform.",
255
+ text: "The service and its original content, features, and functionality are and will remain the exclusive property of SaaSify. Our service is protected by copyright, trademark, and other laws. You retain ownership of any content you create using our platform.",
256
256
  version: 1,
257
257
  },
258
258
  ],
@@ -330,7 +330,7 @@ export const directoryHubTerms = (): Partial<Page> => {
330
330
  format: 0,
331
331
  mode: "normal",
332
332
  style: "",
333
- text: "In no event shall DirectoryHub, its directors, employees, partners, agents, suppliers, or affiliates be liable for any indirect, incidental, special, consequential, or punitive damages, including without limitation, loss of profits, data, use, goodwill, or other intangible losses.",
333
+ text: "In no event shall SaaSify, its directors, employees, partners, agents, suppliers, or affiliates be liable for any indirect, incidental, special, consequential, or punitive damages, including without limitation, loss of profits, data, use, goodwill, or other intangible losses.",
334
334
  version: 1,
335
335
  },
336
336
  ],
@@ -447,7 +447,7 @@ export const directoryHubTerms = (): Partial<Page> => {
447
447
  format: 0,
448
448
  mode: "normal",
449
449
  style: "",
450
- text: "If you have any questions about these Terms, please contact us at legal@directoryhub.com.",
450
+ text: "If you have any questions about these Terms, please contact us at legal@saasify.com.",
451
451
  version: 1,
452
452
  },
453
453
  ],
@@ -470,7 +470,7 @@ export const directoryHubTerms = (): Partial<Page> => {
470
470
  ],
471
471
  meta: {
472
472
  description:
473
- "Read DirectoryHub's Terms of Service to understand the rules and guidelines for using our directory building platform.",
473
+ "Read SaaSify's Terms of Service to understand the rules and guidelines for using our platform.",
474
474
  title: "Terms of Service",
475
475
  },
476
476
  title: "Terms of Service",
@@ -1,11 +1,11 @@
1
1
  import type { Page } from "@/payload-types"
2
2
  import { createParagraph } from "../richtext-helper"
3
3
 
4
- export const b2bVendorHubsPage = (): Partial<Page> => {
4
+ export const marketingPage = (): Partial<Page> => {
5
5
  return {
6
- slug: "use-cases/b2b-vendor-hubs",
6
+ slug: "use-cases/marketing",
7
7
  _status: "published",
8
- title: "B2B Vendor Hub",
8
+ title: "SaaSify for Marketing Teams",
9
9
  hero: {
10
10
  type: "lowImpact",
11
11
  richText: {
@@ -21,7 +21,7 @@ export const b2bVendorHubsPage = (): Partial<Page> => {
21
21
  format: 0,
22
22
  mode: "normal",
23
23
  style: "",
24
- text: "Create the definitive vendor directory for your industry",
24
+ text: "Launch campaigns that actually convert",
25
25
  version: 1,
26
26
  },
27
27
  ],
@@ -40,7 +40,7 @@ export const b2bVendorHubsPage = (): Partial<Page> => {
40
40
  format: 0,
41
41
  mode: "normal",
42
42
  style: "",
43
- text: "Help businesses find SaaS tools, agencies, consultants, and service providers. Advanced filtering, comparison views, and lead capture that convert browsers into buyers.",
43
+ text: "Campaign planning, asset management, and performance analytics that help your marketing team move faster and measure what matters.",
44
44
  version: 1,
45
45
  },
46
46
  ],
@@ -62,7 +62,7 @@ export const b2bVendorHubsPage = (): Partial<Page> => {
62
62
  link: {
63
63
  type: "custom",
64
64
  appearance: "default",
65
- label: "Build your directory",
65
+ label: "Start free trial",
66
66
  url: "/sign-up",
67
67
  },
68
68
  },
@@ -70,8 +70,8 @@ export const b2bVendorHubsPage = (): Partial<Page> => {
70
70
  link: {
71
71
  type: "custom",
72
72
  appearance: "outline",
73
- label: "See B2B templates",
74
- url: "/templates",
73
+ label: "See a demo",
74
+ url: "/demo",
75
75
  },
76
76
  },
77
77
  ],
@@ -79,118 +79,118 @@ export const b2bVendorHubsPage = (): Partial<Page> => {
79
79
  layout: [
80
80
  {
81
81
  blockType: "featureShowcase",
82
- blockName: "Advanced Filtering",
83
- label: "Smart Filtering",
84
- headline: "Find the right vendor with advanced filters",
82
+ blockName: "Campaign Management",
83
+ label: "Campaign Planning",
84
+ headline: "Plan and execute campaigns in one place",
85
85
  description: createParagraph(
86
- "Let buyers filter by pricing, features, integrations, company size, and more. Multi-select filters and faceted search help decision-makers narrow down options quickly.",
86
+ "Visual campaign calendars, task assignments, and deadline tracking. See every campaign across channels and keep your team aligned on priorities.",
87
87
  ),
88
88
  link: {
89
89
  type: "custom",
90
- label: "See filtering options",
90
+ label: "See campaign features",
91
91
  url: "/features",
92
92
  appearance: "default",
93
93
  },
94
94
  imagePosition: "right",
95
95
  features: [
96
- { text: "Multi-attribute filtering" },
97
- { text: "Price range sliders" },
98
- { text: "Feature checkboxes" },
99
- { text: "Integration compatibility" },
96
+ { text: "Visual campaign calendar" },
97
+ { text: "Multi-channel planning" },
98
+ { text: "Task and deadline tracking" },
99
+ { text: "Team collaboration tools" },
100
100
  ],
101
101
  },
102
102
  {
103
103
  blockType: "featureShowcase",
104
- blockName: "Comparison Views",
105
- label: "Vendor Comparison",
106
- headline: "Side-by-side vendor comparison",
104
+ blockName: "Asset Management",
105
+ label: "Asset Library",
106
+ headline: "Organize and share marketing assets",
107
107
  description: createParagraph(
108
- "Help buyers evaluate options with comparison tables. Users can select vendors and compare features, pricing, and ratings in a clear side-by-side view.",
108
+ "Central repository for all your marketing materials. Version control, approval workflows, and easy sharing make it simple to keep everyone on brand.",
109
109
  ),
110
110
  link: {
111
111
  type: "custom",
112
- label: "See comparison features",
112
+ label: "Learn about asset management",
113
113
  url: "/features",
114
114
  appearance: "default",
115
115
  },
116
116
  imagePosition: "left",
117
117
  features: [
118
- { text: "Side-by-side comparison" },
119
- { text: "Feature matrix tables" },
120
- { text: "Save comparisons" },
121
- { text: "Share comparison links" },
118
+ { text: "Centralized asset library" },
119
+ { text: "Version control" },
120
+ { text: "Approval workflows" },
121
+ { text: "Brand guidelines enforcement" },
122
122
  ],
123
123
  },
124
124
  {
125
125
  blockType: "featureShowcase",
126
- blockName: "Lead Capture",
127
- label: "Lead Generation",
128
- headline: "Capture and qualify B2B leads",
126
+ blockName: "Performance Analytics",
127
+ label: "Analytics",
128
+ headline: "Measure what matters",
129
129
  description: createParagraph(
130
- "Built-in lead capture forms collect buyer information and route it to vendors. Track inquiries, measure conversion, and help vendors close deals faster.",
130
+ "Track campaign performance across channels. Custom dashboards show the metrics that matter most to your team and stakeholders.",
131
131
  ),
132
132
  link: {
133
133
  type: "custom",
134
- label: "Learn about lead capture",
135
- url: "/features",
134
+ label: "See analytics features",
135
+ url: "/features/analytics",
136
136
  appearance: "default",
137
137
  },
138
138
  imagePosition: "right",
139
139
  features: [
140
- { text: "Custom inquiry forms" },
141
- { text: "Lead qualification fields" },
142
- { text: "Vendor notification emails" },
143
- { text: "Lead analytics dashboard" },
140
+ { text: "Cross-channel analytics" },
141
+ { text: "Custom dashboards" },
142
+ { text: "Automated reporting" },
143
+ { text: "ROI tracking" },
144
144
  ],
145
145
  },
146
146
  {
147
147
  blockType: "bentoFeatures",
148
- blockName: "B2B Features",
149
- heading: "Purpose-built for B2B directories",
150
- subheading: "Features that help businesses evaluate and connect with vendors",
148
+ blockName: "Marketing Features",
149
+ heading: "Tools that help you market smarter",
150
+ subheading: "Everything your marketing team needs in one platform",
151
151
  features: [
152
152
  {
153
153
  size: "small",
154
154
  style: "gradient",
155
- icon: "building",
156
- stat: "94%",
157
- title: "Faster Onboarding",
158
- description: createParagraph("Smart filters accelerate vendor discovery."),
155
+ icon: "rocket",
156
+ stat: "3x",
157
+ title: "Campaign Velocity",
158
+ description: createParagraph("Launch campaigns faster than ever."),
159
159
  },
160
160
  {
161
161
  size: "small",
162
162
  style: "accent",
163
- icon: "layers",
164
- title: "Rich Profiles",
165
- description: createParagraph("Detailed vendor info, case studies, and integrations."),
163
+ icon: "folder",
164
+ title: "Project Templates",
165
+ description: createParagraph("Pre-built templates for common campaigns."),
166
166
  },
167
167
  {
168
168
  size: "small",
169
169
  style: "default",
170
- icon: "target",
171
- title: "Buyer Intent",
172
- description: createParagraph("Track which vendors buyers are researching."),
170
+ icon: "users",
171
+ title: "Team Workload",
172
+ description: createParagraph("Balance work across your team."),
173
173
  },
174
174
  {
175
175
  size: "small",
176
176
  style: "primary",
177
177
  icon: "barChart",
178
- title: "Market Insights",
179
- description: createParagraph("Category trends and vendor rankings."),
178
+ title: "Performance Metrics",
179
+ description: createParagraph("Track KPIs across all campaigns."),
180
180
  },
181
181
  {
182
182
  size: "small",
183
183
  style: "default",
184
- icon: "users",
185
- title: "Vendor Reviews",
186
- description: createParagraph("Verified B2B reviews from real customers."),
184
+ icon: "zap",
185
+ title: "Integrations",
186
+ description: createParagraph("Connect with HubSpot, Marketo, and more."),
187
187
  },
188
188
  {
189
189
  size: "small",
190
190
  style: "default",
191
- icon: "zap",
192
- title: "Demo Requests",
193
- description: createParagraph("One-click demo scheduling integration."),
191
+ icon: "messageSquare",
192
+ title: "Collaboration",
193
+ description: createParagraph("Comments, feedback, and approvals in context."),
194
194
  },
195
195
  ],
196
196
  },
@@ -198,14 +198,15 @@ export const b2bVendorHubsPage = (): Partial<Page> => {
198
198
  blockType: "proofBanner",
199
199
  blockName: "CTA Section",
200
200
  style: "centered",
201
- headline: "Launch your B2B vendor directory",
202
- subtext: "Become the go-to resource for businesses in your industry. Start building today.",
201
+ headline: "Supercharge your marketing team",
202
+ subtext:
203
+ "Campaign planning, asset management, and analytics. Start launching better campaigns today.",
203
204
  links: [
204
205
  {
205
206
  link: {
206
207
  type: "custom",
207
208
  appearance: "default",
208
- label: "Start for free",
209
+ label: "Start free trial",
209
210
  url: "/sign-up",
210
211
  },
211
212
  },
@@ -222,8 +223,8 @@ export const b2bVendorHubsPage = (): Partial<Page> => {
222
223
  ],
223
224
  meta: {
224
225
  description:
225
- "Build a B2B vendor directory with advanced filtering, comparison views, and lead capture. Help businesses find SaaS tools, agencies, and consultants.",
226
- title: "B2B Vendor Hub DirectoryHub Use Case",
226
+ "SaaSify for marketing teams. Campaign planning, asset management, and performance analytics to help you launch campaigns that convert.",
227
+ title: "Marketing TeamsSaaSify Use Case",
227
228
  },
228
229
  }
229
230
  }