Founder & CEO at Conty — building the infrastructure for authentic creator commerce.
22 years old. São Paulo, Brazil. Dropout.
In a world increasingly dominated by AI, authenticity becomes the last frontier. That's what we're building at Conty: a platform where anyone can earn money promoting products they genuinely love, naturally and spontaneously, just by sharing their story.
We're creating the "Uber" of the creator economy — connecting brands with authentic voices at scale.
What is Conty? — Our mission — My story
I believe in building in public. Here's what we're sharing:
- Backend Challenge — Technical assessment for backend positions
- Camera + Teleprompter — Professional camera app in Swift
- JSON Canvas Viewer — Canvas visualization in Flutter/Dart
- Awesome UGC Dataset — Brazilian UGC ads dataset
Building Conty to scale. Learning system architecture. Sharing knowledge with the community.
class PedroDeboni extends Founder {
final String mission = 'Build authentic creator economy infrastructure';
final bool dropout = true;
final int age = 22;
@override
void work() {
while (true) {
build();
learn();
share();
}
}
}