Supabase

screenshot of Supabase
nextjs
scss
firebase
supabase

The open source Firebase alternative. Supabase gives you a dedicated Postgres database to build your web, mobile, and AI applications.

Overview:

Supabase is an open-source alternative to Firebase, offering a range of features using enterprise-grade open-source tools. It provides services like hosted Postgres database, authentication, auto-generated APIs, real-time subscriptions, file storage, AI toolkit, and more. Supabase aims to provide developers with a Firebase-like experience using open-source tools and is not a direct copy of Firebase's features.

Features:

  • Hosted Postgres Database: Benefit from a hosted Postgres database for your applications.
  • Authentication and Authorization: Easily set up user authentication and manage user permissions.
  • Auto-generated APIs: Enjoy RESTful APIs generated automatically for your database.
  • Real-time Subscriptions: Stay updated with real-time data changes on your database.
  • Functions: Utilize different kinds of functions including database functions and edge functions.
  • File Storage: Store and manage files using a RESTful interface.
  • AI + Vector/Embeddings Toolkit: Access AI tools to enhance your applications.
  • Dashboard: Monitor and manage your projects through the Supabase dashboard.
nextjs
Next.js

Next.js is a React-based web framework that enables server-side rendering, static site generation, and other powerful features for building modern web applications.

scss
SCSS

SCSS is a preprocessor scripting language that extends the capabilities of CSS by adding features such as variables, nesting, and mixins. It allows developers to write more efficient and maintainable CSS code, and helps to streamline the development process by reducing repetition and increasing reusability.

firebase
Firebase

Firebase offers a comprehensive set of features, including real-time database, authentication, hosting, cloud functions, storage, and more. Firebase provides an easy-to-use interface and allows developers to focus on building features rather than managing infrastructure.

supabase
Supabase

Supabase is an open source Firebase alternative. Start your project with a Postgres database, Authentication, instant APIs, Edge Functions, Realtime subscriptions, and Storage.

fullstack
Fullstack

A fullstack boilerplate provides a starter application that includes both frontend and backend. It should include database, auth, payments, user roles and other backend services to build a fully featured saas or webapps.

eslint
Eslint

ESLint is a linter for JavaScript that analyzes code to detect and report on potential problems and errors, as well as enforce consistent code style and best practices, helping developers to write cleaner, more maintainable code.