diff --git a/src/routes/(marketing)/(assets)/logos/devkind-light.svg b/src/routes/(marketing)/(assets)/logos/devkind-light.svg new file mode 100644 index 0000000000..b00171d8cd --- /dev/null +++ b/src/routes/(marketing)/(assets)/logos/devkind-light.svg @@ -0,0 +1,63 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/routes/(marketing)/(assets)/logos/k-collect-light.svg b/src/routes/(marketing)/(assets)/logos/k-collect-light.svg new file mode 100644 index 0000000000..efa432010c --- /dev/null +++ b/src/routes/(marketing)/(assets)/logos/k-collect-light.svg @@ -0,0 +1,40 @@ + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/src/routes/(marketing)/(assets)/logos/langx-light.svg b/src/routes/(marketing)/(assets)/logos/langx-light.svg new file mode 100644 index 0000000000..15e5b1fdb8 --- /dev/null +++ b/src/routes/(marketing)/(assets)/logos/langx-light.svg @@ -0,0 +1,18 @@ + + + + + + + + + + + + \ No newline at end of file diff --git a/src/routes/(marketing)/(components)/benefits.svelte b/src/routes/(marketing)/(components)/benefits.svelte new file mode 100644 index 0000000000..91938460a7 --- /dev/null +++ b/src/routes/(marketing)/(components)/benefits.svelte @@ -0,0 +1,100 @@ + + +
+
+
+

+ Benefits of Appwrite
for + startups_ +

+

+ {description} +

