open-feature / open-feature/spec

Implement isolated API instances across SDKs

Open
#374 0 comments 0 reactions 1 assignee View on GitHub

@toddbaert is already working on this.

Since Apr 8, 2026.

Dominant language
Python
Stars
1.3k
Forks
58
Avg merge
2d 18h
Merged PRs (30d)
2

Description

Context

The spec now supports isolated API instances; independent, non-singleton instances of the OpenFeature API, each with their own state (providers, context, hooks, events). This enables use cases like micro-frontends, dependency injection, and testing.

Relevant spec sections
Requirements summary
Requirement Level Description
1.8.1 MUST Provide a factory function that creates independent API instances with their own state
1.8.2 MUST Isolated instances conform to the same API contract as the singleton
1.8.3 SHOULD Factory function lives in a distinct module for discoverability
1.8.4 SHOULD NOT A provider instance should not be bound to multiple API instances simultaneously

SDK implementation tracking

Child issues:

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.