Voiden Blog

API tutorials, resources & updates

Voiden 1 to Voiden 2: the changes that matter
D

Davinder singh

07/14/2026

Voiden 1 to Voiden 2: the changes that matter

Voiden 2 shipped across four releases. Here are the changes that actually change how you work: the CLI runner, a protocol-agnostic core, hierarchical inheritance, and preview tabs.

curl Is Great. The Mess Around It Isn't.
N

Nikolas Dimitroulakis

07/07/2026

curl Is Great. The Mess Around It Isn't.

curl is a brilliant execution tool. But real API work is auth, environments, chains, docs, and Git, and that's where "just use curl" quietly stops being true.

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.