“Geo for the rest of us — because we believe ability to create location intelligence applications should be accessible to everyone.”
Quick Start with Geobase
This guide will help you get started with Geobase and build your first app.
- Sign up for a Geobase account
- Create a new project from the dashboard. This can take a few minutes.
- Go to Editor and select the
Geobase Quickstart
>Wonders of the World
template and click on theRun
button.
See the video below for a walkthrough of the process.
Building your Next.js Geobase App
TL;DR If you have a Geobase account and a project, let’s get you started with a more advanced example of a sharable map app with realtime features.
What is Geobase?
Geobase extends the capabilities of Supabase for the geospatial industry. The aim of Geobase is to enable geospatial software developers to build location intelligence applications faster without missing out on the benefits of a full stack framework.
What is Supabase?
Supabase is an open source Firebase alternative. It provides a Postgres database, realtime data subscription, and an auth system.
What is Postgres?
Postgres is an open source relational database. It is a powerful tool for storing and querying geospatial data.