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.
- package/.turbo/turbo-build.log +5 -5
- package/dist/index.js +1384 -589
- package/package.json +2 -2
- package/src/templates.generated.ts +21 -21
- package/templates/marketing/payload/src/endpoints/seed/directoryhub/about.ts +22 -22
- package/templates/marketing/payload/src/endpoints/seed/directoryhub/faqs.ts +39 -39
- package/templates/marketing/payload/src/endpoints/seed/directoryhub/features/automation.ts +35 -35
- package/templates/marketing/payload/src/endpoints/seed/directoryhub/features/custom-fields.ts +58 -58
- package/templates/marketing/payload/src/endpoints/seed/directoryhub/features/dashboard.ts +46 -46
- package/templates/marketing/payload/src/endpoints/seed/directoryhub/features/index.ts +4 -4
- package/templates/marketing/payload/src/endpoints/seed/directoryhub/features/monetization.ts +64 -64
- package/templates/marketing/payload/src/endpoints/seed/directoryhub/features/seo.ts +65 -65
- package/templates/marketing/payload/src/endpoints/seed/directoryhub/features/templates.ts +55 -58
- package/templates/marketing/payload/src/endpoints/seed/directoryhub/home.ts +145 -145
- package/templates/marketing/payload/src/endpoints/seed/directoryhub/index.ts +61 -55
- package/templates/marketing/payload/src/endpoints/seed/directoryhub/posts.ts +231 -221
- package/templates/marketing/payload/src/endpoints/seed/directoryhub/pricing.ts +27 -27
- package/templates/marketing/payload/src/endpoints/seed/directoryhub/privacy.ts +3 -3
- package/templates/marketing/payload/src/endpoints/seed/directoryhub/terms.ts +6 -6
- package/templates/marketing/payload/src/endpoints/seed/directoryhub/use-cases/b2b-vendor-hubs.ts +63 -62
- package/templates/marketing/payload/src/endpoints/seed/directoryhub/use-cases/communities.ts +62 -62
- package/templates/marketing/payload/src/endpoints/seed/directoryhub/use-cases/index.ts +4 -4
- package/templates/marketing/payload/src/endpoints/seed/directoryhub/use-cases/local-services.ts +62 -62
- package/templates/marketing/payload/src/endpoints/seed/directoryhub/use-cases/marketplaces.ts +66 -66
|
@@ -24,7 +24,7 @@ export const directoryHubAbout = ({ contactForm }: AboutArgs): Partial<Page> =>
|
|
|
24
24
|
format: 0,
|
|
25
25
|
mode: "normal",
|
|
26
26
|
style: "",
|
|
27
|
-
text: "We
|
|
27
|
+
text: "We're building the future of team productivity",
|
|
28
28
|
version: 1,
|
|
29
29
|
},
|
|
30
30
|
],
|
|
@@ -43,7 +43,7 @@ export const directoryHubAbout = ({ contactForm }: AboutArgs): Partial<Page> =>
|
|
|
43
43
|
format: 0,
|
|
44
44
|
mode: "normal",
|
|
45
45
|
style: "",
|
|
46
|
-
text: "
|
|
46
|
+
text: "SaaSify makes it easy for teams to collaborate, automate workflows, and scale their operations — all in one powerful platform.",
|
|
47
47
|
version: 1,
|
|
48
48
|
},
|
|
49
49
|
],
|
|
@@ -67,9 +67,9 @@ export const directoryHubAbout = ({ contactForm }: AboutArgs): Partial<Page> =>
|
|
|
67
67
|
blockType: "featureShowcase",
|
|
68
68
|
blockName: "Our Mission",
|
|
69
69
|
label: "Our Mission",
|
|
70
|
-
headline: "
|
|
70
|
+
headline: "Making powerful tools accessible to every team",
|
|
71
71
|
description: createParagraph(
|
|
72
|
-
"
|
|
72
|
+
"Great software shouldn't require a huge budget or dedicated IT team. We believe every organization deserves access to the tools that help them do their best work. SaaSify brings together the best of project management, collaboration, and automation in one intuitive platform that grows with your team.",
|
|
73
73
|
),
|
|
74
74
|
link: {
|
|
75
75
|
type: "custom",
|
|
@@ -79,9 +79,9 @@ export const directoryHubAbout = ({ contactForm }: AboutArgs): Partial<Page> =>
|
|
|
79
79
|
},
|
|
80
80
|
imagePosition: "right",
|
|
81
81
|
features: [
|
|
82
|
-
{ text: "No
|
|
83
|
-
{ text: "
|
|
84
|
-
{ text: "Enterprise-grade
|
|
82
|
+
{ text: "No technical skills required" },
|
|
83
|
+
{ text: "100+ integrations built-in" },
|
|
84
|
+
{ text: "Enterprise-grade security" },
|
|
85
85
|
{ text: "Scale as you grow" },
|
|
86
86
|
],
|
|
87
87
|
},
|
|
@@ -90,9 +90,9 @@ export const directoryHubAbout = ({ contactForm }: AboutArgs): Partial<Page> =>
|
|
|
90
90
|
blockType: "proofBanner",
|
|
91
91
|
blockName: "Impact Stats",
|
|
92
92
|
style: "withBackground",
|
|
93
|
-
headline: "Trusted by
|
|
93
|
+
headline: "Trusted by teams worldwide",
|
|
94
94
|
subtext:
|
|
95
|
-
"Join
|
|
95
|
+
"Join thousands of teams who have transformed how they work with SaaSify",
|
|
96
96
|
},
|
|
97
97
|
// Values Grid
|
|
98
98
|
{
|
|
@@ -107,7 +107,7 @@ export const directoryHubAbout = ({ contactForm }: AboutArgs): Partial<Page> =>
|
|
|
107
107
|
icon: "zap",
|
|
108
108
|
title: "Simplicity First",
|
|
109
109
|
description: createParagraph(
|
|
110
|
-
"We remove complexity so you can focus on
|
|
110
|
+
"We remove complexity so you can focus on what matters most.",
|
|
111
111
|
),
|
|
112
112
|
},
|
|
113
113
|
{
|
|
@@ -116,7 +116,7 @@ export const directoryHubAbout = ({ contactForm }: AboutArgs): Partial<Page> =>
|
|
|
116
116
|
icon: "rocket",
|
|
117
117
|
title: "Built for Growth",
|
|
118
118
|
description: createParagraph(
|
|
119
|
-
"Every feature is designed to help
|
|
119
|
+
"Every feature is designed to help your team scale sustainably.",
|
|
120
120
|
),
|
|
121
121
|
},
|
|
122
122
|
{
|
|
@@ -141,7 +141,7 @@ export const directoryHubAbout = ({ contactForm }: AboutArgs): Partial<Page> =>
|
|
|
141
141
|
icon: "globe",
|
|
142
142
|
title: "Quality Matters",
|
|
143
143
|
description: createParagraph(
|
|
144
|
-
"We build tools that
|
|
144
|
+
"We build tools that are reliable, fast, and delightful to use.",
|
|
145
145
|
),
|
|
146
146
|
},
|
|
147
147
|
{
|
|
@@ -160,19 +160,19 @@ export const directoryHubAbout = ({ contactForm }: AboutArgs): Partial<Page> =>
|
|
|
160
160
|
blockType: "featureShowcase",
|
|
161
161
|
blockName: "Our Story",
|
|
162
162
|
label: "Our Story",
|
|
163
|
-
headline: "
|
|
163
|
+
headline: "Born from real frustrations",
|
|
164
164
|
description: createParagraph(
|
|
165
|
-
"
|
|
165
|
+
"SaaSify started when our founders experienced firsthand how fragmented and frustrating work tools had become. Juggling dozens of apps, losing context between tools, and spending more time managing work than doing it. We built the platform we wished we had — one that brings everything together and just works.",
|
|
166
166
|
),
|
|
167
167
|
link: {
|
|
168
168
|
type: "custom",
|
|
169
169
|
url: "/sign-up",
|
|
170
|
-
label: "Start
|
|
170
|
+
label: "Start free trial",
|
|
171
171
|
appearance: "default",
|
|
172
172
|
},
|
|
173
173
|
imagePosition: "left",
|
|
174
174
|
features: [
|
|
175
|
-
{ text: "Founded by
|
|
175
|
+
{ text: "Founded by operators, for operators" },
|
|
176
176
|
{ text: "Bootstrapped and profitable" },
|
|
177
177
|
{ text: "Customer-funded development" },
|
|
178
178
|
{ text: "Global remote team" },
|
|
@@ -216,7 +216,7 @@ export const directoryHubAbout = ({ contactForm }: AboutArgs): Partial<Page> =>
|
|
|
216
216
|
format: 0,
|
|
217
217
|
mode: "normal",
|
|
218
218
|
style: "",
|
|
219
|
-
text: "Have questions about
|
|
219
|
+
text: "Have questions about SaaSify? We'd love to hear from you. Send us a message and our team will respond within 24 hours.",
|
|
220
220
|
version: 1,
|
|
221
221
|
},
|
|
222
222
|
],
|
|
@@ -249,14 +249,14 @@ export const directoryHubAbout = ({ contactForm }: AboutArgs): Partial<Page> =>
|
|
|
249
249
|
blockType: "proofBanner",
|
|
250
250
|
blockName: "Footer CTA",
|
|
251
251
|
style: "centered",
|
|
252
|
-
headline: "Ready to
|
|
253
|
-
subtext: "Join
|
|
252
|
+
headline: "Ready to transform how your team works?",
|
|
253
|
+
subtext: "Join thousands of teams building their future with SaaSify.",
|
|
254
254
|
links: [
|
|
255
255
|
{
|
|
256
256
|
link: {
|
|
257
257
|
type: "custom",
|
|
258
258
|
appearance: "default",
|
|
259
|
-
label: "Start
|
|
259
|
+
label: "Start free trial",
|
|
260
260
|
url: "/sign-up",
|
|
261
261
|
},
|
|
262
262
|
},
|
|
@@ -273,8 +273,8 @@ export const directoryHubAbout = ({ contactForm }: AboutArgs): Partial<Page> =>
|
|
|
273
273
|
],
|
|
274
274
|
meta: {
|
|
275
275
|
description:
|
|
276
|
-
"Learn about
|
|
277
|
-
title: "About
|
|
276
|
+
"Learn about SaaSify — the platform that makes it easy to collaborate, automate, and scale. Built by operators, for operators.",
|
|
277
|
+
title: "About SaaSify — Our Mission & Story",
|
|
278
278
|
},
|
|
279
279
|
title: "About",
|
|
280
280
|
}
|
|
@@ -4,33 +4,33 @@ import { createParagraph } from "./richtext-helper"
|
|
|
4
4
|
export const faqData: Partial<Faq>[] = [
|
|
5
5
|
// Getting Started FAQs
|
|
6
6
|
{
|
|
7
|
-
question: "How quickly can I
|
|
7
|
+
question: "How quickly can I get my team started?",
|
|
8
8
|
answer: createParagraph(
|
|
9
|
-
"Most
|
|
9
|
+
"Most teams are up and running within hours. Invite your team members, configure your workspace, and start collaborating immediately. No lengthy setup or technical expertise required.",
|
|
10
10
|
),
|
|
11
11
|
category: "getting-started",
|
|
12
12
|
order: 1,
|
|
13
13
|
},
|
|
14
14
|
{
|
|
15
|
-
question: "Do I need technical skills to use
|
|
15
|
+
question: "Do I need technical skills to use SaaSify?",
|
|
16
16
|
answer: createParagraph(
|
|
17
|
-
"No technical skills required.
|
|
17
|
+
"No technical skills required. Our intuitive interface lets anyone configure workflows, set up integrations, and manage their workspace without writing any code.",
|
|
18
18
|
),
|
|
19
19
|
category: "getting-started",
|
|
20
20
|
order: 2,
|
|
21
21
|
},
|
|
22
22
|
{
|
|
23
|
-
question: "Can I import
|
|
23
|
+
question: "Can I import data from other tools?",
|
|
24
24
|
answer: createParagraph(
|
|
25
|
-
"Yes!
|
|
25
|
+
"Yes! Import data via CSV or use our native integrations to sync data from tools like Salesforce, HubSpot, Notion, and more. We also offer migration assistance for larger accounts.",
|
|
26
26
|
),
|
|
27
27
|
category: "getting-started",
|
|
28
28
|
order: 3,
|
|
29
29
|
},
|
|
30
30
|
{
|
|
31
|
-
question: "What
|
|
31
|
+
question: "What teams and use cases is SaaSify best for?",
|
|
32
32
|
answer: createParagraph(
|
|
33
|
-
"
|
|
33
|
+
"SaaSify works for any team that needs to collaborate and get work done: sales, marketing, product, operations, customer success, and more. Our flexible platform adapts to your workflows.",
|
|
34
34
|
),
|
|
35
35
|
category: "getting-started",
|
|
36
36
|
order: 4,
|
|
@@ -40,7 +40,7 @@ export const faqData: Partial<Faq>[] = [
|
|
|
40
40
|
{
|
|
41
41
|
question: "Is there a free plan?",
|
|
42
42
|
answer: createParagraph(
|
|
43
|
-
"Yes! Start with our Free plan to
|
|
43
|
+
"Yes! Start with our Free plan for up to 3 users. Explore the platform, set up your workspace, and upgrade anytime to unlock more users and advanced features.",
|
|
44
44
|
),
|
|
45
45
|
category: "pricing",
|
|
46
46
|
order: 1,
|
|
@@ -48,7 +48,7 @@ export const faqData: Partial<Faq>[] = [
|
|
|
48
48
|
{
|
|
49
49
|
question: "What payment methods do you accept?",
|
|
50
50
|
answer: createParagraph(
|
|
51
|
-
"We accept all major credit cards (Visa, Mastercard, American Express)
|
|
51
|
+
"We accept all major credit cards (Visa, Mastercard, American Express) through Stripe. Annual plans can also be paid via invoice for qualifying accounts.",
|
|
52
52
|
),
|
|
53
53
|
category: "pricing",
|
|
54
54
|
order: 2,
|
|
@@ -70,9 +70,9 @@ export const faqData: Partial<Faq>[] = [
|
|
|
70
70
|
order: 4,
|
|
71
71
|
},
|
|
72
72
|
{
|
|
73
|
-
question: "What happens if
|
|
73
|
+
question: "What happens if my team grows beyond my plan limits?",
|
|
74
74
|
answer: createParagraph(
|
|
75
|
-
"
|
|
75
|
+
"We'll notify you when approaching your user limit. You can upgrade your plan to increase limits, or we'll help you optimize your current plan to get the most value.",
|
|
76
76
|
),
|
|
77
77
|
category: "pricing",
|
|
78
78
|
order: 5,
|
|
@@ -80,7 +80,7 @@ export const faqData: Partial<Faq>[] = [
|
|
|
80
80
|
{
|
|
81
81
|
question: "Is there a refund policy?",
|
|
82
82
|
answer: createParagraph(
|
|
83
|
-
"We offer a 14-day money-back guarantee
|
|
83
|
+
"We offer a 14-day money-back guarantee on all paid plans. If you're not satisfied within the first 14 days, contact support for a full refund, no questions asked.",
|
|
84
84
|
),
|
|
85
85
|
category: "pricing",
|
|
86
86
|
order: 6,
|
|
@@ -88,49 +88,49 @@ export const faqData: Partial<Faq>[] = [
|
|
|
88
88
|
|
|
89
89
|
// Features FAQs
|
|
90
90
|
{
|
|
91
|
-
question: "
|
|
91
|
+
question: "What integrations does SaaSify support?",
|
|
92
92
|
answer: createParagraph(
|
|
93
|
-
"
|
|
93
|
+
"We integrate with 100+ tools including Slack, Salesforce, HubSpot, Jira, Notion, Google Workspace, Microsoft 365, and more. New integrations are added regularly based on customer requests.",
|
|
94
94
|
),
|
|
95
95
|
category: "features",
|
|
96
96
|
order: 1,
|
|
97
97
|
},
|
|
98
98
|
{
|
|
99
|
-
question: "How does
|
|
99
|
+
question: "How does reporting and analytics work?",
|
|
100
100
|
answer: createParagraph(
|
|
101
|
-
"
|
|
101
|
+
"Real-time dashboards show key metrics for your team and projects. Create custom reports, schedule automated delivery to stakeholders, and export data anytime for deeper analysis.",
|
|
102
102
|
),
|
|
103
103
|
category: "features",
|
|
104
104
|
order: 2,
|
|
105
105
|
},
|
|
106
106
|
{
|
|
107
|
-
question: "Can
|
|
107
|
+
question: "Can team members manage their own workspaces?",
|
|
108
108
|
answer: createParagraph(
|
|
109
|
-
"Yes!
|
|
109
|
+
"Yes! Team members can customize their workspace, set personal preferences, and manage their own workflows within your organization's guidelines. Admins maintain control over permissions.",
|
|
110
110
|
),
|
|
111
111
|
category: "features",
|
|
112
112
|
order: 3,
|
|
113
113
|
},
|
|
114
114
|
{
|
|
115
|
-
question: "
|
|
115
|
+
question: "Is there an API available?",
|
|
116
116
|
answer: createParagraph(
|
|
117
|
-
"Yes!
|
|
117
|
+
"Yes! Our REST API is available on Pro and Business plans. Use it to build custom integrations, automate workflows programmatically, or connect SaaSify to your internal tools.",
|
|
118
118
|
),
|
|
119
119
|
category: "features",
|
|
120
120
|
order: 4,
|
|
121
121
|
},
|
|
122
122
|
{
|
|
123
|
-
question: "Can
|
|
123
|
+
question: "Can I automate workflows?",
|
|
124
124
|
answer: createParagraph(
|
|
125
|
-
"Absolutely.
|
|
125
|
+
"Absolutely. Our visual workflow builder lets you automate approvals, notifications, data syncing, and more without writing code. Set triggers, conditions, and actions in minutes.",
|
|
126
126
|
),
|
|
127
127
|
category: "features",
|
|
128
128
|
order: 5,
|
|
129
129
|
},
|
|
130
130
|
{
|
|
131
|
-
question: "
|
|
131
|
+
question: "Do you support custom fields and data types?",
|
|
132
132
|
answer: createParagraph(
|
|
133
|
-
"Yes!
|
|
133
|
+
"Yes! Create custom fields to capture any data your team needs. We support text, numbers, dates, dropdowns, checkboxes, file attachments, and more.",
|
|
134
134
|
),
|
|
135
135
|
category: "features",
|
|
136
136
|
order: 6,
|
|
@@ -140,15 +140,15 @@ export const faqData: Partial<Faq>[] = [
|
|
|
140
140
|
{
|
|
141
141
|
question: "Where is my data hosted?",
|
|
142
142
|
answer: createParagraph(
|
|
143
|
-
"All data is hosted on secure
|
|
143
|
+
"All data is hosted on secure AWS infrastructure in US and EU regions. We maintain a 99.9% uptime SLA with automatic failover and regular backups.",
|
|
144
144
|
),
|
|
145
145
|
category: "technical",
|
|
146
146
|
order: 1,
|
|
147
147
|
},
|
|
148
148
|
{
|
|
149
|
-
question: "Is
|
|
149
|
+
question: "Is SaaSify GDPR compliant?",
|
|
150
150
|
answer: createParagraph(
|
|
151
|
-
"Yes. We
|
|
151
|
+
"Yes. We're fully GDPR and CCPA compliant. We provide data processing agreements, consent management tools, and data export/deletion capabilities to help you meet your obligations.",
|
|
152
152
|
),
|
|
153
153
|
category: "technical",
|
|
154
154
|
order: 2,
|
|
@@ -156,15 +156,15 @@ export const faqData: Partial<Faq>[] = [
|
|
|
156
156
|
{
|
|
157
157
|
question: "Can I export my data?",
|
|
158
158
|
answer: createParagraph(
|
|
159
|
-
"Yes! Export your
|
|
159
|
+
"Yes! Export all your data anytime via CSV or API. You own your data and can take it with you if you ever decide to leave. No lock-in, no hassle.",
|
|
160
160
|
),
|
|
161
161
|
category: "technical",
|
|
162
162
|
order: 3,
|
|
163
163
|
},
|
|
164
164
|
{
|
|
165
|
-
question: "How secure is
|
|
165
|
+
question: "How secure is SaaSify?",
|
|
166
166
|
answer: createParagraph(
|
|
167
|
-
"
|
|
167
|
+
"We're SOC 2 Type II certified with end-to-end encryption, SSO/SAML support, and regular third-party security audits. Your data security is our top priority.",
|
|
168
168
|
),
|
|
169
169
|
category: "technical",
|
|
170
170
|
order: 4,
|
|
@@ -174,7 +174,7 @@ export const faqData: Partial<Faq>[] = [
|
|
|
174
174
|
{
|
|
175
175
|
question: "What support options are available?",
|
|
176
176
|
answer: createParagraph(
|
|
177
|
-
"All plans include email support with 24-hour response times.
|
|
177
|
+
"All plans include email support with 24-hour response times. Pro plans add live chat support. Business plans include a dedicated customer success manager and phone support.",
|
|
178
178
|
),
|
|
179
179
|
category: "support",
|
|
180
180
|
order: 1,
|
|
@@ -182,7 +182,7 @@ export const faqData: Partial<Faq>[] = [
|
|
|
182
182
|
{
|
|
183
183
|
question: "Do you offer onboarding assistance?",
|
|
184
184
|
answer: createParagraph(
|
|
185
|
-
"Yes! All paid plans include onboarding guides and video tutorials.
|
|
185
|
+
"Yes! All paid plans include onboarding guides and video tutorials. Pro and Business plans include personalized onboarding calls to help you get set up for success.",
|
|
186
186
|
),
|
|
187
187
|
category: "support",
|
|
188
188
|
order: 2,
|
|
@@ -190,7 +190,7 @@ export const faqData: Partial<Faq>[] = [
|
|
|
190
190
|
{
|
|
191
191
|
question: "Can I request new features?",
|
|
192
192
|
answer: createParagraph(
|
|
193
|
-
"Absolutely!
|
|
193
|
+
"Absolutely! Submit feature requests through our feedback portal. Many of our most popular features came directly from customer suggestions. We prioritize based on demand.",
|
|
194
194
|
),
|
|
195
195
|
category: "support",
|
|
196
196
|
order: 3,
|
|
@@ -198,17 +198,17 @@ export const faqData: Partial<Faq>[] = [
|
|
|
198
198
|
|
|
199
199
|
// General FAQs
|
|
200
200
|
{
|
|
201
|
-
question: "What makes
|
|
201
|
+
question: "What makes SaaSify different from other platforms?",
|
|
202
202
|
answer: createParagraph(
|
|
203
|
-
"
|
|
203
|
+
"SaaSify brings together the best of project management, CRM, and collaboration tools in one unified platform designed for how modern teams actually work. No more app switching or lost context.",
|
|
204
204
|
),
|
|
205
205
|
category: "general",
|
|
206
206
|
order: 1,
|
|
207
207
|
},
|
|
208
208
|
{
|
|
209
|
-
question: "Can I use
|
|
209
|
+
question: "Can I use SaaSify for multiple teams?",
|
|
210
210
|
answer: createParagraph(
|
|
211
|
-
"Yes! Our
|
|
211
|
+
"Yes! Our Business plan supports unlimited teams and workspaces with unified billing and cross-team visibility. Perfect for organizations with multiple departments.",
|
|
212
212
|
),
|
|
213
213
|
category: "general",
|
|
214
214
|
order: 2,
|
|
@@ -216,7 +216,7 @@ export const faqData: Partial<Faq>[] = [
|
|
|
216
216
|
{
|
|
217
217
|
question: "How do I contact sales?",
|
|
218
218
|
answer: createParagraph(
|
|
219
|
-
"For sales inquiries, contact us at sales@
|
|
219
|
+
"For sales inquiries, contact us at sales@saasify.com or book a demo through our website. Our team will help you understand which plan and features are right for your needs.",
|
|
220
220
|
),
|
|
221
221
|
category: "general",
|
|
222
222
|
order: 3,
|
|
@@ -21,7 +21,7 @@ export const automationPage = (): Partial<Page> => {
|
|
|
21
21
|
format: 0,
|
|
22
22
|
mode: "normal",
|
|
23
23
|
style: "",
|
|
24
|
-
text: "
|
|
24
|
+
text: "Eliminate busywork with smart automation",
|
|
25
25
|
version: 1,
|
|
26
26
|
},
|
|
27
27
|
],
|
|
@@ -40,7 +40,7 @@ export const automationPage = (): Partial<Page> => {
|
|
|
40
40
|
format: 0,
|
|
41
41
|
mode: "normal",
|
|
42
42
|
style: "",
|
|
43
|
-
text: "
|
|
43
|
+
text: "Build powerful automations without code. Automate approvals, notifications, data entry, and repetitive tasks. Let your team focus on work that matters.",
|
|
44
44
|
version: 1,
|
|
45
45
|
},
|
|
46
46
|
],
|
|
@@ -62,7 +62,7 @@ export const automationPage = (): Partial<Page> => {
|
|
|
62
62
|
link: {
|
|
63
63
|
type: "custom",
|
|
64
64
|
appearance: "default",
|
|
65
|
-
label: "Start
|
|
65
|
+
label: "Start free trial",
|
|
66
66
|
url: "/sign-up",
|
|
67
67
|
},
|
|
68
68
|
},
|
|
@@ -79,75 +79,75 @@ export const automationPage = (): Partial<Page> => {
|
|
|
79
79
|
layout: [
|
|
80
80
|
{
|
|
81
81
|
blockType: "featureShowcase",
|
|
82
|
-
blockName: "
|
|
83
|
-
label: "
|
|
84
|
-
headline: "
|
|
82
|
+
blockName: "Visual Builder",
|
|
83
|
+
label: "No-Code Builder",
|
|
84
|
+
headline: "Build automations visually, no code required",
|
|
85
85
|
description: createParagraph(
|
|
86
|
-
"
|
|
86
|
+
"Our visual workflow builder makes automation accessible to everyone. Drag and drop triggers, conditions, and actions to create powerful automations in minutes.",
|
|
87
87
|
),
|
|
88
88
|
link: {
|
|
89
89
|
type: "custom",
|
|
90
|
-
label: "
|
|
91
|
-
url: "/
|
|
90
|
+
label: "Try the workflow builder",
|
|
91
|
+
url: "/sign-up",
|
|
92
92
|
appearance: "default",
|
|
93
93
|
},
|
|
94
94
|
imagePosition: "right",
|
|
95
95
|
features: [
|
|
96
|
-
{ text: "
|
|
97
|
-
{ text: "
|
|
98
|
-
{ text: "
|
|
99
|
-
{ text: "
|
|
96
|
+
{ text: "Drag-and-drop interface" },
|
|
97
|
+
{ text: "Pre-built templates" },
|
|
98
|
+
{ text: "Test before you deploy" },
|
|
99
|
+
{ text: "Version history" },
|
|
100
100
|
],
|
|
101
101
|
},
|
|
102
102
|
{
|
|
103
103
|
blockType: "featureShowcase",
|
|
104
|
-
blockName: "
|
|
105
|
-
label: "Smart
|
|
106
|
-
headline: "
|
|
104
|
+
blockName: "Triggers & Actions",
|
|
105
|
+
label: "Smart Triggers",
|
|
106
|
+
headline: "React to any event automatically",
|
|
107
107
|
description: createParagraph(
|
|
108
|
-
"
|
|
108
|
+
"Trigger automations based on form submissions, status changes, dates, or custom conditions. Chain multiple actions together for complex workflows.",
|
|
109
109
|
),
|
|
110
110
|
link: {
|
|
111
111
|
type: "custom",
|
|
112
|
-
label: "Explore
|
|
112
|
+
label: "Explore triggers",
|
|
113
113
|
url: "/features",
|
|
114
114
|
appearance: "default",
|
|
115
115
|
},
|
|
116
116
|
imagePosition: "left",
|
|
117
117
|
features: [
|
|
118
|
-
{ text: "Visual workflow builder" },
|
|
119
118
|
{ text: "Event-based triggers" },
|
|
120
|
-
{ text: "
|
|
121
|
-
{ text: "
|
|
119
|
+
{ text: "Scheduled automations" },
|
|
120
|
+
{ text: "Conditional logic" },
|
|
121
|
+
{ text: "Multi-step workflows" },
|
|
122
122
|
],
|
|
123
123
|
},
|
|
124
124
|
{
|
|
125
125
|
blockType: "featureShowcase",
|
|
126
|
-
blockName: "
|
|
127
|
-
label: "
|
|
128
|
-
headline: "
|
|
126
|
+
blockName: "Cross-App Automation",
|
|
127
|
+
label: "Connected Actions",
|
|
128
|
+
headline: "Automate across all your tools",
|
|
129
129
|
description: createParagraph(
|
|
130
|
-
"
|
|
130
|
+
"Connect automations to Slack, email, Salesforce, and 100+ other tools. When something happens in SaaSify, trigger actions anywhere in your tech stack.",
|
|
131
131
|
),
|
|
132
132
|
link: {
|
|
133
133
|
type: "custom",
|
|
134
|
-
label: "See
|
|
135
|
-
url: "/features",
|
|
134
|
+
label: "See integrations",
|
|
135
|
+
url: "/features/integrations",
|
|
136
136
|
appearance: "default",
|
|
137
137
|
},
|
|
138
138
|
imagePosition: "right",
|
|
139
139
|
features: [
|
|
140
|
-
{ text: "
|
|
141
|
-
{ text: "
|
|
142
|
-
{ text: "
|
|
143
|
-
{ text: "
|
|
140
|
+
{ text: "100+ app integrations" },
|
|
141
|
+
{ text: "Custom webhooks" },
|
|
142
|
+
{ text: "API actions" },
|
|
143
|
+
{ text: "Two-way data sync" },
|
|
144
144
|
],
|
|
145
145
|
},
|
|
146
146
|
{
|
|
147
147
|
blockType: "bentoFeatures",
|
|
148
148
|
blockName: "Automation Features",
|
|
149
149
|
heading: "Automation that saves hours every week",
|
|
150
|
-
subheading: "Focus on
|
|
150
|
+
subheading: "Focus on meaningful work while automation handles the rest",
|
|
151
151
|
features: [
|
|
152
152
|
{
|
|
153
153
|
size: "small",
|
|
@@ -205,7 +205,7 @@ export const automationPage = (): Partial<Page> => {
|
|
|
205
205
|
link: {
|
|
206
206
|
type: "custom",
|
|
207
207
|
appearance: "default",
|
|
208
|
-
label: "
|
|
208
|
+
label: "Start free trial",
|
|
209
209
|
url: "/sign-up",
|
|
210
210
|
},
|
|
211
211
|
},
|
|
@@ -222,8 +222,8 @@ export const automationPage = (): Partial<Page> => {
|
|
|
222
222
|
],
|
|
223
223
|
meta: {
|
|
224
224
|
description:
|
|
225
|
-
"
|
|
226
|
-
title: "Automation
|
|
225
|
+
"Build powerful automations without code. Automate approvals, notifications, and cross-app workflows with SaaSify's visual automation builder.",
|
|
226
|
+
title: "Automation — SaaSify No-Code Workflow Builder",
|
|
227
227
|
},
|
|
228
228
|
}
|
|
229
229
|
}
|