How Kawach Technology designed, built, and develop Orbit (orbitzr.com), a real-time project management platform, built-in automation, and a free-forever plan.
Most teams don't lose track of work because they lack a tool — they lose track of it because they're using three or four tools at once. A task gets assigned in a chat thread, a deadline lives in someone's calendar app, and the actual status update only exists in somebody's memory until the next stand-up. Every one of those handoffs is a place where a task quietly falls through the cracks. Kawach...
Most teams don't lose track of work because they lack a tool — they lose track of it because they're using three or four tools at once. A task gets assigned in a chat thread, a deadline lives in someone's calendar app, and the actual status update only exists in somebody's memory until the next stand-up. Every one of those handoffs is a place where a task quietly falls through the cracks.
Kawach Technology sees this exact problem from the client side constantly — teams asking us to build internal tools because their existing project software feels like it's fighting them rather than helping them. Rather than just describing that capability in a sales pitch, we decided to build a real product that solves it, and use it ourselves: Orbit, a project board where updates sync in real time, so nothing gets lost in a chat thread or forgotten in someone's inbox.
Building it also meant confronting a second, more technical challenge: most "real-time" project tools aren't actually real-time — they poll for updates every few seconds, or require a manual refresh. Making Orbit's sync genuinely instant, at a price point small teams and freelancers could actually afford, meant real architectural decisions, not just a marketing claim.
We built Orbit on Laravel 12, using Laravel Reverb — Laravel's own WebSocket broadcasting server — as the backbone for real-time sync, rather than a polling-based "refresh every few seconds" approach. That decision is why a card move, a comment, or an edit shows up on a teammate's screen in under a second: the change is pushed the moment it happens, not fetched on the next poll cycle.
On top of that real-time core, we built the features a team actually needs day to day: drag-and-drop boards and cards, an Inbox for capturing tasks the instant they come up, checklists with progress bars, comments with emoji reactions, and file attachments with cover images. Premium workspaces add Calendar, Timeline, Table, Dashboard, and Map views of the same underlying data — so a manager can see a timeline while an individual contributor works the board view, both looking at the same live data.
To solve the "automation shouldn't need a separate tool" problem, we built Pilot — Orbit's own trigger-condition-action automation engine, directly inside the product. And to solve the "sharing progress with outsiders" problem, we built read-only public board links that need no login at all — useful for exactly the kind of client-visibility use case Kawach's own client work runs into constantly.
Billing runs on Stripe across four tiers (Free, Standard, Premium, Enterprise), with role-based access via Spatie's laravel-permission package splitting workspace members into Admins (who manage billing, invites, and see every board) and Participants (who only see boards they're added to). The Free plan is deliberately generous — unlimited cards, up to 10 boards, no credit card required — because we wanted small teams and freelancers to be able to actually run their real work on it, not just trial it.
One of Orbit's actual users summed up the result better than our own marketing copy could: "We closed four other tabs the week we switched. Everything that used to live in a spreadsheet now just lives on a board people actually open." — Maya Kessler, Head of Ops at Northwind Labs, an Orbit customer.
Push updates over WebSockets the instant they happen, instead of a polling-based refresh.
Let teams automate repetitive workflow steps natively, without bolting on a separate tool.
Make the free tier genuinely usable for small teams and freelancers, not just a trial.
Let teams share live progress externally without handing out full account access.
WebSocket-pushed updates via Laravel Reverb — under a second, not a polling delay.
A native trigger-condition-action engine for automating repetitive workflow steps.
Read-only public links for sharing live progress externally, no login required.
A mobile app with a feed of recent activity, so teams stay current from anywhere.
Connects boards directly to the spreadsheets teams already use.
We selected every technology based on this project's real requirements: compliance obligations, scalability needs, and long-term maintainability. No trend-chasing, only battle-tested solutions.
Agile delivery with regular demos and continuous deployment. Full transparency at every stage.
Drew on patterns seen across Kawach's own client work — teams losing track of tasks across scattered tools — to scope what a genuinely better board needed to do.
Chose Laravel Reverb over a polling-based approach so sync is pushed instantly rather than fetched on an interval.
Shipped boards, cards, checklists, comments, and attachments as the foundation before layering on advanced views.
Integrated Stripe across four pricing tiers and built Admin/Participant roles with Spatie's permission package.
Built Orbit's own trigger-condition-action automation system directly into the product, rather than relying on a third-party integration.
Shipped a free-forever plan to lower the barrier to entry, then kept iterating based on real usage and feedback from early users.
Numbers measured at 6 months post-launch, independently verified by the client's operations team.
| Before | After |
|---|---|
| Tasks tracked across chat threads, spreadsheets, and calendar apps | One board where tasks, comments, and updates live together |
| Automating a workflow step means adding a separate tool | Pilot automates it natively, inside the board |
| Sharing progress externally means full account access or a stale screenshot | A live, read-only public link — no login required |
Beyond the numbers: what this project changed day-to-day for Orbit (Kawach Technology — In-House Product) and the people who rely on what we built.
Kawach Technology helps startups and enterprises build scalable, secure, and high-performance digital platforms. Let's turn your vision into the next success story.
Want a similar result for your business? Explore our SaaS Development services , or get in touch directly.