Skip to main content

Documentation Index

Fetch the complete documentation index at: https://help.1nspect.app/llms.txt

Use this file to discover all available pages before exploring further.

Web Admin Overview

The 1nspecT web admin is where the inspection business runs — every screen the company-owner or operator uses to schedule, draft, publish, bill, and follow up on inspections. It is the production console, distinct from the mobile app (which is the on-site field-capture tool). This article tours the layout, explains the sidebar, and points you to the right deep-dive for each surface. If you are new to 1nspecT, run through the Getting Started walkthroughs first — they go end-to-end from account setup to first published report. This page is the reference map for return visits.

Who uses this

Inspection-business owners and operators. Your administrator account was created either at sign-up (if you bought the platform yourself) or by your company owner. Roles include:
RoleCommon nameSees
OwnerBoss / operatorEverything — including the Platform Admin shortcuts for owner-only features
OperatorScheduler / office managerDay-to-day operations — orders, scheduling, contracts, reports, communications
InspectorField inspectorMainly read access to their assigned inspections plus the Mobile App
This guide focuses on the Owner and Operator views. Inspector-on-mobile documentation lives in the Inspector section.

Signing in

Web admin lives at https://app.1nspect.app (or your white-label custom domain if your account uses one). Sign in with the same email and password you use on the mobile app. After sign-in:
  • First load lands you on the Dashboard at the route /.
  • Subsequent loads remember your last page within the session.
  • Inactivity timeout returns you to the login screen after a long idle period.

The sidebar — 9 primary surfaces

[SCREENSHOT: web-admin-sidebar.png — desktop, the left-side navigation showing 9 items with icons: Dashboard, Inspections, Templates, Narrative Management, Contacts, Cover Designer, Reports, Business Ops, Settings.] The sidebar is the master navigation. Each item is a top-level surface; deeper pages live as sub-routes under each.
#ItemRouteWhat lives here
1Dashboard/KPI tiles, pipeline funnel, top agents, action items, warranty engine pipeline. See the BI Dashboard architecture for the data model.
2Inspections/inspectionsThe master order/inspection list. Click an order to drill into Inspection Details. Create a new order with the Order Creation Wizard.
3Templates/templates/builderBuild and edit the inspection templates used on mobile. See Templates Overview.
4Narrative Management/narratives/intelligence-hubThe “Intelligence Hub” — narrative library, smart comments, option lists, keyword management. See Intelligence Hub Overview.
5Contacts/contactsClients, agents, vendors, team members — every person tied to an order. See Contacts.
6Cover Designer/cover-designerBranded cover-page designer for inspection reports. See Cover Designer.
7Reports/reportsBusiness intelligence reports: Monthly Reconciliation, Outstanding A/R, Service Mix, Agent Referral, Inspector Productivity, Activity Log, Tax Summary. See Reports & Publishing.
8Business Ops/company-settingsCompany info + pricing + workflow engine + communications + contracts. See Company Info, Pricing Manager.
9Settings/settingsAccount-level settings: profile, branding, integrations, security, subscription & tokens. See Settings.
Owner-only: If you are signed in as Owner, a Platform Admin badge appears next to your name in the top bar. It exposes a /super-admin/factory shortcut for tenant provisioning and other owner-level controls. Operators do not see this badge.

Mental model

The platform organizes your business around three nouns and one verb:
  • Order — the master engagement: one property + one client + one or more services. An order may contain multiple inspections (multi-phase) and multiple contracts.
  • Inspection — one site visit. Single-phase orders have one inspection; new-construction orders have multiple (Phase 1, Phase 2, Final).
  • Report — the deliverable. One PDF report per inspection, plus a Realtor Portal view, plus a Client Portal view.
  • Publish — the verb that takes a completed inspection from internal review to client delivery.
Everything in the sidebar serves one of these:
Sidebar itemServes
DashboardInsight across all orders, inspections, reports
InspectionsOrder + Inspection workflow
TemplatesWhat an inspection captures
Narrative ManagementWhat a report says
ContactsWho the order is for
Cover DesignerHow the report looks
ReportsBusiness performance after the work is done
Business OpsThe settings that shape how everything runs
SettingsYour account + integrations

A typical operator’s day

  1. Morning — open the Dashboard to see what’s due, what’s in pipeline, what needs attention.
  2. Action Items panel surfaces: stale quotes to follow up, unsigned contracts to nudge, unpaid invoices.
  3. New booking arrives — the inspector sent a Field Quote from mobile. Click the lead, convert it via the Order Creation Wizard.
  4. Field inspection happens — the inspector works on mobile. Findings stream into Firestore in near-real-time.
  5. Afternoon — inspector marks the inspection complete on mobile. The Inspection Reviewer workspace becomes available on web.
  6. Review the report — walk through findings, polish narratives, run AI Draft on field-noted items, generate SPOs, build the Summary.
  7. Publish — generate the PDF, email it to the client, fire the publish workflow that notifies the agent and prompts for payment.
  8. End of day — check Reports → Outstanding A/R to follow up on aging invoices.
  9. End of month — pull the Monthly Reconciliation report to match Stripe deposits to your bank.

Public-facing routes (not in the sidebar)

These routes exist for non-logged-in users (clients, agents, public bookers). You won’t navigate to them from the sidebar; they’re surfaced via links and emails.
RouteWhat it showsAudience
/loginSign-in formOperators
/signupSelf-service sign-upNew tenants
/verifiedEmail-verification landing pageNew signups
/calendar-connectedGoogle Calendar OAuth callback landingOperators
/report/:slug (mode=client)Client-side report viewHomeowner clients
/report/:slug/agent (mode=agent)Agent-side report viewBuyer’s agents
/portal/:tenantSlugRealtor portal homeAgents
/client-portal/:portalSlugPer-client portalClients
/quote/:tenantId/:leadIdCustomer-facing quote pageQuote recipients
/book and /book/:slugPublic booking formAnyone visiting the inspection company’s website
/playerStandalone video playerEmbedded in reports
You will rarely visit these directly; they show up as links in the emails the workflow engine sends.

Tech and version notes

Brand1nspecT
Web admin app@onespectit/web-admin
StackVite + React + MUI + Tiptap + Firebase + React Query
Backend APINestJS (@onespectit/backend-api) on Cloud Run
Data storeFirestore (state of record) — no separate relational database for business data
AuthFirebase Auth (same as mobile)
Multi-tenantYes — tenant isolation enforced at the Firestore document-path level

You want to…Read
Set up your account from scratchGetting Started → Account & Branding
See today’s orders and find a specific oneInspections List
Create a new orderOrder Creation Wizard
Edit a finalized inspection’s reportInspection Reviewer
Configure how reports lookCover Designer and Templates Overview
Set up your narrative libraryIntelligence Hub Overview
Configure pricingPricing Manager
Configure email workflowsCommunications
Set up e-signaturesContracts
Pull a financial reportReports & Publishing