Projects
A selection of products, hackathon projects, and technical experiments I've built over the past few years.
IGNITE
Developer
A satellite imagery project built for the 'seeing the unseen, from space' challenge. It won the Airbus Prize at the ActInSpace 2026 world final in Bordeaux, representing Brazil.
- React
- Vite
- JavaScript
MaibPage
Author and developer
This is the site you are reading. I built it in PT and EN with an MDX blog, a ⌘K palette, and a dark anti-neon design system in OKLCH. A script checks WCAG contrast. During development, I use two terminals: one implements and the other reviews.
- Next.js 16
- TypeScript
- MDX
- Tailwind
- next-intl
CortAI
Developer
A tool that uses multimodal AI to generate multiple media clips in real time. It placed second at AKCIT 2025.
- Python
- Generative AI
- Multimodal
TinyML HAR
Developer
A project from my AI residency at SENAI. A human activity recognition model trained on the UCI HAR dataset runs on an ESP32-S3 and reads data from an MPU6050 sensor. Everything happens at the edge, without the cloud.
- C
- ESP32-S3
- TensorFlow Lite Micro
- TinyML