# Alchemy ## Docs - [Introduction to Alchemy](https://mintlify.wiki/alchemy-run/alchemy/introduction.md): TypeScript-native Infrastructure-as-Code that runs anywhere - [Quickstart](https://mintlify.wiki/alchemy-run/alchemy/quickstart.md): Deploy your first Cloudflare Worker with Alchemy in under 5 minutes - [Installation](https://mintlify.wiki/alchemy-run/alchemy/installation.md): Install Alchemy and set up your development environment - [Resources](https://mintlify.wiki/alchemy-run/alchemy/concepts/resources.md): Understanding Alchemy's resource system and how to create infrastructure components - [Scopes](https://mintlify.wiki/alchemy-run/alchemy/concepts/scopes.md): Organize and isolate infrastructure with Alchemy's scope system - [Secrets](https://mintlify.wiki/alchemy-run/alchemy/concepts/secrets.md): Securely manage sensitive values in your Alchemy infrastructure - [State Management](https://mintlify.wiki/alchemy-run/alchemy/concepts/state-management.md): How Alchemy tracks and persists infrastructure state across deployments - [Lifecycle](https://mintlify.wiki/alchemy-run/alchemy/concepts/lifecycle.md): Deep dive into Alchemy's resource lifecycle and deployment phases - [Provider overview](https://mintlify.wiki/alchemy-run/alchemy/providers/overview.md): Explore the cloud providers and services supported by Alchemy - [Cloudflare provider](https://mintlify.wiki/alchemy-run/alchemy/providers/cloudflare.md): Deploy Workers, Durable Objects, databases, and edge infrastructure on Cloudflare - [AWS provider](https://mintlify.wiki/alchemy-run/alchemy/providers/aws.md): Deploy Lambda functions, DynamoDB tables, S3 buckets, and other AWS resources - [Neon provider](https://mintlify.wiki/alchemy-run/alchemy/providers/neon.md): Deploy serverless Postgres databases with branching and autoscaling - [PlanetScale provider](https://mintlify.wiki/alchemy-run/alchemy/providers/planetscale.md): MySQL-compatible serverless database with branching and autoscaling - [Vercel provider](https://mintlify.wiki/alchemy-run/alchemy/providers/vercel.md): Deploy projects and manage domains on Vercel - [GitHub provider](https://mintlify.wiki/alchemy-run/alchemy/providers/github.md): Manage repository webhooks and deployment environments - [Stripe provider](https://mintlify.wiki/alchemy-run/alchemy/providers/stripe.md): Manage payment processing and webhook integrations - [Upstash provider](https://mintlify.wiki/alchemy-run/alchemy/providers/upstash.md): Serverless Redis and Kafka for edge and serverless applications - [Vite](https://mintlify.wiki/alchemy-run/alchemy/integrations/vite.md): Deploy Vite applications to Cloudflare Workers with Alchemy - [Astro](https://mintlify.wiki/alchemy-run/alchemy/integrations/astro.md): Deploy Astro applications to Cloudflare Workers with Alchemy - [Next.js](https://mintlify.wiki/alchemy-run/alchemy/integrations/nextjs.md): Deploy Next.js applications to Cloudflare Workers with Alchemy - [Nuxt](https://mintlify.wiki/alchemy-run/alchemy/integrations/nuxt.md): Deploy Nuxt applications to Cloudflare Workers with Alchemy - [SvelteKit](https://mintlify.wiki/alchemy-run/alchemy/integrations/sveltekit.md): Deploy SvelteKit applications to Cloudflare Workers with Alchemy - [React Router](https://mintlify.wiki/alchemy-run/alchemy/integrations/react-router.md): Deploy React Router applications to Cloudflare Workers with Alchemy - [RedwoodJS](https://mintlify.wiki/alchemy-run/alchemy/integrations/redwood.md): Deploy RedwoodJS applications to Cloudflare Workers with Alchemy - [TanStack Start](https://mintlify.wiki/alchemy-run/alchemy/integrations/tanstack-start.md): Deploy TanStack Start applications to Cloudflare Workers with Alchemy - [Creating Resources](https://mintlify.wiki/alchemy-run/alchemy/guides/creating-resources.md): Learn how to create and manage infrastructure resources with Alchemy - [Managing Secrets](https://mintlify.wiki/alchemy-run/alchemy/guides/managing-secrets.md): Securely store and manage sensitive values like API keys and credentials with Alchemy - [Local Development](https://mintlify.wiki/alchemy-run/alchemy/guides/local-development.md): Develop and test Alchemy resources locally before deploying to production - [Testing](https://mintlify.wiki/alchemy-run/alchemy/guides/testing.md): Write comprehensive tests for your Alchemy infrastructure - [Custom Providers](https://mintlify.wiki/alchemy-run/alchemy/guides/custom-providers.md): Build custom resource providers for Alchemy - [Monorepo Setup](https://mintlify.wiki/alchemy-run/alchemy/guides/monorepo-setup.md): Set up Alchemy in a monorepo with multiple applications and shared infrastructure - [Deployment](https://mintlify.wiki/alchemy-run/alchemy/guides/deployment.md): Deploy your Alchemy applications to production - [alchemy()](https://mintlify.wiki/alchemy-run/alchemy/api/alchemy.md): Create and manage Alchemy applications with automatic secret handling and CLI argument parsing - [Resource()](https://mintlify.wiki/alchemy-run/alchemy/api/resource.md): Define custom resource providers with complete lifecycle management - [Scope](https://mintlify.wiki/alchemy-run/alchemy/api/scope.md): Manage resource hierarchies and lifecycle with Alchemy scopes - [alchemy.secret()](https://mintlify.wiki/alchemy-run/alchemy/api/secret.md): Create encrypted secrets for secure storage in Alchemy state files - [Context](https://mintlify.wiki/alchemy-run/alchemy/api/context.md): Type-safe context for resource lifecycle handlers in Alchemy - [Worker](https://mintlify.wiki/alchemy-run/alchemy/api/cloudflare/worker.md): API reference for Cloudflare Worker resource - [DurableObjectNamespace](https://mintlify.wiki/alchemy-run/alchemy/api/cloudflare/durable-object.md): API reference for Cloudflare Durable Object Namespace - [Queue](https://mintlify.wiki/alchemy-run/alchemy/api/cloudflare/queue.md): API reference for Cloudflare Queue resource - [R2Bucket](https://mintlify.wiki/alchemy-run/alchemy/api/cloudflare/r2-bucket.md): API reference for Cloudflare R2 Bucket resource - [KVNamespace](https://mintlify.wiki/alchemy-run/alchemy/api/cloudflare/kv-namespace.md): API reference for Cloudflare KV Namespace resource - [D1Database](https://mintlify.wiki/alchemy-run/alchemy/api/cloudflare/d1-database.md): API reference for Cloudflare D1 Database resource - [Workflow](https://mintlify.wiki/alchemy-run/alchemy/api/cloudflare/workflow.md): API reference for Cloudflare Workflow binding - [Hyperdrive](https://mintlify.wiki/alchemy-run/alchemy/api/cloudflare/hyperdrive.md): API reference for Cloudflare Hyperdrive resource - [Vectorize](https://mintlify.wiki/alchemy-run/alchemy/api/cloudflare/vectorize.md): API reference for Cloudflare Vectorize (not yet available) - [AiSearch](https://mintlify.wiki/alchemy-run/alchemy/api/cloudflare/ai-search.md): API reference for Cloudflare AI Search resource - [CustomDomain](https://mintlify.wiki/alchemy-run/alchemy/api/cloudflare/custom-domain.md): API reference for Cloudflare Custom Domain resource - [Container](https://mintlify.wiki/alchemy-run/alchemy/api/cloudflare/container.md): API reference for Cloudflare Container resources - [Function](https://mintlify.wiki/alchemy-run/alchemy/api/aws/function.md): AWS Lambda Function resource for serverless compute - [Bucket](https://mintlify.wiki/alchemy-run/alchemy/api/aws/bucket.md): AWS S3 Bucket resource for scalable object storage - [Table](https://mintlify.wiki/alchemy-run/alchemy/api/aws/table.md): AWS DynamoDB Table resource for NoSQL database storage - [Queue](https://mintlify.wiki/alchemy-run/alchemy/api/aws/queue.md): AWS SQS Queue resource for message queuing - [Role](https://mintlify.wiki/alchemy-run/alchemy/api/aws/role.md): AWS IAM Role resource for identity and access management - [Policy](https://mintlify.wiki/alchemy-run/alchemy/api/aws/policy.md): AWS IAM Policy resource for defining permissions - [Neon](https://mintlify.wiki/alchemy-run/alchemy/api/databases/neon.md): API reference for Neon serverless PostgreSQL resources - [PlanetScale](https://mintlify.wiki/alchemy-run/alchemy/api/databases/planetscale.md): API reference for PlanetScale serverless database resources - [Prisma Postgres](https://mintlify.wiki/alchemy-run/alchemy/api/databases/prisma-postgres.md): API reference for Prisma Postgres database resources - [ClickHouse](https://mintlify.wiki/alchemy-run/alchemy/api/databases/clickhouse.md): API reference for ClickHouse Cloud service resources - [GitHub](https://mintlify.wiki/alchemy-run/alchemy/api/services/github.md): API reference for GitHub resources - [Stripe](https://mintlify.wiki/alchemy-run/alchemy/api/services/stripe.md): API reference for Stripe resources - [Sentry](https://mintlify.wiki/alchemy-run/alchemy/api/services/sentry.md): API reference for Sentry resources - [Vercel](https://mintlify.wiki/alchemy-run/alchemy/api/services/vercel.md): API reference for Vercel resources - [Upstash](https://mintlify.wiki/alchemy-run/alchemy/api/services/upstash.md): API reference for Upstash Redis resources - [esbuild](https://mintlify.wiki/alchemy-run/alchemy/api/utilities/esbuild.md): Bundle JavaScript and TypeScript files using esbuild - [Docker](https://mintlify.wiki/alchemy-run/alchemy/api/utilities/docker.md): Manage Docker containers, images, networks, and volumes - [DNS](https://mintlify.wiki/alchemy-run/alchemy/api/utilities/dns.md): Import and manage DNS records - [File System](https://mintlify.wiki/alchemy-run/alchemy/api/utilities/fs.md): Manage files, folders, and file collections - [Operating System](https://mintlify.wiki/alchemy-run/alchemy/api/utilities/os.md): Execute shell commands and system operations - [Cloudflare Worker](https://mintlify.wiki/alchemy-run/alchemy/examples/cloudflare-worker.md): Deploy a comprehensive Cloudflare Worker with Durable Objects, Workflows, RPC, R2, Queues, and AI Search - [Cloudflare Vite](https://mintlify.wiki/alchemy-run/alchemy/examples/cloudflare-vite.md): Deploy a Vite application to Cloudflare with KV storage and environment bindings - [Cloudflare Next.js](https://mintlify.wiki/alchemy-run/alchemy/examples/cloudflare-nextjs.md): Deploy a Next.js application to Cloudflare with KV storage - [Cloudflare Astro](https://mintlify.wiki/alchemy-run/alchemy/examples/cloudflare-astro.md): Deploy an Astro site to Cloudflare with edge rendering - [Cloudflare Durable Objects](https://mintlify.wiki/alchemy-run/alchemy/examples/cloudflare-durable-objects.md): Build a WebSocket server with Durable Objects and a Vite client - [Cloudflare Workflows](https://mintlify.wiki/alchemy-run/alchemy/examples/cloudflare-workflows.md): Implement stateful workflows with Cloudflare Workflows - [AWS Lambda](https://mintlify.wiki/alchemy-run/alchemy/examples/aws-lambda.md): Deploy a serverless Lambda function with DynamoDB, SQS Queue, and Function URL - [AWS Full-Stack](https://mintlify.wiki/alchemy-run/alchemy/examples/aws-fullstack.md): Build a complete full-stack application on AWS with Lambda, DynamoDB, and API Gateway - [React Router on Cloudflare](https://mintlify.wiki/alchemy-run/alchemy/examples/react-router-app.md): Deploy a React Router v7 application to Cloudflare with bindings and secrets - [RedwoodJS on Cloudflare](https://mintlify.wiki/alchemy-run/alchemy/examples/redwood-app.md): Deploy a RedwoodJS application to Cloudflare with D1 database - [SvelteKit on Cloudflare](https://mintlify.wiki/alchemy-run/alchemy/examples/sveltekit-app.md): Deploy a SvelteKit application to Cloudflare with KV and R2 storage - [Nuxt on Cloudflare](https://mintlify.wiki/alchemy-run/alchemy/examples/nuxt-app.md): Deploy a Nuxt application to Cloudflare with R2 and Pipeline integration