Comment on page
Developing your first application
You can find a step-by-step guide to develop your first public application in the CARTO for Developers documentation:
Here you will learn the basic concepts required to create a public web application using CARTO, compatible with any Javascript Development Framework. With CARTO you don't need to be a geospatial expert to develop a geospatial application, so if you're a web developer you shouldn't have any issues following this guide.
After completing this guide you will be familiar with the following concepts:
- Scaffolding your application.
- Publishing your app

Architecture diagram of our public application
During this guide, we're using the CARTO Data Warehouse. The process explained here is also compatible with other Warehouses like BigQuery, Snowflake, Redshift, or Postgres. Instead of using
connection=carto_dw
, you need to use connection=<your_connection>.Last modified 1mo ago