kofi-stack-template-generator 2.1.45 → 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 +55 -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
@@ -1,11 +1,11 @@
1
1
  import type { Page } from "@/payload-types"
2
2
  import { createParagraph } from "../richtext-helper"
3
3
 
4
- export const monetizationPage = (): Partial<Page> => {
4
+ export const analyticsPage = (): Partial<Page> => {
5
5
  return {
6
- slug: "features/monetization",
6
+ slug: "features/analytics",
7
7
  _status: "published",
8
- title: "Monetization",
8
+ title: "Analytics & Reporting",
9
9
  hero: {
10
10
  type: "lowImpact",
11
11
  richText: {
@@ -21,7 +21,7 @@ export const monetizationPage = (): Partial<Page> => {
21
21
  format: 0,
22
22
  mode: "normal",
23
23
  style: "",
24
- text: "Turn your directory into a revenue machine",
24
+ text: "Turn data into actionable insights",
25
25
  version: 1,
26
26
  },
27
27
  ],
@@ -40,7 +40,7 @@ export const monetizationPage = (): Partial<Page> => {
40
40
  format: 0,
41
41
  mode: "normal",
42
42
  style: "",
43
- text: "Built-in payment processing, subscription management, and premium placements. Start earning from day one without writing payment code.",
43
+ text: "Real-time dashboards, custom reports, and automated insights help you make data-driven decisions. Track the metrics that matter without spreadsheet chaos.",
44
44
  version: 1,
45
45
  },
46
46
  ],
@@ -62,7 +62,7 @@ export const monetizationPage = (): Partial<Page> => {
62
62
  link: {
63
63
  type: "custom",
64
64
  appearance: "default",
65
- label: "Start monetizing",
65
+ label: "Start free trial",
66
66
  url: "/sign-up",
67
67
  },
68
68
  },
@@ -70,8 +70,8 @@ export const monetizationPage = (): Partial<Page> => {
70
70
  link: {
71
71
  type: "custom",
72
72
  appearance: "outline",
73
- label: "See pricing",
74
- url: "/pricing",
73
+ label: "See demo",
74
+ url: "/demo",
75
75
  },
76
76
  },
77
77
  ],
@@ -79,118 +79,118 @@ export const monetizationPage = (): Partial<Page> => {
79
79
  layout: [
80
80
  {
81
81
  blockType: "featureShowcase",
82
- blockName: "Subscription Tiers",
83
- label: "Subscription Management",
84
- headline: "Create recurring revenue with subscription tiers",
82
+ blockName: "Real-Time Dashboards",
83
+ label: "Live Dashboards",
84
+ headline: "See what's happening right now",
85
85
  description: createParagraph(
86
- "Set up multiple subscription tiers with different features and pricing. Let businesses choose the plan that fits their needs while you collect recurring payments automatically.",
86
+ "Real-time dashboards update instantly as your team works. Track key metrics, monitor progress, and spot trends the moment they emerge.",
87
87
  ),
88
88
  link: {
89
89
  type: "custom",
90
- label: "Learn about subscriptions",
91
- url: "/pricing",
90
+ label: "See dashboard examples",
91
+ url: "/demo",
92
92
  appearance: "default",
93
93
  },
94
94
  imagePosition: "right",
95
95
  features: [
96
- { text: "Unlimited subscription tiers" },
97
- { text: "Annual and monthly billing" },
98
- { text: "Free trial periods" },
99
- { text: "Automatic renewals" },
96
+ { text: "Real-time data updates" },
97
+ { text: "Customizable widgets" },
98
+ { text: "Team and individual views" },
99
+ { text: "Mobile-friendly dashboards" },
100
100
  ],
101
101
  },
102
102
  {
103
103
  blockType: "featureShowcase",
104
- blockName: "Featured Placements",
105
- label: "Premium Placements",
106
- headline: "Sell premium visibility",
104
+ blockName: "Custom Reports",
105
+ label: "Reporting Tools",
106
+ headline: "Build reports that answer your questions",
107
107
  description: createParagraph(
108
- "Offer featured spots, homepage placements, and category highlights. Businesses pay for premium visibility, you collect the revenue. Simple pricing, instant upgrades.",
108
+ "Create custom reports with drag-and-drop simplicity. Filter, group, and visualize your data exactly how you need it. Schedule reports to deliver automatically.",
109
109
  ),
110
110
  link: {
111
111
  type: "custom",
112
- label: "Explore placement options",
112
+ label: "Explore report builder",
113
113
  url: "/features",
114
114
  appearance: "default",
115
115
  },
116
116
  imagePosition: "left",
117
117
  features: [
118
- { text: "Featured listing badges" },
119
- { text: "Homepage spotlight sections" },
120
- { text: "Category top placements" },
121
- { text: "Search result boosting" },
118
+ { text: "Drag-and-drop report builder" },
119
+ { text: "Multiple chart types" },
120
+ { text: "Scheduled report delivery" },
121
+ { text: "Export to PDF, CSV, Excel" },
122
122
  ],
123
123
  },
124
124
  {
125
125
  blockType: "featureShowcase",
126
- blockName: "Payment Processing",
127
- label: "Stripe Integration",
128
- headline: "Payments powered by Stripe",
126
+ blockName: "Team Analytics",
127
+ label: "Performance Insights",
128
+ headline: "Understand team performance at a glance",
129
129
  description: createParagraph(
130
- "Secure payment processing with Stripe handles everything from card payments to invoicing. Accept payments globally with support for 135+ currencies and dozens of payment methods.",
130
+ "Track productivity, workload distribution, and goal progress. Identify bottlenecks, celebrate wins, and make data-backed decisions about resource allocation.",
131
131
  ),
132
132
  link: {
133
133
  type: "custom",
134
- label: "View payment options",
134
+ label: "View team analytics",
135
135
  url: "/features",
136
136
  appearance: "default",
137
137
  },
138
138
  imagePosition: "right",
139
139
  features: [
140
- { text: "Credit cards and digital wallets" },
141
- { text: "Automatic invoicing" },
142
- { text: "135+ currencies supported" },
143
- { text: "PCI compliant security" },
140
+ { text: "Individual performance metrics" },
141
+ { text: "Team workload distribution" },
142
+ { text: "Goal tracking and progress" },
143
+ { text: "Historical trend analysis" },
144
144
  ],
145
145
  },
146
146
  {
147
147
  blockType: "bentoFeatures",
148
- blockName: "Revenue Features",
149
- heading: "Everything you need to generate revenue",
150
- subheading: "From one-time payments to complex subscription models",
148
+ blockName: "Analytics Features",
149
+ heading: "Analytics that drive results",
150
+ subheading: "From overview dashboards to granular insights",
151
151
  features: [
152
152
  {
153
153
  size: "small",
154
154
  style: "gradient",
155
- icon: "dollarSign",
156
- stat: "$0",
157
- title: "Setup fees",
158
- description: createParagraph("Start collecting payments with no upfront costs."),
155
+ icon: "barChart",
156
+ stat: "50+",
157
+ title: "Built-in Metrics",
158
+ description: createParagraph("Pre-configured metrics ready to use."),
159
159
  },
160
160
  {
161
161
  size: "small",
162
162
  style: "accent",
163
163
  icon: "zap",
164
- title: "Instant payouts",
165
- description: createParagraph("Get paid directly to your bank account."),
164
+ title: "Real-Time",
165
+ description: createParagraph("Data updates in seconds, not hours."),
166
166
  },
167
167
  {
168
168
  size: "small",
169
169
  style: "default",
170
- icon: "shield",
171
- title: "Fraud protection",
172
- description: createParagraph("Built-in fraud detection and prevention."),
170
+ icon: "search",
171
+ title: "Data Explorer",
172
+ description: createParagraph("Query and explore raw data."),
173
173
  },
174
174
  {
175
175
  size: "small",
176
176
  style: "primary",
177
- icon: "barChart",
178
- title: "Revenue analytics",
179
- description: createParagraph("Track MRR, churn, and growth metrics."),
177
+ icon: "layout",
178
+ title: "Custom Views",
179
+ description: createParagraph("Save and share personalized dashboards."),
180
180
  },
181
181
  {
182
182
  size: "small",
183
183
  style: "default",
184
- icon: "globe",
185
- title: "Global payments",
186
- description: createParagraph("Accept payments from anywhere in the world."),
184
+ icon: "database",
185
+ title: "Data Export",
186
+ description: createParagraph("Export to any format or tool."),
187
187
  },
188
188
  {
189
189
  size: "small",
190
190
  style: "default",
191
- icon: "settings",
192
- title: "Tax handling",
193
- description: createParagraph("Automatic tax calculation and collection."),
191
+ icon: "globe",
192
+ title: "API Access",
193
+ description: createParagraph("Pull analytics into your own tools."),
194
194
  },
195
195
  ],
196
196
  },
@@ -198,15 +198,15 @@ export const monetizationPage = (): Partial<Page> => {
198
198
  blockType: "proofBanner",
199
199
  blockName: "CTA Section",
200
200
  style: "centered",
201
- headline: "Start generating revenue today",
201
+ headline: "Start making data-driven decisions",
202
202
  subtext:
203
- "Connect Stripe in minutes and start accepting payments. No payment code to write.",
203
+ "Real-time dashboards and custom reports included in every plan. No setup required.",
204
204
  links: [
205
205
  {
206
206
  link: {
207
207
  type: "custom",
208
208
  appearance: "default",
209
- label: "Get started free",
209
+ label: "Start free trial",
210
210
  url: "/sign-up",
211
211
  },
212
212
  },
@@ -214,8 +214,8 @@ export const monetizationPage = (): Partial<Page> => {
214
214
  link: {
215
215
  type: "custom",
216
216
  appearance: "outline",
217
- label: "Talk to sales",
218
- url: "/contact",
217
+ label: "See a demo",
218
+ url: "/demo",
219
219
  },
220
220
  },
221
221
  ],
@@ -223,8 +223,8 @@ export const monetizationPage = (): Partial<Page> => {
223
223
  ],
224
224
  meta: {
225
225
  description:
226
- "Monetize your directory with built-in payments, subscriptions, and premium placements. Stripe integration, automatic invoicing, and revenue analytics included.",
227
- title: "Monetization FeaturesDirectoryHub Revenue Tools",
226
+ "Real-time dashboards, custom reports, and team analytics. Make data-driven decisions with SaaSify's powerful analytics and reporting tools.",
227
+ title: "Analytics & Reporting SaaSify Business Intelligence",
228
228
  },
229
229
  }
230
230
  }
@@ -1,11 +1,11 @@
1
1
  import type { Page } from "@/payload-types"
2
2
  import { createParagraph } from "../richtext-helper"
3
3
 
4
- export const seoPage = (): Partial<Page> => {
4
+ export const securityPage = (): Partial<Page> => {
5
5
  return {
6
- slug: "features/seo",
6
+ slug: "features/security",
7
7
  _status: "published",
8
- title: "SEO Optimization",
8
+ title: "Security & Compliance",
9
9
  hero: {
10
10
  type: "lowImpact",
11
11
  richText: {
@@ -21,7 +21,7 @@ export const seoPage = (): Partial<Page> => {
21
21
  format: 0,
22
22
  mode: "normal",
23
23
  style: "",
24
- text: "Rank on page one without the technical overhead",
24
+ text: "Enterprise-grade security without the complexity",
25
25
  version: 1,
26
26
  },
27
27
  ],
@@ -40,7 +40,7 @@ export const seoPage = (): Partial<Page> => {
40
40
  format: 0,
41
41
  mode: "normal",
42
42
  style: "",
43
- text: "Enterprise-grade SEO built into every directory. Structured data, dynamic sitemaps, and optimized meta tags work automatically so your listings get discovered.",
43
+ text: "SOC 2 Type II certified with end-to-end encryption, SSO support, and comprehensive audit logs. Your data is protected by the same standards used by Fortune 500 companies.",
44
44
  version: 1,
45
45
  },
46
46
  ],
@@ -62,7 +62,7 @@ export const seoPage = (): Partial<Page> => {
62
62
  link: {
63
63
  type: "custom",
64
64
  appearance: "default",
65
- label: "Start ranking",
65
+ label: "Start free trial",
66
66
  url: "/sign-up",
67
67
  },
68
68
  },
@@ -70,8 +70,8 @@ export const seoPage = (): Partial<Page> => {
70
70
  link: {
71
71
  type: "custom",
72
72
  appearance: "outline",
73
- label: "See SEO features",
74
- url: "/features",
73
+ label: "View security docs",
74
+ url: "/security",
75
75
  },
76
76
  },
77
77
  ],
@@ -79,118 +79,118 @@ export const seoPage = (): Partial<Page> => {
79
79
  layout: [
80
80
  {
81
81
  blockType: "featureShowcase",
82
- blockName: "Structured Data",
83
- label: "Schema Markup",
84
- headline: "Automatic schema markup for rich results",
82
+ blockName: "Data Encryption",
83
+ label: "Data Protection",
84
+ headline: "Your data encrypted at rest and in transit",
85
85
  description: createParagraph(
86
- "Every listing gets proper schema.org markup automatically. Local businesses, organizations, products, and services are all structured for Google's rich results and knowledge panels.",
86
+ "AES-256 encryption protects your data at rest, while TLS 1.3 secures all data in transit. Your information is protected by the same standards used by financial institutions.",
87
87
  ),
88
88
  link: {
89
89
  type: "custom",
90
- label: "Learn about structured data",
91
- url: "/features",
90
+ label: "Learn about encryption",
91
+ url: "/security",
92
92
  appearance: "default",
93
93
  },
94
94
  imagePosition: "right",
95
95
  features: [
96
- { text: "LocalBusiness schema for local directories" },
97
- { text: "Organization schema for B2B" },
98
- { text: "Product schema for marketplaces" },
99
- { text: "Rich snippets in search results" },
96
+ { text: "AES-256 encryption at rest" },
97
+ { text: "TLS 1.3 for data in transit" },
98
+ { text: "Encrypted backups" },
99
+ { text: "Key management best practices" },
100
100
  ],
101
101
  },
102
102
  {
103
103
  blockType: "featureShowcase",
104
- blockName: "Sitemaps",
105
- label: "Dynamic Sitemaps",
106
- headline: "Sitemaps that update automatically",
104
+ blockName: "Access Control",
105
+ label: "Access Management",
106
+ headline: "Granular permissions and SSO support",
107
107
  description: createParagraph(
108
- "XML sitemaps are generated and updated automatically as listings are added or changed. Google and other search engines always know about your latest content.",
108
+ "Role-based access control lets you define exactly who can see and do what. SAML SSO integration works with Okta, Azure AD, Google Workspace, and other identity providers.",
109
109
  ),
110
110
  link: {
111
111
  type: "custom",
112
- label: "Explore sitemap features",
113
- url: "/features",
112
+ label: "Explore access controls",
113
+ url: "/security",
114
114
  appearance: "default",
115
115
  },
116
116
  imagePosition: "left",
117
117
  features: [
118
- { text: "Auto-generated XML sitemaps" },
119
- { text: "Real-time updates" },
120
- { text: "Priority and frequency hints" },
121
- { text: "Automatic search engine ping" },
118
+ { text: "Role-based access control (RBAC)" },
119
+ { text: "SAML SSO integration" },
120
+ { text: "Two-factor authentication" },
121
+ { text: "Session management" },
122
122
  ],
123
123
  },
124
124
  {
125
125
  blockType: "featureShowcase",
126
- blockName: "Meta Tags",
127
- label: "Meta Optimization",
128
- headline: "Optimized meta tags for every page",
126
+ blockName: "Compliance",
127
+ label: "Compliance & Auditing",
128
+ headline: "Meet compliance requirements with confidence",
129
129
  description: createParagraph(
130
- "Custom meta titles, descriptions, and Open Graph tags for every listing and category. Social sharing previews look great and drive more clicks from search and social.",
130
+ "SOC 2 Type II certified with comprehensive audit logs and data governance tools. Export reports for auditors and meet GDPR, CCPA, and HIPAA requirements.",
131
131
  ),
132
132
  link: {
133
133
  type: "custom",
134
- label: "See meta features",
135
- url: "/features",
134
+ label: "View compliance docs",
135
+ url: "/security",
136
136
  appearance: "default",
137
137
  },
138
138
  imagePosition: "right",
139
139
  features: [
140
- { text: "Custom meta titles and descriptions" },
141
- { text: "Open Graph tags for social sharing" },
142
- { text: "Twitter Card support" },
143
- { text: "Canonical URLs to prevent duplicates" },
140
+ { text: "SOC 2 Type II certified" },
141
+ { text: "GDPR and CCPA compliant" },
142
+ { text: "Comprehensive audit logs" },
143
+ { text: "Data retention controls" },
144
144
  ],
145
145
  },
146
146
  {
147
147
  blockType: "bentoFeatures",
148
- blockName: "SEO Features",
149
- heading: "Built-in SEO that works",
150
- subheading: "Technical SEO handled automatically so you can focus on content",
148
+ blockName: "Security Features",
149
+ heading: "Security you can trust",
150
+ subheading: "Enterprise-grade protection without enterprise complexity",
151
151
  features: [
152
152
  {
153
153
  size: "small",
154
154
  style: "gradient",
155
- icon: "search",
156
- stat: "100%",
157
- title: "SEO Coverage",
158
- description: createParagraph("Every page optimized automatically."),
155
+ icon: "shield",
156
+ stat: "SOC 2",
157
+ title: "Certified",
158
+ description: createParagraph("Type II certification verified annually."),
159
159
  },
160
160
  {
161
161
  size: "small",
162
162
  style: "accent",
163
- icon: "zap",
164
- title: "Fast Loading",
165
- description: createParagraph("Core Web Vitals optimized out of the box."),
163
+ icon: "lock",
164
+ title: "Zero Trust",
165
+ description: createParagraph("Verify every request, every time."),
166
166
  },
167
167
  {
168
168
  size: "small",
169
169
  style: "default",
170
170
  icon: "globe",
171
- title: "Clean URLs",
172
- description: createParagraph("SEO-friendly URL structure."),
171
+ title: "Global Infrastructure",
172
+ description: createParagraph("Redundant systems across regions."),
173
173
  },
174
174
  {
175
175
  size: "small",
176
176
  style: "primary",
177
- icon: "layout",
178
- title: "Mobile First",
179
- description: createParagraph("Mobile-optimized for Google's mobile-first indexing."),
177
+ icon: "database",
178
+ title: "Backup & Recovery",
179
+ description: createParagraph("Automated backups with point-in-time recovery."),
180
180
  },
181
181
  {
182
182
  size: "small",
183
183
  style: "default",
184
- icon: "database",
185
- title: "Crawl Efficient",
186
- description: createParagraph("Optimized for search engine crawlers."),
184
+ icon: "search",
185
+ title: "Threat Detection",
186
+ description: createParagraph("24/7 monitoring for suspicious activity."),
187
187
  },
188
188
  {
189
189
  size: "small",
190
190
  style: "default",
191
191
  icon: "barChart",
192
- title: "Analytics Ready",
193
- description: createParagraph("Track rankings and organic traffic."),
192
+ title: "Security Reports",
193
+ description: createParagraph("Regular penetration testing and audits."),
194
194
  },
195
195
  ],
196
196
  },
@@ -198,14 +198,14 @@ export const seoPage = (): Partial<Page> => {
198
198
  blockType: "proofBanner",
199
199
  blockName: "CTA Section",
200
200
  style: "centered",
201
- headline: "Get discovered by the right audience",
202
- subtext: "Every directory comes with enterprise-grade SEO. No plugins, no configuration.",
201
+ headline: "Security that scales with you",
202
+ subtext: "Enterprise-grade protection from day one. SOC 2 certified, GDPR compliant.",
203
203
  links: [
204
204
  {
205
205
  link: {
206
206
  type: "custom",
207
207
  appearance: "default",
208
- label: "Start for free",
208
+ label: "Start free trial",
209
209
  url: "/sign-up",
210
210
  },
211
211
  },
@@ -213,8 +213,8 @@ export const seoPage = (): Partial<Page> => {
213
213
  link: {
214
214
  type: "custom",
215
215
  appearance: "outline",
216
- label: "See all features",
217
- url: "/features",
216
+ label: "Request security docs",
217
+ url: "/contact",
218
218
  },
219
219
  },
220
220
  ],
@@ -222,8 +222,8 @@ export const seoPage = (): Partial<Page> => {
222
222
  ],
223
223
  meta: {
224
224
  description:
225
- "Built-in SEO features including automatic schema markup, dynamic sitemaps, and optimized meta tags. Get your directory listings ranking on Google.",
226
- title: "SEO FeaturesDirectoryHub Search Optimization",
225
+ "Enterprise-grade security with SOC 2 Type II certification, end-to-end encryption, SSO support, and comprehensive compliance tools.",
226
+ title: "Security & Compliance SaaSify Enterprise Protection",
227
227
  },
228
228
  }
229
229
  }