Security
Subprocessor List

Rulebricks Subprocessors

SubprocessorTechnology ProvidedDescriptionWebsite
Vercel (AWS)Hosting & Edge CachingProvides cloud hosting and edge caching services. Vercel is used for hosting the Next.js application, which includes React and Node.js environments. They also manage the Edge Cache to enhance content delivery speeds.Vercel (opens in a new tab)
SupabaseCloud DatabaseActs as a backend service. Supabase offers a PostgreSQL database service, authentication, real-time subscriptions, and storage capabilities. It is used to manage and store all the application data in the cloud securely.Supabase (opens in a new tab)
UpstashRedis CacheProvides managed Redis services. Upstash is used for caching frequently accessed data to reduce latency and improve the performance of database operations.Upstash (opens in a new tab)

Details

  • Next.js: A React framework that enables server-side rendering and static site generation, which is hosted on Vercel. Region – Vercel – IAD1 (Washington, D.C.)
  • Node 22: Handles all server-side logic.
  • Vercel Edge Cache: Utilizes Vercel's global network to cache and serve static and dynamic content at the edge, closest to the users, for faster performance.
  • Supabase (Cloud): A cloud-hosted backend-as-a-service that provides not only database solutions but also handles authentication and real-time data functionality. Region – Supabase – US East (N. Virginia)
  • Redis (Upstash): Rulebricks uses Upstash to manage user rate limits, and temporarily store compressed asset data for increased API performance.