diff --git a/content/microsoft-for-startups/_index.md b/content/microsoft-for-startups/_index.md deleted file mode 100644 index 27f18dbf4dcc..000000000000 --- a/content/microsoft-for-startups/_index.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: Microsoft for Startups Founders Hub Offer -meta_desc: Pulumi is here to help your startup scale. Leverage familiar languages to spin up and scale out your cloud infrastructure quickly and efficiently. - -type: page -layout: microsoft-for-startups ---- diff --git a/content/pulumi-for-startups/_index.md b/content/pulumi-for-startups/_index.md index a903037825b4..e12a02df98f9 100644 --- a/content/pulumi-for-startups/_index.md +++ b/content/pulumi-for-startups/_index.md @@ -1,7 +1,11 @@ --- -title: Pulumi Startup Discount Offer -meta_desc: Pulumi is here to help your startup scale. Leverage familiar languages to spin up and scale out your cloud infrastructure quickly and efficiently. +title: Pulumi for Startups +meta_desc: Pulumi for Startups gives early-stage teams up to $10,000 in credits, office hours, and 12 months of runway to build cloud infrastructure as code. +meta_image: /images/pulumi-for-startups/meta.png type: page layout: pulumi-for-startups + +aliases: + - /microsoft-for-startups/ --- diff --git a/layouts/page/microsoft-for-startups.html b/layouts/page/microsoft-for-startups.html deleted file mode 100644 index f4f634b6b7e7..000000000000 --- a/layouts/page/microsoft-for-startups.html +++ /dev/null @@ -1,78 +0,0 @@ -{{ define "hero" }} -
-
-

Microsoft for Startups Founders Hub Offer

-
-
-{{ end }} - -{{ define "main" }} -

Founders Hub members get up to $15,000 in Pulumi Credits

- -
-
-

Pulumi Startup Success Stories

-
- Sourcegraph - Panther - CockroachDB - Lemonade -
-
-
- -
-
-

- Why Pulumi for Startups? -

-

- Help your small, nimble team scale up infrastructure -

-

- Pulumi for Startups is the easiest way for early-stage companies to build and deploy their cloud apps, using our Infrastructure as Code (IaC) platform. Your team - can manage and automate cloud infrastructure, using their favorite programming languages like JavaScript, TypeScript, Python, .NET, Java, and Go. Adopt the best of - the cloud without having to learn new DSL dialects and remove the need to dedicate entire teams to just manage and scale your infrastructure. -

-

- Get up to $15,000 in Pulumi credits -

-

- Microsoft for Startups Founders Hub members get exclusive savings on Pulumi with up to $15,000 in free Pulumi Credits so your whole team can use Pulumi. -

-

- Access to exclusive office hours and events -

-

You will get access to exclusive office hours and workshops to help you ship your product quickly.

-

- Who can join? -

-

Pulumi for Startups is designed for pre-series A companies with less than $1M in annual revenue. The Microsoft for Startups offer is exclusive to Founders Hub members.

-

- How long is the program? -

-

Bill credits will be applied for up to 12 months

-
- Microsoft founders hub logo -
-
-
-
- -
-
-
- -
-
-

- "Pulumi supercharged our whole organization and empowered our developer teams to self-provision resources and ship new capabilities faster without having to - wait for the infrastructure team to deploy new resources on their behalf." -

-

- Igor Shapiro, Principal Engineer

- {{ partial "customer-logos/lemonade" }} -
-
-{{ end }} diff --git a/layouts/page/pulumi-for-startups.html b/layouts/page/pulumi-for-startups.html index 6ae028288e5f..9a83f457628a 100644 --- a/layouts/page/pulumi-for-startups.html +++ b/layouts/page/pulumi-for-startups.html @@ -1,75 +1,101 @@ -{{ define "hero" }} -
-
-

Pulumi for Startups

+{{ define "main" }} + {{/* 1. Hero — full-bleed banner with centered copy below */}} +
+
+
-
-{{ end }} +
+

Pulumi for Startups

+

Get up to $10,000 in Pulumi credits and exclusive help for your projects

+ Apply to join +
+ -{{ define "main" }} -

Get up to $10,000 in Pulumi credits and exclusive help for your projects

+
-
-
-

Pulumi Startup Success Stories

-
- Sourcegraph - Panther - CockroachDB - Lemonade + {{/* 2. Intro + program benefits card */}} +
+
+

Help your small, nimble team scale up infrastructure

+

+ Pulumi for Startups helps early-stage companies build and deploy their cloud apps on our infrastructure as code (IaC) platform. Your team can manage and automate cloud infrastructure in the languages you already use — JavaScript, TypeScript, Python, .NET, Java, and Go — so you can adopt the cloud without learning a new domain-specific language (DSL) or dedicating a whole team to managing and scaling your infrastructure. +

-
-
+
+
+

Program benefits

+
    + {{ range slice + (dict "title" "Up to $10,000 in Pulumi credits" "desc" "Your whole team can build on Pulumi, with up to $10,000 in free credits.") + (dict "title" "Exclusive office hours and events" "desc" "Office hours and workshops to help you ship your product quickly.") + (dict "title" "12 months of runway" "desc" "Bill credits will be applied for up to 12 months.") + (dict "title" "Built for your stage" "desc" "Designed for pre-Series A companies with less than $1 million in annual revenue.") + }} +
  • + + {{ partial "icon.html" (dict "name" "check" "weight" "bold" "class" "size-5") }} + +
    +

    {{ .title }}

    +

    {{ .desc }}

    +
    +
  • + {{ end }} +
+
+
+ -
-
-

- Why Pulumi for Startups? -

-

- Help your small, nimble team scale up infrastructure -

