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
@@ -1,11 +1,11 @@
1
1
  import type { Page } from "@/payload-types"
2
2
  import { createParagraph } from "../richtext-helper"
3
3
 
4
- export const templatesPage = (): Partial<Page> => {
4
+ export const integrationsPage = (): Partial<Page> => {
5
5
  return {
6
- slug: "features/templates",
6
+ slug: "features/integrations",
7
7
  _status: "published",
8
- title: "Directory Templates",
8
+ title: "Integrations",
9
9
  hero: {
10
10
  type: "lowImpact",
11
11
  richText: {
@@ -21,7 +21,7 @@ export const templatesPage = (): Partial<Page> => {
21
21
  format: 0,
22
22
  mode: "normal",
23
23
  style: "",
24
- text: "Launch your directory in days, not months",
24
+ text: "Connect all your tools in one place",
25
25
  version: 1,
26
26
  },
27
27
  ],
@@ -40,7 +40,7 @@ export const templatesPage = (): Partial<Page> => {
40
40
  format: 0,
41
41
  mode: "normal",
42
42
  style: "",
43
- text: "Choose from professionally designed directory templates, customize to match your brand, and go live instantly. No coding required.",
43
+ text: "One-click connections to 100+ apps your team already uses. Sync data, automate workflows, and eliminate context switching.",
44
44
  version: 1,
45
45
  },
46
46
  ],
@@ -62,7 +62,7 @@ export const templatesPage = (): Partial<Page> => {
62
62
  link: {
63
63
  type: "custom",
64
64
  appearance: "default",
65
- label: "Get started free",
65
+ label: "Start free trial",
66
66
  url: "/sign-up",
67
67
  },
68
68
  },
@@ -70,131 +70,128 @@ export const templatesPage = (): Partial<Page> => {
70
70
  link: {
71
71
  type: "custom",
72
72
  appearance: "outline",
73
- label: "View all templates",
74
- url: "/templates",
73
+ label: "View all integrations",
74
+ url: "/integrations",
75
75
  },
76
76
  },
77
77
  ],
78
78
  },
79
79
  layout: [
80
- // Feature showcase blocks
81
80
  {
82
81
  blockType: "featureShowcase",
83
- blockName: "Template Gallery",
84
- label: "Ready-Made Templates",
85
- headline: "Pick a template, customize, launch",
82
+ blockName: "Native Integrations",
83
+ label: "100+ Integrations",
84
+ headline: "Connect your favorite tools instantly",
86
85
  description: createParagraph(
87
- "Our template library covers every niche from local services to B2B vendor directories. Each template is designed for conversions with optimized layouts, smart filtering, and mobile-first responsive design.",
86
+ "Native integrations with Slack, Salesforce, HubSpot, Jira, Notion, Google Workspace, Microsoft 365, and more. Set up in minutes, not days.",
88
87
  ),
89
88
  link: {
90
89
  type: "custom",
91
- label: "Browse templates",
92
- url: "/templates",
90
+ label: "Browse integrations",
91
+ url: "/integrations",
93
92
  appearance: "default",
94
93
  },
95
94
  imagePosition: "right",
96
95
  features: [
97
- { text: "10+ professionally designed templates" },
98
- { text: "Niche-specific layouts and fields" },
99
- { text: "Mobile-first responsive design" },
100
- { text: "One-click preview and deploy" },
96
+ { text: "100+ native integrations" },
97
+ { text: "Two-way data sync" },
98
+ { text: "Real-time updates" },
99
+ { text: "No coding required" },
101
100
  ],
102
101
  },
103
102
  {
104
103
  blockType: "featureShowcase",
105
- blockName: "Customization",
106
- label: "Brand Customization",
107
- headline: "Make it yours in minutes",
104
+ blockName: "Custom Integrations",
105
+ label: "Developer Tools",
106
+ headline: "Build custom integrations with our API",
108
107
  description: createParagraph(
109
- "Every template is fully customizable. Change colors, fonts, layouts, and content without touching a line of code. Our visual editor makes it simple to match your brand identity perfectly.",
108
+ "REST API and webhooks let you connect any tool or build custom integrations. Comprehensive documentation and SDKs for popular languages.",
110
109
  ),
111
110
  link: {
112
111
  type: "custom",
113
- label: "See customization options",
114
- url: "/features",
112
+ label: "View API docs",
113
+ url: "/developers",
115
114
  appearance: "default",
116
115
  },
117
116
  imagePosition: "left",
118
117
  features: [
119
- { text: "Visual drag-and-drop editor" },
120
- { text: "Custom color schemes and fonts" },
121
- { text: "Logo and branding integration" },
122
- { text: "Custom domain support" },
118
+ { text: "RESTful API access" },
119
+ { text: "Custom webhooks" },
120
+ { text: "SDKs for popular languages" },
121
+ { text: "Detailed documentation" },
123
122
  ],
124
123
  },
125
- // Bento features for specific capabilities
126
124
  {
127
125
  blockType: "bentoFeatures",
128
- blockName: "Template Features",
129
- heading: "Built for every directory type",
126
+ blockName: "Integration Categories",
127
+ heading: "Integrations for every workflow",
130
128
  subheading:
131
- "Templates designed for specific use cases with pre-configured schemas and optimized layouts",
129
+ "Connect your entire tech stack and keep data flowing seamlessly",
132
130
  features: [
133
131
  {
134
132
  size: "small",
135
133
  style: "gradient",
136
- icon: "layout",
137
- title: "Local Services",
134
+ icon: "messageSquare",
135
+ title: "Communication",
138
136
  description: createParagraph(
139
- "Plumbers, photographers, restaurants with map integration.",
137
+ "Slack, Microsoft Teams, Discord, and email integrations.",
140
138
  ),
141
139
  },
142
140
  {
143
141
  size: "small",
144
142
  style: "accent",
145
- icon: "building",
146
- title: "B2B Directories",
143
+ icon: "users",
144
+ title: "CRM & Sales",
147
145
  description: createParagraph(
148
- "Software vendors, agencies, consultants with comparison views.",
146
+ "Salesforce, HubSpot, Pipedrive, and more.",
149
147
  ),
150
148
  },
151
149
  {
152
150
  size: "small",
153
151
  style: "default",
154
- icon: "users",
155
- title: "Community Directories",
152
+ icon: "folder",
153
+ title: "Project Management",
156
154
  description: createParagraph(
157
- "Member directories, alumni networks, professional groups.",
155
+ "Jira, Asana, Monday.com, Trello integrations.",
158
156
  ),
159
157
  },
160
158
  {
161
159
  size: "small",
162
160
  style: "primary",
163
- icon: "building",
164
- title: "Marketplaces",
161
+ icon: "database",
162
+ title: "Data & Storage",
165
163
  description: createParagraph(
166
- "Multi-vendor platforms with seller profiles and products.",
164
+ "Google Drive, Dropbox, AWS S3, and databases.",
167
165
  ),
168
166
  },
169
167
  {
170
168
  size: "small",
171
169
  style: "default",
172
- icon: "globe",
173
- title: "Global Ready",
174
- description: createParagraph("Multi-language support and localization built-in."),
170
+ icon: "barChart",
171
+ title: "Analytics",
172
+ description: createParagraph("Google Analytics, Mixpanel, Amplitude."),
175
173
  },
176
174
  {
177
175
  size: "small",
178
176
  style: "default",
179
177
  icon: "zap",
180
- title: "Fast Loading",
181
- description: createParagraph("Optimized for speed with edge caching."),
178
+ title: "Automation",
179
+ description: createParagraph("Zapier, Make, n8n for custom workflows."),
182
180
  },
183
181
  ],
184
182
  },
185
- // Proof banner
186
183
  {
187
184
  blockType: "proofBanner",
188
185
  blockName: "CTA Section",
189
186
  style: "centered",
190
- headline: "Ready to launch your directory?",
191
- subtext: "Pick a template and go live today. Free to start, upgrade as you grow.",
187
+ headline: "Connect your tools today",
188
+ subtext: "One-click integrations with 100+ apps. Set up in minutes, not days.",
192
189
  links: [
193
190
  {
194
191
  link: {
195
192
  type: "custom",
196
193
  appearance: "default",
197
- label: "Start for free",
194
+ label: "Start free trial",
198
195
  url: "/sign-up",
199
196
  },
200
197
  },
@@ -202,8 +199,8 @@ export const templatesPage = (): Partial<Page> => {
202
199
  link: {
203
200
  type: "custom",
204
201
  appearance: "outline",
205
- label: "Book a demo",
206
- url: "/contact",
202
+ label: "View all integrations",
203
+ url: "/integrations",
207
204
  },
208
205
  },
209
206
  ],
@@ -211,8 +208,8 @@ export const templatesPage = (): Partial<Page> => {
211
208
  ],
212
209
  meta: {
213
210
  description:
214
- "Launch your directory website in days with professionally designed templates. Customize colors, layouts, and content without coding. Start free today.",
215
- title: "Directory Templates Launch Fast with DirectoryHub",
211
+ "Connect SaaSify with 100+ tools including Slack, Salesforce, HubSpot, and more. Native integrations, custom webhooks, and REST API access.",
212
+ title: "IntegrationsConnect Your Tools with SaaSify",
216
213
  },
217
214
  }
218
215
  }