Hype StackHypeStack

Use case

Software For Workflow Management

Most teams shopping for workflow software already own three tools that could do it. The question worth answering first is why the one you have is not being used.

Workflow management software tracks work as it moves between people: who has it now, what state it is in, what has to happen before it moves on. That is a different job from workflow automation, which runs steps without a person, and the two get sold together often enough that teams buy an automation platform to solve a visibility problem.

We sell source code you clone and run yourself, so there is no hosted workflow product here. For most teams the right answer is a tool that already exists, and quite often one they are already paying for.

You may already own one

The free and Microsoft-shaped variants of this search are the most common ones, which suggests a lot of people are looking for something they have already bought.

Check these before evaluating anything new

  • Microsoft 365Power Automate handles approvals and routing, Lists gives you a record with states, and Planner covers simple hand-offs. If you pay for Microsoft 365 these are included, and the integration with mail and Teams is the part standalone tools struggle to match.
  • Google WorkspaceAppSheet is included in several Workspace tiers and builds a records-and-approvals app over a Sheet, which is exactly the shape most teams are trying to escape to.
  • Your project toolJira, Linear and Asana all model states and transitions. A workflow is often a project board with the columns named after your process rather than a new product.
  • Your ticketing systemIf work arrives as requests, a help desk already has queues, assignment, SLAs and reporting, and it does the notification half better than most workflow tools.

Buying a fifth tool to coordinate four existing ones is a common and avoidable outcome.

When the existing tool is not being used, the reason is usually not a missing feature. It is that the work arrives somewhere else, normally email or a chat message, and the tool requires someone to re-enter it. Anything that does not fix the intake will be abandoned the same way.

What makes a workflow tool fit

Assuming a new tool is genuinely needed, four things separate the ones that survive from the ones that get quietly abandoned.

The states match how people already talk

If the team says a job is 'with the client' and the tool says 'pending external', every status conversation needs translating. Renaming states should be a settings screen, not a support ticket.

Intake is where the work actually arrives

A form nobody visits collects nothing. Requests that start in email or chat need to become records without anyone retyping them, which usually means an address that creates an item or an integration with the channel.

Assignment answers 'whose is it now'

Work assigned to a group is work assigned to nobody. Tools that only support team-level ownership push the actual coordination back into chat, which is where it was already failing.

History is durable and readable

Who moved this, when, and why is the question managers ask and the one thin tools answer worst. This is also what makes the reporting trustworthy later.

Automation is a separate decision

Once the states exist and work is flowing, some of the transitions can happen without a person. That is worth doing and worth doing after, not instead.

The reason for the ordering is that automating a process you have not observed tends to encode the version people describe rather than the version they run. Recording states for a few weeks first usually reveals a step everybody skips and a loop nobody mentioned, and automating the described version of the process makes both worse.

There is also a cost that is easy to miss. Automation platforms usually meter runs or tasks, and a workflow that fires on every record change can consume a plan quickly. Check what the meter counts before wiring anything to a high-volume trigger.

When teams end up building

Two shapes, and only one of them is common.

The rare one is an internal process so specific that no tool models it. This is less common than it feels, and the usual outcome is that the process is unnecessarily complicated rather than genuinely unusual.

The frequent one is a workflow that faces customers. An agency where clients approve deliverables, a lender where applicants upload documents and see progress, a service business where the customer is a participant in the process rather than a spectator. Internal workflow tools handle external participants poorly, and giving a customer a seat in your internal tool is usually the wrong answer on both security and experience grounds.

What you would start from here

There is no workflow engine in this stack, no state machine, no approval model, no task inbox and no automation builder. What exists is the application those things would live inside.

The Vault template gives you organizations as the boundary work belongs to, roles and invitations, a Hono backend with Prisma and Kysely on Postgres, an admin app, and Stripe billing for the customer-facing case. For the process itself, a status column with an enum, a table recording transitions, and a job runner covers a surprising amount of ground, and it ships with your code rather than becoming a service to operate.

If the process must survive restarts, retry for days, and never duplicate a side effect, that is where a durable execution engine earns its cost. Temporal is the usual choice and it is theirs rather than ours, running alongside this rather than arriving with it.

You would write the states, the transition rules, who may make each transition, and the intake path that turns an email or a form into a record. The packs and screens below are the accounts, tenancy and admin layer underneath that.

Hype Stack

What is Hype Stack?

Every product starts with the same month of work nobody pays you for: sign-up and login, teams and permissions, taking payments, notifications, an admin panel to run the business. Hype Stack is that month, already built and tested. Start from the free open-source app, add the pieces you need with one command, and keep going on the part that is actually your idea.

Everything lands as real code in your own repository, so there is nothing to rent and nothing anyone can switch off. For the engineers: React 19, Hono, Postgres, and a desktop build, typed end to end.

See it running

Templates are curated project starters built on this stack: a layout, feature packs, a custom theme, and bonus pages. The previews below are recordings of the real apps.

Packs in this stack

Every pack ships real source code: frontend, backend, and admin surfaces where the feature needs them. The ones this stack installs come first; the rest can be composed in later.

Two ways to install features

Same features underneath, different starting point. Either command resolves what the packs depend on, copies the source into your repository, and merges the Prisma schema.

Ready-made

Take a template

A landing page, a design system, a themed layout, and the features already wired into it. Rebrand it, put your product in the middle, ship.

$npx @hype-stack/cli template
Browse templates
From scratch

$ hype-stack compose

AuthPayments

Compose your own design

Your design and your choices, without rebuilding auth, billing, or notifications. Tick the packs you want and the CLI wires them into the open-source starter.

$npx @hype-stack/cli compose
Browse packs

Questions, answered

Probably. Microsoft 365 includes Power Automate, Lists, and Planner. Google Workspace includes AppSheet in several tiers. Jira, Linear, and Asana all model states and transitions, and any help desk already has queues, assignment, and SLAs. Buying a fifth tool to coordinate four existing ones is common and avoidable.

More stacks

Turn your ideas into
Real applications.

Start free and own every line you ship. When you want more, one All-Access license unlocks every premium pack and template for a year.

All premium packsEvery template12 months of updates
Get All-Access