Skip to main content
Neptune provisions and deploys your entire stack through a simple conversation with your AI coding assistant. Whether you’re using Cursor, Claude Code, Windsurf or any other AI coding assistant that supports the Model Context Protocol (MCP), Neptune handles the infrastructure so you can focus on building.

Why Neptune?

AI-Native

Built for AI-assisted development. Works seamlessly with any AI coding assistant that supports MCP.

Zero Hassle

No YAML files, no cloud consoles. Describe what you need or let Neptune infer it from your code and provision it for you.

What Can You Deploy?

Neptune can deploy any containerized application. If it runs in Docker, it runs on Neptune. Don’t have a Dockerfile? No problem. Neptune provides context to your AI coding assistant so it can generate an optimized Dockerfile for your project automatically - just ask it to deploy and it will handle the rest.

Resources You Can Provision

Example Conversation

You: Deploy this to Neptune
AI Assistant: I’ll deploy your Next.js app to Neptune. Let me:
  1. Create a Dockerfile optimized for Next.js
  2. Set up your Neptune configuration
  3. Build and deploy your application
Creates Dockerfile and neptune.json, then provisions and deploys…Deployment started! I’ll wait for it to be ready…Live! Your app is running at 52.56.xxx.xxx
You: I need to store user uploads somewhere
AI Assistant: I’ll add an S3 storage bucket to your project.Updates neptune.json with a StorageBucket resource and provisions it…Done! Your bucket is ready at neptune-abc123-uploads. I’ve updated your code to use boto3 with the bucket name.
You: Add my Stripe key as a secret
AI Assistant: I’ll add that as a secure secret. What’s your Stripe API key?
You: sk_live_xxx…
Secret stored! Available as STRIPE_API_KEY in your app. Redeploying now…
That’s it. No cloud console, no YAML, no Docker expertise required.