Skip to main content

How Windmill uses Windmill

· 4 min read
Henri Courdent

The good thing of being a devtool company is that your developers use their own tools on a daily basis (it would be more complicated to get them motivated with accounting software).

To showcase some examples of what can be done with Windmill, here are a few use cases of Windmill by the Windmill team (knowing that we are always surprised by how much further our clients go than us on our own product).

How Windmill uses Windmill

Stripe bots

Stripe is a powerful tool and trusted by thousands of customers. But it must be said that sometimes we don't understand why some simple things are so complicated to do from Stripe without having to resort to tricks.

We try to build a self-serve product with transparent pricing and very clear steps for upgrading. We have created several automations on Stripe to automatically generate an Enterprise Edition license key upon each subscription, send it by email to the customer, and inform our dedicated channels on Discord. We are also informed when a trial is converted or when it churns (in theory only, of course). We have similar automations for the Team plans on the Cloud, adjusting workspaces based on Stripe subscription status. Additionally, a schedule is used to report Team plan usage to Stripe.

Stripe billing

Schedule app report usage platform

For Enterprise Self-Hosted users, Windmill employs lightweight telemetry to automatically track and report the usage of vCPUs and seats of the subscription. We only count the vCPUs reported by the workers as being used (limits can be set in the docker-compose to avoid being overcharged).

From there, we can centralize all of this in a dashboard with several pieces of information (versions in use, number of executions, workers usage).

This dashboard is sent to our team daily on a schedule thanks to the App Report feature, which sends the PDF or PNG of a given app according to a configured frequency.

Discord report

Enterprise report

Approval flow to send shared messages to Slack and Discord

We use Slack to communicate with our clients and partners, and Discord to interact with our community and some clients as well.

For certain common announcements (e.g., changelog), we cannot afford to send the same message to all channels. But at the same time, manually sending each message to all channels is tedious and risks getting things mixed up.

We created a flow to:

  1. List all the channels on the Slack workspace (we made the script cooler by checking for each channel if it contains members from outside the company (based on the email domain) and the date of the last message sent). The script can be found on Windmill Hub.
  2. Through an approval step, return all the channels and let the user choose which channels to send the message to.
  3. Send the message to each selected channel.

Approval

Slack message

The whole flow can be found on Windmill Hub.

Slack flow

It takes as input:

  • A Slack resource that contains the token to read and write to Slack.
  • The message to be sent (it will be converted in the last step from markdown to markdown compatible with Slack).
  • "Internal Channels Only," a boolean that, if true, will make the workflow return only channels without external members.
  • "Exclude those partners?" an array of strings that allows having certain channels by default that will not be suggested (and avoid blunders).
  • "Max date last message sent," if you want to filter only the most recent messages

A very similar flow is used for Discord, the only difference is that it splits the message to create a thread of several messages (due to the darn character limit on Discord).

Discord thread

Git Sync

Like any team, we can make mistakes, and like most developers, we are used to GitHub for version control.

That's why our internal workspace at Windmill is synced with a GitHub repository using the Git Sync feature.

Git sync 1

Git sync 2

In this way, each new deployment in our workspace is automatically committed to our GitHub. For the most critical scripts, we have set up a git workflow so that scripts deployed on our staging workspace create a Pull Request on GitHub before being deployed on the production workspace.

Windmill Logo
Windmill is an open-source and self-hostable serverless runtime and platform combining the power of code with the velocity of low-code. We turn your scripts into internal apps and composable steps of flows that automate repetitive workflows.

You can self-host Windmill using a docker compose up, or go with the cloud app.