Sprint 2 is complete. https://lnkd.in/gzft6__v
Sprint 2 of the Soviic build is complete. The workflow builder is working end to end — triggers fire, actions execute, the engine runs, and the activity feed logs everything. But the most important things that happened in Sprint 2 weren't the features. Here's what actually stood out. The security catch. While building out the workflow execution engine, I found a schema policy that would have allowed a user to access another organization's data. Not a theoretical risk — a real one, with a clear path to exploitation. No customers on the platform yet, so no exposure. But it was there, and it would have shipped if I hadn't been looking. I fixed it before moving forward. That's the whole point of building security in from the start rather than bolting it on later. Problems found in development cost almost nothing to fix. The same problem found after customers are live is a different conversation entirely. The silent bug. I also found a bug that had been sitting dormant in the database layer for weeks. It wasn't breaking anything visible — because nothing had exercised that code path yet. Sprint 2 did. The bug surfaced, I traced it, fixed it, and moved on. This is one of the underappreciated realities of software development. Some bugs don't announce themselves. They sit quietly until exactly the right conditions wake them up. The answer isn't to be perfect — it's to build test coverage and actually exercise your code paths before customers do. The email. I tested the email action end to end. Not "it looks right in the code" — I mean I triggered a workflow, watched the execution engine run, and confirmed an actual email landed in an actual inbox. That's the standard. The system either does the thing or it doesn't. Sprint 3 is integrations — Google Workspace, Slack, OAuth. The foundation is solid. Now we connect it to the tools small businesses already use. What's a process in your business that you'd automate first if you could? #Soviic #BuildingInPublic #SaaS #WorkflowAutomation #SmallBusiness #Founder #Supabase #CyberSecurity