Unlock new revenue streams by partnering with Neon

Bring a familiar, reliable, and scalable Postgres experience to your customers.

Become a partner
Benefits

Why become a partner?

At Neon, we deeply value our partners and believe they are vital to our mission of making Serverless Postgres the go-to choice for developers everywhere.

  • Boost your revenue

    Offer Serverless Postgres to your customers by reselling Neon. We offer volume discounts.

  • Reduce costs

    Neon scales to zero when not in use and never overprovisions, making it cost-effective.

  • Meet customer demand

    Providing your customers with a fully-managed Postgres solution has never been easier.

  • Scale effortlessly

    Host fleets of databases that scale automatically to handle demanding workloads.

Partners

Featured partners

Explore our valued collaborations and diverse partnerships.

By partnering with Neon, Vercel’s frontend platform is now the end‑to‑end serverless solution for building on the Web, from Next.js all the way to SQL.

Guillermo Rauch CEO of Vercel
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
Integrate

Seamless API integration

Manage projects, branches, databases, and more. Easily integrate Neon in your product and offer it to your users.

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
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