mirror of
https://github.com/Infisical/infisical.git
synced 2026-05-02 03:02:03 -04:00
41 lines
940 B
Plaintext
41 lines
940 B
Plaintext
---
|
|
title: "Introduction"
|
|
---
|
|
|
|
Whether you're running a Node application on Heroku, Next.js application with Vercel, or Kubernetes on AWS, Infisical has a secret management strategy from local development to production ready for you.
|
|
|
|
## Guides by Language
|
|
|
|
<CardGroup cols={2}>
|
|
<Card
|
|
title="Node"
|
|
href="/documentation/guides/node"
|
|
icon="node"
|
|
color="#3c8639"
|
|
>
|
|
Manage secrets across your Node stack
|
|
</Card>
|
|
<Card
|
|
href="/documentation/guides/python"
|
|
title="Python"
|
|
icon="python"
|
|
color="#3775a9"
|
|
>
|
|
Manage secrets across your Python stack
|
|
</Card>
|
|
</CardGroup>
|
|
|
|
## Guides by Stack
|
|
|
|
<CardGroup cols={2}>
|
|
<Card
|
|
title="Next.js + Vercel"
|
|
href="/documentation/guides/nextjs-vercel"
|
|
icon="cloud"
|
|
color="#3c8639"
|
|
>
|
|
Manage secrets for your Next.js + Vercel stack
|
|
</Card>
|
|
</CardGroup>
|
|
|
|
Want a guide? [Throw in a request](https://github.com/Infisical/infisical/issues). |