Voiden Blog

API tutorials, resources & updates

Pre & Post Request Scripts Beyond the JavaScript Sandbox: Real Python and Shell in Voiden
N

Nikolas Dimitroulakis

06/07/2026

Pre & Post Request Scripts Beyond the JavaScript Sandbox: Real Python and Shell in Voiden

Every API client runs pre- and post-request scripts in a JavaScript sandbox — and there's an architectural reason why. Voiden is the only one that runs them on real interpreters: JavaScript, Python, and shell.

How to Test WebSocket Applications: Functional, Load, and Debugging
P

Phurpa Tsering

06/07/2026

How to Test WebSocket Applications: Functional, Load, and Debugging

A practical guide to testing multiuser WebSocket applications: functional testing, load testing with k6 or Artillery, debugging, and keeping WebSocket tests in Git.

Why Voiden Is Built on Electron
N

Nikolas Dimitroulakis

04/07/2026

Why Voiden Is Built on Electron

An honest look at why we chose Electron for Voiden — the real tradeoffs, the real numbers, and what the community pushback taught us about talking about them.

Request History in Voiden: Never Lose Track of a Request Again
N

Nikolas

03/07/2026

Request History in Voiden: Never Lose Track of a Request Again

How Voiden's Request History turns every API request into a local, replayable snapshot — what it records, where it lives, and how to get your last working request back.

What Is Git? Version Control Explained for API Developers
N

Nikolas

02/07/2026

What Is Git? Version Control Explained for API Developers

A plain-language guide to Git for developers who work with APIs: commits, branches, staging, remotes, merge conflicts, and the beginner mistakes that actually matter.

What Is OAuth 2.0? A Developer's Guide to Delegated Access, Tokens, and Trust
S

Samuel Kaluvuri

01/07/2026

What Is OAuth 2.0? A Developer's Guide to Delegated Access, Tokens, and Trust

OAuth 2.0 explained for developers: the four roles, app registration, the authorization code flow with state and PKCE, access and refresh tokens, JWTs, grant types including device code, what OAuth 2.1 changes, and why auth belongs in your architecture.

Bringing Agent Skills to Voiden Workflows: AI Skill for Claude and Codex
N

Nikolas

30/06/2026

Bringing Agent Skills to Voiden Workflows: AI Skill for Claude and Codex

Voiden's AI Skill generates a skill.md file that teaches Claude and Codex the .void format so your AI agent can read and write valid Voiden files. Enable it once in Settings.

Why Privacy Matters in API Development: The Data Your Client Sends Home
P

Phurpa Tsering

29/06/2026

Why Privacy Matters in API Development: The Data Your Client Sends Home

Your API client holds your tokens, internal URLs, and request payloads. Here's what Postman, Insomnia, and Bruno actually send home, and what to check before you trust one.

Postman vs Insomnia vs Bruno vs Hoppscotch vs Voiden: The 2026 API Client Comparison
N

Nikolas

26/06/2026

Postman vs Insomnia vs Bruno vs Hoppscotch vs Voiden: The 2026 API Client Comparison

A storage-model-first comparison of five API clients in 2026 — where your requests, tests, and docs are actually allowed to live, and what each tool trades away to get there.