CONTEXT
Why this product exists.
MyCelulas emerged from a real operational need in Alejandro's local church: bring fragmented information, leadership workflows and growth reporting into one product.
SaaS platform for church cell management
A SaaS product designed and built from scratch to help churches manage cells, members, reporting and organizational structure.
Live website
CONTEXT
MyCelulas emerged from a real operational need in Alejandro's local church: bring fragmented information, leadership workflows and growth reporting into one product.
PROBLEM / CHALLENGE
The product had to support multiple organizations and users while keeping structure, reporting and access levels understandable for people who are not technical.
SOLUTION
A responsive, multilingual SaaS interface for organization, cell and user management, with dashboards, growth reports, leadership workflows and subscription plans.
ENGINEERING DECISIONS
PHP keeps the product straightforward to deploy and lets the interface render close to the data and business rules.
Different users need different access levels, so authorization is part of the application model rather than an afterthought in the interface.
The system has evolved with feedback from real users, which makes clear boundaries and maintainable data relationships more valuable than unnecessary complexity.
LESSONS FROM PRODUCTION
Building a growing product teaches lessons that a tutorial cannot: permissions need to be legible, data structures have to evolve safely and production feedback should shape the next technical decision.
Current technical priorities include increasing automated test coverage, refining application boundaries and improving deployment automation.