TheCondoPortal logo
HomeNeighbourhoodsMapBlogBrokerage

TheCondoPortal

Red Bricks is your destination for pre-construction condos, townhouses, and homes. Access platinum listings, launching soon projects, and more.

Discover

  • Home
  • Neighbourhoods
  • Map
  • Blog
  • Developers
  • Cities

Company

  • About Us
  • Our Team
  • Contact

Get in Touch

Have questions about a project? We're here to help.

Send a Message →

Listing data is provided under license from the Toronto Regional Real Estate Board (TRREB). TRREB assumes no responsibility for the accuracy of the information contained herein. Data is updated periodically and may not reflect the most current market activity. Not intended to solicit buyers or sellers currently under contract. MLS®, REALTOR®, and the associated logos are certification marks owned by the Canadian Real Estate Association (CREA) and identify real estate professionals who are members of CREA.

© 2026 TheCondoPortal. All rights reserved.

Data powered by

Privacy PolicyTerms of Service
Home/Help Center/Technical FAQ/Where Does My Site Live?
getting-startedoverview

Where Does My Site Live?

Vercel deployment, infrastructure, and what hosting means for your site.

Last updatedMarch 22, 2026

On this page

  • Where Does My Site Live?
  • What is Vercel?
  • Infrastructure details
  • Deployments
  • What you do NOT need to worry about

Where Does My Site Live?

Your site is hosted on Vercel, a cloud platform optimized for modern web applications.

What is Vercel?

Vercel is the company behind Next.js, the framework your site is built on. They provide:

  • Global CDN (Content Delivery Network) for fast page loads worldwide
  • Automatic HTTPS/SSL certificates
  • Serverless functions for API routes
  • Automatic scaling to handle traffic spikes

Infrastructure details

  • Hosting region — Your site is deployed to edge nodes closest to your visitors
  • Uptime — Vercel provides 99.99% uptime SLA on paid plans
  • Backups — Every deployment is versioned; you can roll back to any previous version instantly
  • Bandwidth — Included in your plan; scales automatically with traffic

Deployments

Every change to your site creates a new deployment. You can:

  • View deployment history in the Vercel dashboard
  • Preview any deployment before it goes live
  • Roll back to a previous deployment with one click
  • Set up preview deployments for testing changes
Your site runs on serverless infrastructure, meaning there is no single server to maintain, patch, or restart. Vercel handles all infrastructure management automatically.

What you do NOT need to worry about

  • Server maintenance or updates
  • SSL certificate renewal
  • Load balancing for traffic spikes
  • CDN configuration
  • DDoS protection (included by default)

Was this article helpful?

Related Articles

How Does Data Sync Work?

Understanding cron jobs, API data flow, and how your site stays current.

Technical FAQ

What is Red Bricks OS?

An overview of the Red Bricks OS platform, what it does, and who it is built for.

Getting Started

Setting Up Your Site

First login, admin dashboard overview, and initial configuration steps.

Getting Started

Back to Technical FAQ