DealForge (Real Estate ROI Calculator)
In DevelopmentStrategy-based real estate deal-analysis SaaS that models rentals, flips, BRRRR, and creative-finance deals in minutes.
A multi-tenant operating system for rental operations — leasing, maintenance, and finance.
Built for Landlords, property managers, and investors.
Automated Property Management OS is a multi-tenant SaaS operating system for rental operations. It covers properties and units with full CRUD, a leasing funnel (applicants to leases to tenants) driven by workflow state machines, and a maintenance loop of requests, vendors, and work orders. An event-driven automation engine auto-generates tasks and in-app notifications, and a financial core handles rent schedules, payments, and a rent roll through a payment-provider abstraction. A reporting module computes portfolio, leasing, financial, and maintenance analytics from live data, an AI intelligence layer (Claude) summarizes and recommends under strict guardrails, and admin modules cover settings, owners, owner statements, tours, listings, and documents.
It enforces structural multi-tenancy — every repository method requires a companyId resolved from the active Clerk org — with backend RBAC gating every mutation, event emission plus audit logging on every write, and soft deletes. It builds reusable workflow transition engines (state machines) with cross-vertical conversions, an idempotent transaction-atomic automation rule registry, and provider abstractions for payments, storage, and AI, with the AI layer inheriting user permissions, never mutating records, and auditing every call.
The dashboard is not a dashboard — it is a Command Center. This is an operating system for rental operations, not a collection of CRUD forms.
Command Center
Operational home surfacing alerts, overdue rent, expirations, vacancies, and priorities.
Workflow engine
Controls state transitions for applicants, leases, tenants, payments, maintenance, and more.
Event engine
Generates system events that drive tasks, notifications, automations, and analytics.
Automation engineTrigger / Condition / Action
Trigger, condition, and action automations across the platform.
Task engine
Auto-generated, first-class tasks with priority, assignee, and audit history.
Escalation engine
Automatically escalates overdue rent, stalled maintenance, and non-responsive vendors.
SLA engine
Tracks response deadlines and breaches across major workflows.
Notification engine
Event-sourced in-app, email, SMS, and push notifications.
Applicant and leasing management
Applications, tours, listings, and lease drafts through a leasing workflow.
Lease lifecycle management
Draft to signed to renewal or termination with tracked transitions.
Payments and rent collection
Rent schedules, payment states, late fees, and collection tracking.
Maintenance and work orders
Request intake through vendor work orders, invoices, and manager review.
Vendor management
Vendor assignment, work order execution, and performance tracking.
Owner portal and statements
Owner visibility into performance, expenses, and auditable statements.
AI intelligence agents
Specialized property, leasing, maintenance, financial, and portfolio agents.
Analytics and forecasting
Portfolio, occupancy, financial, and forecasting analytics via dedicated services.
Multi-tenant security and audit
Company isolation, role permissions, soft delete, and audit logging enforced at every layer.
Health scores
Performance, occupancy, and risk signals for each property.
Aggregate performance and trends across the portfolio.
Workflow throughput, task backlogs, and SLA adherence.
Revenue, collection, and delinquency signals.
Vendor responsiveness and performance.
Application conversion, vacancy, and leasing throughput.
A Next.js App Router application layered as server actions to services to company-scoped repositories, with PostgreSQL and Prisma. Clerk provides authentication with Organizations mapped to Companies, synced via webhooks; Claude runs behind an LLM-provider abstraction; and storage sits behind a provider seam (local uploads, S3-ready).
Strategy-based real estate deal-analysis SaaS that models rentals, flips, BRRRR, and creative-finance deals in minutes.
An AI operations layer that detects cross-system gaps and completes coordination work under approval controls.
Location intelligence that scores ZIP codes by industry-specific expansion opportunity.
Start a project and reference this one — the conversation begins with what you have already seen.
Start a project