-

- Pulumi for Startups is the easiest way for early-stage companies to build and deploy their cloud apps, using our Infrastructure as Code (IaC) platform. Your team - can manage and automate cloud infrastructure, using their favorite programming languages like JavaScript, TypeScript, Python, .NET, Java, and Go. Adopt the best of - the cloud without having to learn new DSL dialects and remove the need to dedicate entire teams to just manage and scale your infrastructure. -

-

- Get up to $10,000 in Pulumi credits -

-

- You'll get the best of Pulumi with up to $10,000 in free Pulumi Credits so your whole team can use Pulumi. -

-

- Access to exclusive office hours and events -

-

You will get access to exclusive office hours and workshops to help you ship your product quickly.

-

- Who can join? -

-

Pulumi for Startups is designed for pre-series A companies with less than $1M in annual revenue.

-

- How long is the program? -

-

Bill credits will be applied for up to 12 months

-
-
-
+ {{/* 3. Capability grid */}} + {{ partial "template-partials/template-three-column.html" (dict + "icon_layout" "above" + "columns" (slice + (dict "icon" "code" "title" "Real programming languages" "description" "Use loops, conditionals, functions, and classes, catch errors at compile time, reuse code across projects, and refactor with confidence.") + (dict "icon" "shapes" "title" "Hundreds of providers" "description" "Full API coverage for all major clouds: AWS, Azure, Google Cloud, and Kubernetes — plus service providers like Cloudflare, Datadog, and GitHub.") + (dict "icon" "eye" "title" "Test before you ship" "description" "Write unit tests for your infra code, integration tests for pre-prod environments, smoke tests for releases — all with industry-standard tools.") + (dict "icon" "custom/pulumi-neo" "title" "Put agents to work" "description" "Equip your agents with best-practices skills and use Neo, our infrastructure agent, for more complex tasks, debugging, and code generation.") + (dict "icon" "key" "title" "Eliminate secrets sprawl" "description" "Fetch secret values from any supported store with a single Pulumi Cloud access token. No more juggling multiple credentials manually.") + (dict "icon" "sliders" "title" "Self-service options" "description" "Code, low-code YAML, or no-code portals. Engineers can work the way they prefer with consistent governance.") + ) + ) }} + + {{/* Mid-page call to action */}} +
+ Apply for the startup program +
+
+ + {{/* 4. Startup success stories */}} +
+

Startup success stories

+ + {{ partial "template-partials/template-testimonial.html" (dict + "quote" "Pulumi supercharged our whole organization and empowered our developer teams to self-provision resources and ship new capabilities faster without having to wait for the infrastructure team to deploy new resources on their behalf." + "author" "Igor Shapiro" + "title" "Principal Engineer" + "company" "Lemonade" + "logo" "/logos/customers/lemonade.svg" + ) }} + + {{ partial "template-partials/template-case-study-grid.html" (dict + "cards" (slice + (dict "slug" "panther-labs" "title" "Panther Labs" "description" "With Pulumi, Panther Labs was able to provide innovative solutions to their customers quickly, which is a clear advantage for a startup." "cta_text" "Read the story") + (dict "slug" "lemonade" "title" "Lemonade" "description" "Lemonade's Ops team supports a much larger group of developers by using Pulumi to standardize infrastructure components and enforce best practices." "cta_text" "Read the story") + (dict "slug" "sourcegraph" "title" "Sourcegraph" "description" "Pulumi helps to supercharge Kubernetes deployments at Sourcegraph, ensuring their team has continuous access to the latest builds." "cta_text" "Read the story") + (dict "slug" "aptos" "title" "Aptos Labs" "description" "Aptos Labs used Pulumi to transform development, increasing velocity by up to 10x while improving security, compliance, and cost control." "cta_text" "Read the story") + (dict "slug" "compostable-ai" "title" "Compostable AI" "description" "Learn how this Edinburgh-based AI platform company deploys from contract to production in one day, with two backend engineers managing infrastructure for 19 clients using AI agents and Pulumi." "cta_text" "Read the story") + (dict "slug" "spear-ai" "title" "Spear AI" "description" "Defense tech startup accelerates compliance timelines to bring capabilities to market up to 6x faster while enabling rapid deployment across air-gapped cloud and edge environments." "cta_text" "Read the story") + ) + ) }} +
+ + {{/* 5. Apply */}} +
+

Apply for the startup program

+
-
-
+ -
-
-

- "Pulumi supercharged our whole organization and empowered our developer teams to self-provision resources and ship new capabilities faster without having to - wait for the infrastructure team to deploy new resources on their behalf." -

-

- Igor Shapiro, Principal Engineer

- {{ partial "customer-logos/lemonade" }} -
-
+
{{ end }} diff --git a/static/images/pulumi-for-startups/hero.svg b/static/images/pulumi-for-startups/hero.svg new file mode 100644 index 000000000000..d162e8e11c84 --- /dev/null +++ b/static/images/pulumi-for-startups/hero.svg @@ -0,0 +1,39 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/static/images/pulumi-for-startups/meta.png b/static/images/pulumi-for-startups/meta.png new file mode 100644 index 000000000000..4adace4e546e Binary files /dev/null and b/static/images/pulumi-for-startups/meta.png differ diff --git a/theme/src/scss/_templates.scss b/theme/src/scss/_templates.scss index 9b26dde3d728..fe98f993bccd 100644 --- a/theme/src/scss/_templates.scss +++ b/theme/src/scss/_templates.scss @@ -214,7 +214,7 @@ @apply flex flex-1 items-start p-8; &.template-card--highlight { - @apply bg-violet-50; + @apply bg-violet-50 border-0; } .card-label {