Skip to content
All projects

SIMF

case study

Internal Financial Management System

Internal web platform that monitors budget & financial execution for the Pará State Department of Education. Anchor project — I'm the tech lead and product owner.

Private gov system — case study only, with fictional-data screenshots. No code or real data is published.

// the case

problem
Budget and financial execution were tracked across scattered tools, with no single real-time view for the directors who answer for it.
solution
A role-based web platform that reads SIAFE data in real time, with modules for budget execution, settlements, payments and bank accounts — in active use by DFIN and DPPC.
impact
In active production use, serving SAPF. Deployed on an Ubuntu VM (Nginx + PM2) behind internal DNS with SSL.

// my role

Tech lead and product owner — the technical decision-maker, not a people manager. Data model, modules, access control and the production deployment.

// overview

SIMF reads SIAFE, the state's financial system, and turns it into something the directors who answer for the budget can actually read. Four modules follow the money in the order it moves: CEO for budget execution, CLIQ for settlements, CPAG for payments, and ACONT for the bank accounts underneath.

Access is scoped by directorate — DFIN sees its modules, DPPC sees its own — and administrative actions run with service privileges and land in an audit log. It runs on an Ubuntu VM behind Nginx and PM2, on internal DNS with SSL, inside the corporate network.

// engineering notes

// screens

All projects