Design
Taught myself Photoshop and the Adobe tools. Worked after school at a local design studio, where I learned product photography, client work, and production workflow. Left to freelance for local businesses.
I’m the founder of SempreVenda, an offline-first point-of-sale and operating system for restaurants, bars, and cafés in Brazil. At twenty, I am building the product while continuing to operate the kind of business it serves.
semprevenda.app.br (opens in a new tab) Technical note main.agnaldoguerra@gmail.com
Current status completing the production application around the finished Rust transaction kernel and preparing the system for deployment.
01 Current work
A restaurant’s point-of-sale is not a back-office tool. It is in the hands of the staff through every service, and when it stops, trade stops. Most of the systems available here bill forever and take custody of the data the business runs on. The dependence is not only financial: when the record of your sales, your stock, and your history lives somewhere else, so does your ability to keep trading without it.
SempreVenda keeps selling when the connection drops, and the business buys the core system rather than renting it indefinitely. Sales, payments, stock, cash movements, and audit history all resolve against a single transaction model, so there is one answer to what happened during a service rather than four that disagree.
The product covers table service, orders, kitchen and bar production, payments, cash management, inventory, costs, and reporting: the whole of what a shift touches, rather than a checkout screen with reports attached to it.
The terminal keeps selling when the connection does not.
The business buys the core system instead of renting it indefinitely.
One model owns what a sale, a payment, and a stock movement mean.




Current status Rust kernel built; features migrating onto it.
02 Founder-market fit
I opened a bar at nineteen and turned it into a bar and café. I still run it. I hire and pay the staff, order from suppliers, count stock, close the till, reconcile the card machines, and pay the software bills.
That is also where I met the problem. I have watched a service run on a system that disagrees with itself: an order that exists on one screen and not another, a card machine that reconciles to a figure the POS will not confirm, a counter queue while a terminal restarts. Those are not reporting inconveniences. They are the service.
I am not building software for a customer I understand only through interviews. I operate the same category of business I am building for.
03 Technical judgment
The first version of SempreVenda proved the product’s scope: it did enough of the job to show the shape of the whole thing. It also spread the rules of the business across the application, so the answer to what a sale was depended on which part of the code you asked.
I stopped adding features. Rather than continue compounding, I rebuilt the transactional foundation as a single kernel in Rust. A kernel here means one piece of the system, and only one, is allowed to decide what happened: every sale, payment, and stock movement is submitted to it, and nothing else may write the record.
Typed commands in, validated state transitions and receipts out, safe to retry, defined behavior on crash, and an audit trail that is written rather than reconstructed. For the operator that means one figure at the end of the night, and a record of how it was reached that nobody had to assemble afterwards. The kernel is finished. The production application is being rebuilt around it, with the interface holding far less authority than it used to.
04 Record
Taught myself Photoshop and the Adobe tools. Worked after school at a local design studio, where I learned product photography, client work, and production workflow. Left to freelance for local businesses.
Joined a small hype-sneaker resale venture. My first attempt was a Nike restock bot; it never worked, but I became the operation’s general problem-solver. Later I sold web design work.

Built a coffee brand in Minas Gerais. I bought 60 kg sacks directly from farmers and transported them myself, worked with a local master roaster, packaged the coffee, and sold it to businesses and supermarkets.



Moved about 1,000 km alone to Ponta Grossa to study electrical engineering. Worked on an electric racing-car project and helped organize university events for more than 700 people.



My father declined to let me expand his boot business, so I sourced boots from another factory and built my own sales operation in southern Brazil. It grew enough for me to hire a salesman. The venture eventually collapsed.


Opened a bar and expanded it into a bar and café. Running it is where I found the operational and software problems that led to SempreVenda.
Built the initial product, judged its architecture insufficiently trustworthy at scale, and completed a central Rust transaction kernel. I am rebuilding the production application around it.
05 The pattern
I tend to learn by entering an industry, selling something real, and taking responsibility for the result.
My earlier projects taught me how to start, sell, and move quickly. Their failures taught me that speed only compounds when the underlying system is durable. SempreVenda is the company I am building with both lessons.
07 Contact
I am currently completing SempreVenda’s production application and preparing it for deployment in hospitality businesses.