Blog
How we're building the future of letting agency software
Insights, strategies, and the latest from the letting agents turned developers building AI-powered property management

OAuth 2.0 API Authentication: Integrating with Property Portals Securely
How we implemented industry-standard OAuth 2.0 API authentication using Doorkeeper for secure third-party integrations with property portals.

Achieving 100% Test Coverage: A Milestone in Software Quality
How we achieved 100% test coverage for our letting agency platform and why comprehensive testing matters for production software.

Drag-and-Drop Photo Reordering: Modern UX for Property Images
How we implemented intuitive drag-and-drop photo reordering using Sortable.js for property images in our letting agency software.
Performance Optimization: Eliminating N+1 Queries and Lazy Loading Images
How we achieved 60-70% faster page loads by fixing N+1 database queries and implementing lazy loading for property images.

Multi-Tenancy Architecture: How We Support Multiple Agencies Securely
Learn how we implemented secure multi-tenancy for letting agencies using subdomain routing and database-level tenant isolation in Rails.