Full stack examples
This page collects starter repositories for end-to-end Geobase applications (frontend + backend + data setup).
Use with:
Available example repositories
| Example | Framework | Repository | Notes |
|---|---|---|---|
| Shareable maps | Next.js | geobase-blueprint-shareable-maps-nextjs | Collaborative maps app with auth, DB migrations, and map features. |
| Ship movement analysis | React | geobase-blueprint-ship-movement | Temporal ship-trail analytics and map visualization patterns. |
| Taxi analysis | React | geobase-blueprint-taxi-analysis | MobilityDB-based trajectory and closest-pass analysis patterns. |
Agent workflow
- Pick one repository that matches your target framework.
- Run
geobase projects env <ref> --persona webto get project env values. - Run
geobase projects endpoints <ref>to verify service paths. - Apply env + endpoint config to the chosen repo and run locally.
- Human checkpoint: validate auth flow, one data read/write operation, and one map/data visualization flow.
Last updated on