Apr 2026
13 Mon
14 Tue
15 Wed
16 Thu
17 Fri
18 Sat 09:00 AM – 06:00 PM IST
19 Sun 09:00 AM – 06:00 PM IST
Submitted Mar 17, 2026
TOML configuration usually starts off simple, but it doesn’t stay that way for long. As systems grow, you end up dealing with multiple environments, tenants, rollouts, and context-specific overrides. At that point, plain TOML starts to fall short—you either duplicate configs everywhere or move a lot of logic into your application code, which becomes hard to reason about and maintain.
We built SuperTOML, an extension of TOML that addresses these problems. It adds support for explicit configuration types using JSON Schema and introduces a cascading model (inspired by CSS) to handle configuration overrides under certain application contexts in a structured way. Explicit configuration types extend Rust-like type-safety to configuration irrespective of programming languages consuming the configuration file. The cascading nature of SuperTOML unifies configuration files across multiple dimensions like environment / customer-segment / tenants. SuperTOML files are fully TOML compatible.
The talk will include a walk-through of the SuperTOML format, demonstrating usage across multiple programming languages and its full-fledged LSP support.
Ref: https://juspay.io/superposition/docs/superposition-config-file/intro
This session will be useful for:
Ayush Jain is a software engineer at Juspay, working on backend systems and developer platforms using Rust. He has been focusing on problems around configuration, experimentation, and policy systems, and is interested in building tools that make these systems easier to reason about and operate.
Hosted by
{{ gettext('Login to leave a comment') }}
{{ gettext('Post a comment…') }}{{ errorMsg }}
{{ gettext('No comments posted yet') }}