+
+
+
+
+ {#each benefits as box} +
+ +

+ {box.label} +

+

+ {box.description} +

+
+ {/each} +
+
+
diff --git a/src/routes/(marketing)/(components)/developers-toolkit.svelte b/src/routes/(marketing)/(components)/developers-toolkit.svelte new file mode 100644 index 0000000000..8c5c6402bd --- /dev/null +++ b/src/routes/(marketing)/(components)/developers-toolkit.svelte @@ -0,0 +1,114 @@ + + +
+
+

+ Your startups
developer toolkit +

+

+ Appwrite offers an all-in-one hosting platform for you to build
+ and deploy your product from a single place. +

+
+ +
+ +
+ Build +
+ {#each build as product} + + + {product.label} + {product.label} + + + {/each} +
+
+ + + +
+ Deploy +
+ {#each deploy as product} + + + {product.label} + {product.label} + + + {/each} +
+
+
+
diff --git a/src/routes/(marketing)/(components)/index.ts b/src/routes/(marketing)/(components)/index.ts new file mode 100644 index 0000000000..b8de58358c --- /dev/null +++ b/src/routes/(marketing)/(components)/index.ts @@ -0,0 +1,18 @@ +export { default as Features } from './features.svelte'; +export { default as Benefits } from './benefits.svelte'; +export { default as CaseStudies } from './case-studies.svelte'; +export { default as CaseStudyCard } from './case-study-card.svelte'; +export { default as Dashboard } from './dashboard.svelte'; +export { default as DevelopersToolkit } from './developers-toolkit.svelte'; +export { default as GridPaper } from './grid-paper.svelte'; +export { default as HeroBanner } from './hero-banner.svelte'; +export { default as Hero } from './hero.svelte'; +export { default as LogoList } from './logo-list.svelte'; +export { default as Map } from './map.svelte'; +export { default as NetworkMap } from './network-map.svelte'; +export { default as Platforms } from './platforms.svelte'; +export { default as Pricing } from './pricing.svelte'; +export { default as Scale } from './scale.svelte'; +export { default as Spinner } from './spinner.svelte'; +export { default as Templates } from './templates.svelte'; +export { default as AnimatedLogo } from './animated-logo.svelte'; diff --git a/src/routes/startups/(components)/StartupPartnerCTA.svelte b/src/routes/startups/(components)/StartupPartnerCTA.svelte new file mode 100644 index 0000000000..0d2aa5a8c9 --- /dev/null +++ b/src/routes/startups/(components)/StartupPartnerCTA.svelte @@ -0,0 +1,35 @@ + + +
+
+
+

+ Become a startup partner_ +

+

+ Appwrite partners with venture capital firms and startup accelerators to provide + exclusive discounts and other benefits to their portfolio companies. +

+ +
+
+
diff --git a/src/routes/startups/+page.svelte b/src/routes/startups/+page.svelte index d79e0ba55f..55f821656b 100644 --- a/src/routes/startups/+page.svelte +++ b/src/routes/startups/+page.svelte @@ -14,6 +14,7 @@ import { Main } from '$lib/layouts'; import MainFooter from '$lib/components/MainFooter.svelte'; import FooterNav from '$lib/components/FooterNav.svelte'; + import DevelopersToolkit from '../(marketing)/(components)/developers-toolkit.svelte'; import { TITLE_SUFFIX } from '$routes/titles'; import { DEFAULT_HOST } from '$lib/utils/metadata'; @@ -23,6 +24,9 @@ import CommunitySupportChat from '$lib/components/CommunitySupportChat.svelte'; import { trackEvent } from '$lib/actions/analytics'; import { Button } from '$lib/components/ui'; + import CaseStudiesLight from './case-studies-light.svelte'; + import { Benefits } from '$routes/(marketing)/(components)'; + import StartupPartnerCTA from './(components)/StartupPartnerCTA.svelte'; const title = 'Startups' + TITLE_SUFFIX; const description = @@ -230,8 +234,10 @@ class="web-big-padding-section-level-2 e-u-padding-block-start-48-mobile e-u-padding-block-start-80-desktop e-u-margin-block-end-80-mobile" >
-
-
-
-
-
-
    -
  1. -
    -
    -

    - Ship faster -

    -

    - Utilizing Appwrite as your all-in-one platform, you - significantly cut down the time and resources spent on - building a backend infrastructure from scratch and you - deploy directly from Appwrite with Sites. This means you - can get to quicker iterations and faster time-to-market, - directly addressing the challenge of finding - product-market fit sooner. -

    -
    - -
    - -
    - -
    -
  2. -
  3. -
    -
    - -
    -
    -

    - Scalable architecture -

    -

    - Appwrite's scalable architecture ensures you can build - your product with growth in mind. Whether you're just - testing the waters or ready to scale up rapidly, our - infrastructure seamlessly adjusts to your needs, easing - the transition through different stages of your business - growth. -

    - -
    -
    -
    -

    {ryanOconner.text}

    -
    - {`Avatar -
    - {ryanOconner.name} -
    -
    - {ryanOconner.handle} -
    -
    - Read customer story -
    -
    -
    -
    - -
    -
  4. -
  5. -
    -
    -

    - Built-in security and compliance -

    -

    - Appwrite comes with built-in security features like - authentication, database security, DDoS protections, and - more, reducing the time and effort you need to spend on - securing your application. -

    -
    -

    {souvikSarkar.text}

    -
    - {`Avatar -
    - {souvikSarkar.name} -
    -
    - {souvikSarkar.handle} -
    -
    -
    -
    - -
    - -
    - -
    -
    - -
    -
    -
    -
  6. -
  7. -
    -
    -
    - -
    -
    -
    -

    - Power of open source community -

    -

    - Join a growing community of developers and founders who - use Appwrite to build their products. Gain access to a - wealth of knowledge, support, and shared experiences to - help navigate the challenges of startup growth. -

    - -
    -
    -
    -

    {mariusBolik.text}

    -
    - {`avatar -
    - {mariusBolik.name} -
    -
    - {mariusBolik.handle} -
    -
    - Read customer story -
    -
    -
    -
  8. -
-
-
-
- -
-

- Focus on building your product -

- + +
+
+
-
+ + + + + + +
- - - - -
@@ -615,21 +330,40 @@

Join the Appwrite Startups program

-

- We support your startup with: +

+ We support VC backed tech startups that have been + established within the last decade with:

-
-

- Cloud credits and discounts on a paid plan + yes +

+ Appwrite Cloud Pro for 12 months

-
-

- Priority email support + yes +

+ Premium email support as part of Pro

@@ -726,41 +460,49 @@
-

+

+

+ This form is protected by reCAPTCHA, and the Google
+ Privacy Policy + and + Terms of Service + apply. +

{#if error} - {error} +

+ {error} +

{/if} -

+
{/if}
- -
-
-
-
-
FAQ
-
- -
-
-
+
-
- - -
+ + + +
+ +
diff --git a/src/routes/startups/case-studies-light.svelte b/src/routes/startups/case-studies-light.svelte new file mode 100644 index 0000000000..2704663cd9 --- /dev/null +++ b/src/routes/startups/case-studies-light.svelte @@ -0,0 +1,64 @@ + + + + +
+ + {#each studies as study, index} + + {/each} + +
diff --git a/src/routes/startups/case-study-card-light.svelte b/src/routes/startups/case-study-card-light.svelte new file mode 100644 index 0000000000..6d46d2ac6c --- /dev/null +++ b/src/routes/startups/case-study-card-light.svelte @@ -0,0 +1,97 @@ + + + + {study.headline} + + + diff --git a/static/images/icons/gradients/backend.svg b/static/images/icons/gradients/backend.svg index eb616ab598..9d70dc89a6 100644 --- a/static/images/icons/gradients/backend.svg +++ b/static/images/icons/gradients/backend.svg @@ -1,14 +1,26 @@ - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/static/images/icons/gradients/globe.svg b/static/images/icons/gradients/globe.svg new file mode 100644 index 0000000000..9072a45f5c --- /dev/null +++ b/static/images/icons/gradients/globe.svg @@ -0,0 +1,11 @@ + + + + + + + + + + + diff --git a/static/images/icons/gradients/rocket.svg b/static/images/icons/gradients/rocket.svg new file mode 100644 index 0000000000..7c7e1038da --- /dev/null +++ b/static/images/icons/gradients/rocket.svg @@ -0,0 +1,23 @@ + + + + + + + + + + + + + + + + + + + + + + + diff --git a/static/images/icons/gradients/stars.svg b/static/images/icons/gradients/stars.svg new file mode 100644 index 0000000000..eecba539af --- /dev/null +++ b/static/images/icons/gradients/stars.svg @@ -0,0 +1,19 @@ + + + + + + + + + + + + + + + + + + + diff --git a/static/images/icons/gradients/swag.svg b/static/images/icons/gradients/swag.svg new file mode 100644 index 0000000000..230030810c --- /dev/null +++ b/static/images/icons/gradients/swag.svg @@ -0,0 +1,15 @@ + + +
+ + + + + + + + + + + +
diff --git a/static/images/icons/illustrated/light/databases.png b/static/images/icons/illustrated/light/databases.png index 52a513fd46..94cee83e32 100644 Binary files a/static/images/icons/illustrated/light/databases.png and b/static/images/icons/illustrated/light/databases.png differ