Supabase logo

    Supabase

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

    Ratings and reviews

    4.6
    86 ratings
    3 star
    2 star
    1 star
    77%
    23%
    0%
    0%
    0%
    6 AWS reviews
    |
    80 external reviews
    External reviews are from G2  and PeerSpot .

    Filters

    Review type

    AWS Marketplace reviews
    External reviews
    Reviews (86)
    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.
    Anson D.

    Supabase Makes It Easy to Get Started with a Clean Dashboard and Clear Docs

    Reviewed on Jul 11, 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. I was able to create a project in just a few minutes, and the dashboard is clean and simple to navigate. Managing the database, authentication, and storage from one place makes development much easier. I also like that it uses PostgreSQL, so working with the database feels familiar. The documentation is clear, which helped me understand features without spending a lot of time searching for answers.
    What do you dislike about the product?
    One thing I don't like is that some useful features are only available on the paid plans, so the free tier can feel a bit limiting as a project grows. At times, the dashboard can also take a few extra seconds to load, especially when switching between sections. Other than that, I haven't run into any major issues, and my overall experience has been positive.
    What problems is the product solving and how is that benefiting you?
    Supabase helps me avoid spending time setting up and managing backend services from scratch. Instead of configuring a database, authentication, storage, and APIs separately, I can manage everything from one platform. This has made it much quicker to build and test projects, especially prototypes. It also saves time during development because the dashboard is easy to use and the documentation makes it simple to find what I need.
    Juan Jose C.

    Efficient, User-Friendly PostgreSQL Hosting with a Great API

    Reviewed on Jul 10, 2026
    Review provided by G2
    What do you like best about the product?
    It's one of the most efficient and user-friendly ways to host and maintain PostgreSQL databases. Also, the API is great for connecting with other apps and solutions.
    What do you dislike about the product?
    I like it a lot, but maybe setting up policies can be confusing sometimes.
    What problems is the product solving and how is that benefiting you?
    It's helping us a lot to host and maintain small PostgreSQL databases for online reports and automations, instead of querying huge databases like NetSuite (SuiteQL) or calling complex, potentially slow APIs like TikTok Shop.
    Pedro B.

    Effortless Database Management with Seamless GitHub Integration

    Reviewed on Jul 10, 2026
    Review provided by G2
    What do you like best about the product?
    I like Supabase for its ease of use and the way it connects seamlessly with GitHub. It helps me manage databases in web-based apps efficiently. Supabase stores information in an easy and secure way, which I really appreciate. The initial setup was pain-free for me, even though I was guided by Codex during the process. The connection with GitHub, as well as its integration with LLMs like GPT and Claude, make it an essential tool in my workflow.
    What do you dislike about the product?
    Nothing I can't think of. Not a power user, tho.
    What problems is the product solving and how is that benefiting you?
    I use Supabase for managing databases, storing info securely, and connecting with GitHub, GPT, and Claude easily.
    Anonymous

    Easy Backend Solution with Built-In Auth

    Reviewed on Jul 10, 2026
    Review provided by G2
    What do you like best about the product?
    I love that Supabase makes it super easy to start building on top of the database and authentication infrastructure. It provides a very good basis for application backends that you can get running in minutes. I especially like the common built-in authentication integrations like Google SSO, Apple ID, and Facebook login, which are ready to just plug in. The Postgres database's support for row level security is great for building secure data handling. I find the free tier to be valuable even before moving to any priced plans. Supabase also works great with the AI coding tools that we use, as AI models can directly interface with it. Overall, the initial setup was super easy.
    What do you dislike about the product?
    I don't think it's possible to host web frontend of the applications directly there. It would be great if we could also host that side there and not have to find another service just for that.
    What problems is the product solving and how is that benefiting you?
    Supabase makes it super easy to build on its database and authentication infrastructure. It provides a solid backend basis, with built-in authentication integrations and secure data handling through Postgres. The free tier offers great value before upgrading.
    Broadcast Media

    Supabase: Intuitive UI, Great Docs, and Reliable Performance from Day One

    Reviewed on Jul 09, 2026
    Review provided by G2
    What do you like best about the product?
    What I like best about Supabase is how easy it is to use from day one. The UI is clean and intuitive, so it's easy to manage databases, authentication, storage, and other services without feeling overwhelmed. It integrates well with modern frameworks and tools, making development smooth. Performance has been reliable for my use cases, and the pricing offers good value, especially considering how many features are included. The documentation and onboarding experience are excellent, so getting started is straightforward, and the community support is helpful whenever you run into issues. I also like that Supabase is actively adding AI-related capabilities and keeping up with modern development trends, which makes it feel like a platform that's continuously improving.
    What do you dislike about the product?
    One thing I dislike is that some advanced features can take a bit of time to understand if you're new to backend development. While the documentation is good, there are still moments where you have to dig through guides or community discussions to find specific answers. The platform is improving quickly, but a few areas of the dashboard could be more intuitive, and some newer features could benefit from more detailed documentation and examples.
    What problems is the product solving and how is that benefiting you?
    Supabase simplifies backend development by providing a managed database, authentication, storage, and APIs in one platform. Instead of spending time setting up and maintaining backend infrastructure, I can focus on building the actual application. It has reduced development time, made prototyping much faster, and simplified deployment. Having everything integrated in a single platform also makes projects easier to manage and maintain.