Sell serverless Postgres

Developers love Postgres, and offering it to them has never been easier. Partner with Neon and provide an end-to-end developer experience to your users.

Become a partner
Benefits

Why become a partner?

Follow the lead of Vercel, Retool, Replit, Koyeb, and many more.

  • Supercharge your platform

    Offer managed Postgres, the most-loved relational database by developers.

  • Scale as you go

    Pay only for what you use, with scale to zero and usage-based pricing.

  • Accelerate onboarding

    Reduce friction for your users so they can start building instantly.

  • Easy management

    Give dedicated URLs to your users and handle all database tasks via an API.

Apply now

Become a Partner

Start the process here. You'll be able to schedule a meeting with our partnerships team as a next step.

The combination of flexible resource limits and nearly instant database provisioning made Neon a no-brainer.

Lincoln Bergeson – Infrastructure engineer at Replit
Plans

Partner plan details

Neon offers two partner tiers to help businesses of all types and sizes deliver serverless Postgres to their customers.

    • Features
    • Service SLA of 99.95%
    • Partner API
    • Custom reporting
    • Level 1 24/7 support
    • Level 2 shared 24/7 support
    • Dedicated partner manager
    • Custom Domains
  • Standard Tier

    Basic partner accessGet started
  • Premier Tier

    Enhanced partner benefitsGet started
Features

Why Neon

A fully managed Postgres that’s easy to run, efficient, and scalable.

Instant databases for your users

Give your users their own databases within seconds. Seamless provisioning and dedicated URLs ensure effortless scalability with full isolation.

Discover now

Scalability without overhead

Neon’s scale to zero and pay-as-you-go pricing align perfectly with your growth. You only pay for the resources your customers actually use.

Learn about the Neon architecture

Full automation with the Neon API

Effortlessly integrate Neon into your product suite. Manage expansive database fleets with ease by handling all database tasks via our API endpoints.

Explore API reference
require 'uri'
require 'net/http'
require 'openssl'
    
url = URI("https://console.neon.tech/api/v2/projects/project_id/branches")
    
http = Net::HTTP.new(url.host, url.port)
http.use_ssl = true
    
request = Net::HTTP::Post.new(url)
request["accept"] = 'application/json'
request["content-type"] = 'application/json'
    
response = http.request(request)
puts response.read_body

We’ve been able to automate virtually all database tasks via the Neon API. This saved us a tremendous amount of time and engineering effort.

Himanshu Bhandoh Software Engineer at Retool

Ready to get started with Neon?

The fully managed multi-cloud Postgres with a generous free tier. We separated storage and compute to offer autoscaling, branching, and bottomless storage.