Skip to content

Commit 1c70c03

Browse files
Merge branch 'main' into homepage-2025
2 parents b550e9b + 57ce617 commit 1c70c03

File tree

3 files changed

+16
-19
lines changed

3 files changed

+16
-19
lines changed

src/lib/layouts/SidebarNavButton.svelte

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
class:is-selected={page.url?.pathname === groupItem.href}
1111
href={groupItem.href}
1212
target={groupItem.openInNewTab ? '_blank' : undefined}
13+
data-sveltekit-reload
1314
>
1415
{#if groupItem.icon}
1516
<span class="icon {groupItem.icon}" aria-hidden="true"></span>

src/routes/startups/+page.svelte

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
2727
const title = 'Startups' + TITLE_SUFFIX;
2828
const description =
29-
"Get $20,000 in cloud credits to fulfill all your startup's backend needs. Apply for Appwrite's Startups Program today.";
29+
"Get cloud credits to fulfill all your startup's backend and hosting needs. Apply for Appwrite's Startups Program today.";
3030
const ogImage = DEFAULT_HOST + '/images/open-graph/website.png';
3131
3232
let personName: string;
@@ -211,9 +211,9 @@
211211
<p
212212
class="text-description web-u-max-width-640 e-u-padding-inline-32-desktop mx-auto"
213213
>
214-
The Appwrite Startups Program supports your startup with a complete
215-
backend for you to build your products. You will receive $20,000 Cloud
216-
credits for Appwrite Scale for 12 months.
214+
The Appwrite Startups Program supports your startup with an all-in-one
215+
cloud platform for you to build your products. You will receive Cloud
216+
credits and a discount for Appwrite's paid plans.
217217
</p>
218218
<Button onclick={scrollToForm} class="mx-auto mt-3">Apply now</Button>
219219
</div>
@@ -233,10 +233,10 @@
233233
alt=""
234234
/>
235235
<div class="flex flex-col gap-2 text-center">
236-
<h2 class="text-label text-primary">Complete backend</h2>
236+
<h2 class="text-label text-primary">Complete platform</h2>
237237
<p class="text-body font-medium">
238-
Get access to Appwrite’s Scale plan and build your entire
239-
backend with Appwrite.
238+
Get discounted access to Appwrite’s paid plans and develop,
239+
host, and scale your entire application with Appwrite.
240240
</p>
241241
</div>
242242
</li>
@@ -250,8 +250,8 @@
250250
<div class="flex flex-col gap-2 text-center">
251251
<h2 class="text-label text-primary">Cloud credits</h2>
252252
<p class="text-body font-medium">
253-
Get Appwrite Cloud Scale for 12 months and reduce risk at an
254-
early stage.
253+
Save on development and cloud costs and reduce risk at an early
254+
stage.
255255
</p>
256256
</div>
257257
</li>
@@ -265,8 +265,8 @@
265265
<div class="flex flex-col gap-2 text-center">
266266
<h2 class="text-label text-primary">Priority support</h2>
267267
<p class="text-body font-medium">
268-
Get community support and priority email support from the
269-
Appwrite team.
268+
Get community support and priority support from the Appwrite
269+
team.
270270
</p>
271271
</div>
272272
</li>
@@ -627,13 +627,13 @@
627627
<div class="flex gap-4">
628628
<div class="web-check-bullet mt-1"></div>
629629
<p class="text-description">
630-
Appwrite Cloud Scale for 12 months
630+
Cloud credits and discounts on a paid plan
631631
</p>
632632
</div>
633633
<div class="flex gap-4">
634634
<div class="web-check-bullet mt-1"></div>
635635
<p class="text-description">
636-
Priority email support as part of Scale
636+
Priority email support
637637
</p>
638638
</div>
639639
</div>

src/routes/startups/faq.svelte

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
},
2727
{
2828
question: 'Who is eligible to apply?',
29-
answer: 'We welcome early-stage startups as well as startups established within the last decade. So whether you are still looking to build your backend or want to switch to Appwrite, we welcome you to join.'
29+
answer: 'We welcome early-stage startups as well as startups established within the last decade who are VC backed. So whether you are still looking to build your application or want to switch to Appwrite, we welcome you to join.'
3030
},
3131
{
3232
question: 'What are the limits of the Scale plan?',
@@ -42,7 +42,7 @@
4242
},
4343
{
4444
question: "What's included in the Appwrite for Startups program?",
45-
answer: 'Startups joining the program get access to everything Appwrite Scale offers. This includes Cloud credits, unlimited team members, and premium email support. In addition, we provide you with special swag, and you get a program manager and a private Slack channel. Read more about it in our <a class="web-link underline" href="/blog/post/announcing-appwrite-startups-program">announcement</a>.'
45+
answer: 'Startups joining the program get access to everything Appwrite Pro or Scale offers. This includes Cloud credits, unlimited team members, and premium email support. In addition, we provide you with special swag, and you get a program manager and a private Slack channel. Read more about it in our <a class="web-link underline" href="/blog/post/announcing-appwrite-startups-program">announcement</a>.'
4646
},
4747
{
4848
question: 'What kind of support do we get?',
@@ -58,10 +58,6 @@
5858
'I am already using another backend as a service provider. How do I migrate to Appwrite?',
5959
answer: 'We have a <a class="web-link underline" href="/docs/advanced/migrations">migration tool</a> to help you transition from other platforms. If you need additional assistance, we are here to help.'
6060
},
61-
{
62-
question: 'What happens after the 12 months run out?',
63-
answer: 'A month before the end of the term, we will re-evaluate your situation together and provide you with a fitting plan. Depending on your situation, this could mean you have to start paying full price, a reduced price, or nothing at all.'
64-
},
6561
{
6662
question: 'I need to sign a BAA. Can I do this with Appwrite?',
6763
answer: 'Yes, we can provide you with this.'

0 commit comments

Comments
 (0)