Skip to contentSkip to Content
DocsArchitectureInfrastructureOverview
Architecture

Infrastructure

Every Advizr system runs on the same four pillars. This keeps client builds consistent, auditable, and cheap to operate — the same reasons we recommend boring infrastructure to clients.

PillarWhat runs there
VercelAll web applications — the internal dashboard, the client platform, this docs site. Push to the default branch deploys to production.
RailwayPython services: the knowledge-base API, text embedding, background quality workers, and the lead-generation pipeline.
SupabasePostgreSQL + authentication. One master instance for auth and internal data, plus an isolated instance per client.
GitHubEvery repository, private, under one organization. CI runs build and spell checks on every pull request.

In this section

Last updated on