For the complete documentation index, see llms.txt. This page is also available as Markdown.

Technology

A look under the skin

Roadmap is built on Gadget, a full-stack platform used to build, run, host, and scale the application.

This page covers the core technology and security controls that apply to Roadmap itself.

Application stack

Roadmap runs on a modern managed stack:

  • Frontend: Vite

  • Backend: Node.js with npm

  • Database: PostgreSQL

  • Cloud platform: Google Cloud Platform (GCP)

  • Hosting model: Serverless infrastructure

This setup keeps the application fast to deploy, easy to scale, and operationally lightweight.

Security overview

Roadmap benefits from several built-in platform protections:

  • DDoS protection: Traffic is protected by Cloudflare.

  • Backend guardrails: Gadget enforces backend best practices for secure application development.

  • Managed operations: Infrastructure is fully managed with 24/7 DevOps monitoring.

  • Service reliability: Service level objectives are included as part of the managed platform.

This overview covers the infrastructure used to run Roadmap. It does not cover Shopify's own platform controls or any third-party tools connected separately to your store.

Performance and scalability

Roadmap is designed to run on serverless infrastructure.

That allows the application to scale with demand without requiring fixed server capacity. It also reduces operational overhead and supports lower-latency request handling on managed cloud infrastructure.

Gadget also provides built-in platform support for:

  • Security

  • Scalability

  • Data retention

  • Disaster recovery

Enterprise deployment options

For merchants with stricter infrastructure requirements, enterprise deployment options may include:

  • Custom rate limits

  • Greater control of data

  • Lower latency targets

  • Custom SLAs

If you need detail beyond this summary, contact the Roadmap team for a platform-specific review.

Last updated