docs/documentation/platform/secrets-mgmt/quick-starts/deliver-first-secret.mdx
import ConfigureProject from "/snippets/documentation/platform/secrets-mgmt/configure-project.mdx";
This quickstart walks you through the steps shared by every Infisical secrets delivery workflow. You'll create a project, add a secret, and then continue with instructions for your application or infrastructure.
<Info> Prerequisites:Select your application stack or runtime environment. Each guide covers the authentication and delivery method appropriate for that destination.
<CardGroup cols={3}> <Card title="Local Development" icon="laptop-code" href="/documentation/guides/local-development"> Inject secrets into a local process with the Infisical CLI. </Card> <Card title="Docker" icon="docker" href="/integrations/platforms/docker"> Deliver secrets to a container when it starts. </Card> <Card title="Kubernetes" icon="dharmachakra" href="/documentation/guides/kubernetes-operator"> Deliver secrets to workloads with the Kubernetes Operator. </Card> <Card title="Node.js" icon="node-js" href="/documentation/guides/node"> Fetch secrets from a Node.js application with the SDK. </Card> <Card title="Python" icon="python" href="/documentation/guides/python"> Fetch secrets from a Python application with the SDK. </Card> <Card title="Next.js + Vercel" icon="layer-group" href="/documentation/guides/nextjs-vercel"> Use secrets during local development and on Vercel. </Card> </CardGroup> <Card title="Browse All Delivery Options" icon="grid-2" href="/integrations/all"> Search frameworks, platforms, CI/CD tools, and secret sync destinations. </Card>