Listing Thumbnail

    Supabase

     Info
    Sold by: Supabase 
    Deployed on AWS
    Supabase is the Postgres development platform. Start your project with a Postgres database, Authentication, instant APIs, Edge Functions, Realtime subscriptions, Storage, and Vector embeddings.
    4.7

    Overview

    Supabase is a comprehensive platform for application development, providing seamless integration of essential tools and functionalities to streamline the development process including:

    * Postgres: Every Supabase project is a full Postgres database, the most trusted relational database in the world.

    * Authentication: Add user sign ups and logins, securing your data with Row Level Security.

    * Edge Functions: Easily write custom code without deploying or scaling servers.

    * Storage: Store, organize, and serve large files, from videos to images.

    * Realtime: Build multiplayer experiences with realtime data synchronisation.

    * Vector: Integrate your favorite ML-models to store, index and search vector embeddings

    * Works seamlessly with 20+ frameworks including Next.JS, React, Nuxt, Flutter, Svelte, and Vue.


    SOC2 Type 2 Certified and HIPAA Compliant solutions available for Enterprise and Team plans.

    For a custom quote to meet your specific configuration needs, please visit https://forms.supabase.com/enterprise  or reach out to your sales representative before placing an order on this page.

    To get started and explore the platform, you can sign up for the Free Plan on https://supabase.com .

    Highlights

    • Instant APIs that do the hard work for you: We introspect your database to provide APIs instantly. Stop building repetitive CRUD endpoints and focus on your product.
    • Build your app without leaving the Supabase dashboard: Manage your data with the familiarity of a spreadsheet. Write, save, and execute SQL queries directly on our dashboard, with templates to save you time. Run common queries and even build applications using our growing list of templates. Easily manage your users with Supabase Auth, with email logins, magic links, and third-party logins. Create complex access policies with SQL rules to fit your unique business needs.
    • Infrastructure to innovate and scale with ease. See how Supabase empowers companies of all sizes to accelerate their growth and streamline their work. Read more at https://supabase.com/customers.

    Details

    Sold by

    Delivery method

    Deployed on AWS
    New

    Introducing multi-product solutions

    You can now purchase comprehensive solutions tailored to use cases and industries.

    Multi-product solutions

    Features and programs

    Buyer guide

    Gain valuable insights from real users who purchased this product, powered by PeerSpot.
    Buyer guide

    Financing for AWS Marketplace purchases

    AWS Marketplace now accepts line of credit payments through the PNC Vendor Finance program. This program is available to select AWS customers in the US, excluding NV, NC, ND, TN, & VT.
    Financing for AWS Marketplace purchases

    Pricing

    Pricing is based on the duration and terms of your contract with the vendor, and additional usage. You pay upfront or in installments according to your contract terms with the vendor. This entitles you to a specified quantity of use for the contract duration. Usage-based pricing is in effect for overages or additional usage not covered in the contract. These charges are applied on top of the contract price. If you choose not to renew or replace your contract before the contract end date, access to your entitlements will expire.
    Additional AWS infrastructure costs may apply. Use the AWS Pricing Calculator  to estimate your infrastructure costs.

    1-month contract (2)

     Info
    Dimension
    Description
    Cost/month
    Pro Plan - from $25/mo
    For production applications with the power to scale. For details, see: https://supabase.com/pricing.
    $25.00
    Team Plan - from $599/mo
    Add features such as SSO, control over backups, and industry certifications. For details, see: https://supabase.com/pricing.
    $599.00

    Additional usage costs (1)

     Info

    The following dimensions are not included in the contract terms, which will be charged based on your usage.

    Dimension
    Description
    Cost/unit
    Usage
    For usage beyond the subscription plan's quota. For details: https://supabase.com/pricing
    $0.01

    Vendor refund policy

    No refunds.

    Custom pricing options

    Request a private offer to receive a custom quote.

    How can we make this page better?

    Tell us how we can improve this page, or report an issue with this product.
    Tell us how we can improve this page, or report an issue with this product.

    Legal

    Vendor terms and conditions

    Upon subscribing to this product, you must acknowledge and agree to the terms and conditions outlined in the vendor's End User License Agreement (EULA) .

    Content disclaimer

    Vendors are responsible for their product descriptions and other product content. AWS does not warrant that vendors' product descriptions or other product content are accurate, complete, reliable, current, or error-free.

    Usage information

     Info

    Delivery details

    Software as a Service (SaaS)

    SaaS delivers cloud-based software applications directly to customers over the internet. You can access these applications through a subscription model. You will pay recurring monthly usage fees through your AWS bill, while AWS handles deployment and infrastructure management, ensuring scalability, reliability, and seamless integration with other AWS services.

    Resources

    Vendor resources

    Support

    Vendor support

    The Supabase Pro, Team, and Enterprise plans include email and community support options. Alternatively, users can seek assistance and share knowledge with Supabase's vibrant and active community through the company's GitHub discussions and Discord server.
    support@supabase.com 

    AWS infrastructure support

    AWS Support is a one-on-one, fast-response support channel that is staffed 24x7x365 with experienced and technical support engineers. The service helps customers of all sizes and technical abilities to successfully utilize the products and features provided by Amazon Web Services.

    Similar products

    Customer reviews

    Ratings and reviews

     Info
    4.7
    72 ratings
    5 star
    4 star
    3 star
    2 star
    1 star
    83%
    17%
    0%
    0%
    0%
    0 AWS reviews
    |
    72 external reviews
    External reviews are from G2 .
    Dan A.

    Easy Setup and Fast Start, But Pricing Hurts ROI

    Reviewed on Jul 19, 2026
    Review provided by G2
    What do you like best about the product?
    It was easy to set up, and I was able to start using it right away.
    What do you dislike about the product?
    Pricing and ROI was a bit too much for me.
    What problems is the product solving and how is that benefiting you?
    It's a easy to use Database
    Krishnakant R.

    Easy database for college IoT projects

    Reviewed on Jul 16, 2026
    Review provided by G2
    What do you like best about the product?
    The table editor UI is awesome, it literally feels like using an online spreadsheet but automatically gives you working REST APIs for your tables. For college hardware projects where we hook up microcontrollers like the ESP8266 or ESP32 to log real-time data from various sensors, Supabase is an absolute lifesaver. The free tier is incredibly generous for students building prototypes. The best part is the real-time data streaming feature; we can see our live sensor logs updating on a web interface instantly without messing around with complicated web socket code from scratch.
    What do you dislike about the product?
    The platform dashboard can take a long time to load properly if the college hostel Wi-Fi network is lagging. Also, while the documentation for JavaScript or web frameworks is solid, finding direct, official documentation or simple code examples for C++ or Arduino to push data directly from a microcontroller can be quite annoying. We usually have to rely on third-party GitHub libraries or write raw HTTP requests, which takes extra time to debug during tight project deadlines.
    What problems is the product solving and how is that benefiting you?
    It completely saves our team from the headache of deploying and maintaining a dedicated backend server just to store a few rows of sensor readings. We can set up a secure relational database with working authentication in under 5 minutes. This allows us to focus entirely on building our actual hardware logic, fixing circuit wiring, and perfecting the project prototype instead of wasting days troubleshooting backend server infrastructure before final lab evaluations.
    Irankunda J.

    Easy Supabase Deployment and Smooth GitHub Integration

    Reviewed on Jul 15, 2026
    Review provided by G2
    What do you like best about the product?
    I like how easy it is to deploy on Supabase and the Github integration that simplifies the process.
    What do you dislike about the product?
    I do not like how debugging can be messy with an un-unified page for debugging.
    What problems is the product solving and how is that benefiting you?
    It solves the issue of private deployment that can be expensive by open-sourcing the service and selling for non-developers and beginner ones.
    Muhammad O.

    A Reliable Backend Platform for Fast Development

    Reviewed on Jul 13, 2026
    Review provided by G2
    What do you like best about the product?
    What I like most about Supabase is how easy it is to get started without a lot of setup. It combines a database, authentication, storage, and APIs in one place, which saves a lot of time during development. The dashboard feels clean and straightforward, the documentation is genuinely helpful, and overall it works really well for quickly building, testing, and iterating on applications.
    What do you dislike about the product?
    One thing I don’t like is that some of the more advanced features can take a bit of time to understand, especially if you’re new to the platform. The free tier also comes with a few limitations when you’re working on larger projects, and occasional delays when starting a project can interrupt development. Aside from those issues, my overall experience has been smooth and easy to work with.
    What problems is the product solving and how is that benefiting you?
    Supabase reduces the time it takes to build and launch applications by bringing the database, authentication, storage, and APIs together in a single platform. It makes backend development simpler, speeds up testing, and allows our team to focus more on building features rather than spending time managing infrastructure.
    Yash K.

    Supabase Feels Like an All-in-One Solution for Logins and a Built-In Database

    Reviewed on Jul 12, 2026
    Review provided by G2
    What do you like best about the product?
    I use Supabase to implement logins and signups, and I really like that it includes a built-in database. That makes it feel like a complete, all-in-one solution for my needs.
    What do you dislike about the product?
    I really love Supabase, but there are a few things I kind of dislike. For example, the open-source version doesn’t include as many features as the paid one.
    What problems is the product solving and how is that benefiting you?
    Supabase is an open-source alternative to Firebase that removes the need to build and maintain backend servers. It offers a ready-to-use database, user authentication, file storage, and serverless logic, making it easier to get a backend up and running quickly.
    View all reviews