Scripting done differently? (python, shell script, JS)

posted 1 min read

Most of the folks that have done scripting, already have this fixed idea in their heads, thats scripting means JS.

That was the case for me as well till the day someone eventually asked when we would add pre and post requests in Voiden. Our instinct was to say "ok, its coming soon" and then build it quickly. But then we started thinking about all these hidden assumptions around scripting. So we took a bit more time and shipped something nice: scripting as a true runtime layer that:

  • Supports multiple languages, so you can use the one that fits your stack.
  • Runs on real interpreters, not a limited sandbox.
  • You can import packages and reuse your existing logic.
  • Workflows are stateful, letting you chain requests and maintain context across them.

Already works with JavaScript, Python and shell. Tomorrow, more languages will follow.

The result is something we deeply care about: orchestration-level automation right inside your API client.

check here: https://voiden.md/download
repo: https://github.com/VoidenHQ/voiden

More Posts

Dashboard Operasional Armada Rental Mobil dengan Python + FastAPI

Masbadar - Mar 12

Automating With Python: A Developer’s Guide

Tejas Vaij - May 14, 2024

Leveraging Python for System Administration

Tejas Vaij - May 1, 2024

If I Lost My Setup Today, Here’s the First Script I’d Rewrite (Laravel + Node.js Dev Environment)

Gift Balogun - Apr 6

DevLog 20250724: C# Scripting, Pure 2, Updated + Some Recap

Methodox - Jul 24, 2025
chevron_left

Commenters (This Week)

4 comments
1 comment

Contribute meaningful comments to climb the leaderboard and earn badges!