Structured extraction before product logic
The model produces fields such as location, severity, summary, actors, and affected people. That gives downstream relevance and notification steps a stable shape instead of making them parse prose.
A news and events product that helps people in Ecuador find relevant information about places near them.
National news is abundant, but local relevance is hard to discover. Truquito turns a stream of public sources into structured, location-aware signals that can reach people nearby.
I designed, built, deployed, and operate the product end to end. That includes the mobile experience, data model, automated workflows, model integration, geolocation, notifications, and the day-to-day work of keeping sources healthy.
A conceptual view of the system, recreated from the public-safe project description.
The result is a production product with an automated processing loop and a deliberately lean operating model. It can ingest, interpret, locate, and route relevant items without regular manual editorial work.
The model produces fields such as location, severity, summary, actors, and affected people. That gives downstream relevance and notification steps a stable shape instead of making them parse prose.
Supabase, Vercel, n8n, and external location services keep the product practical to run as a solo technical owner. The architecture favors leverage over infrastructure that would require constant attention.
News and events receive OpenAI text-embedding-3-small vectors to prepare future intent-based discovery. Semantic search is not presented as a public feature already launched.
The most important engineering decision is not treating the model as the product. The useful product is the complete loop around it: inputs, structured output, location, relevance, delivery, and recovery when a source changes.
Explore another case