git404hub

what is estatio fr?

hirezadehghani/estatio — explained in plain English

Analysis updated 2026-05-18

1PHPAudience · developerComplexity · 3/5LicenseSetup · moderate

tl;dr

An open source real estate CRM built with Laravel and React for agencies, brokers, and property consultants to manage listings, leads, and appointments.

vibe map

mindmap
  root((Estatio))
    What it does
      Property management
      Customer and lead tracking
      Appointment scheduling
    Tech stack
      Laravel
      React
      Inertia.js
      Tailwind CSS
    Use cases
      Track property listings
      Manage sales leads
      Schedule client appointments
    Audience
      Developer
    Setup
      Composer and npm install
      Run migrations
      Start dev server

Code map

Detail Auto

An interactive map of this repo's files and how they connect — its source is parsed live in your browser. Click Visualize to build it.

filefunction / class

what do people make with this?

VIBE 1

Give a small real estate agency a self hosted CRM for tracking properties and clients.

VIBE 2

Manage sales leads and appointments through a dashboard instead of spreadsheets.

VIBE 3

Extend or customize a Laravel and React CRM as a starting point for a property business.

VIBE 4

Run automated tests, code style checks, and static analysis as the codebase grows.

what's the stack?

LaravelPHPReactInertia.jsTailwind CSS

how it stacks up fr

hirezadehghani/estatioagentpietrucha/ks_affiliationakarshsatija/php-whois
Stars111
LanguagePHPPHPPHP
Last pushed2014-02-06
MaintenanceDormant
Setup difficultymoderatemoderateeasy
Complexity3/53/52/5
Audiencedeveloperdeveloperpm founder

Figures from each repo's GitHub metadata at analysis time.

how do i run it?

Difficulty · moderate time til it works · 30min

Requires PHP, Composer, Node, and a database configured through Laravel's .env file before running migrations.

GPL 3.0, any modified version distributed to others must also be shared under the same open license.

in plain english

Estatio is an open source customer relationship management system built specifically for real estate agencies, brokers, and property consultants. It gives a small agency the kind of software that keeps track of properties, customers, and leads in one place, without needing to build something custom or pay for a proprietary system. The application is built on Laravel, a PHP framework for building web applications, with a React frontend connected through Inertia.js so the interface behaves like a single page app while the backend still handles the logic in PHP. Styling is done with Tailwind CSS, and the project uses Pest for testing, Laravel Pint for code formatting, and Larastan for catching type related bugs before they reach production. Based on its README, the core features include managing property listings, keeping track of customers and sales leads, scheduling appointments, a dashboard for an overview of activity, and a login and authentication system so different staff members can access the tool securely. The project also ships with a Vite based build setup for fast frontend development. Getting it running follows the usual pattern for a Laravel project: clone the repository, install PHP dependencies with Composer and JavaScript dependencies with npm, copy the example environment file, generate an application key, run the database migrations, then start the development server and the frontend build process together. Automated tests can be run with a single Artisan command, and code style and static analysis tools are included to help keep the codebase consistent as it grows. The project points to separate documentation files covering its architecture, roadmap, change history, contribution guidelines, and security policy for anyone who wants more detail before reading the code. It is released under the GPL 3.0 license, which means any modified version distributed to others must also be shared under the same open license. Contributions are welcomed through pull requests.

prompts (copy fr)

prompt 1
Help me set up a Laravel and React project with Inertia.js from a fresh clone.
prompt 2
Explain what GPL 3.0 requires if I modify and redistribute this CRM.
prompt 3
Show me how Pest testing and Laravel Pint fit into a typical Laravel development workflow.
prompt 4
Walk me through adding a new feature, like lead scoring, to a Laravel and Inertia.js CRM.

Frequently asked questions

what is estatio fr?

An open source real estate CRM built with Laravel and React for agencies, brokers, and property consultants to manage listings, leads, and appointments.

What language is estatio written in?

Mainly PHP. The stack also includes Laravel, PHP, React.

What license does estatio use?

GPL 3.0, any modified version distributed to others must also be shared under the same open license.

How hard is estatio to set up?

Setup difficulty is rated moderate, with roughly 30min to a first successful run.

Who is estatio for?

Mainly developer.

peek the repo → explain another one

This repo across BitVibe Labs

double-check against the repo, no cap.