What is Reactif?
Reactif is a remote configuration tool built natively for .NET. It lets you push config changes to your running ASP.NET Core apps in under 10ms. Unlike other remote config tools that bolt on a .NET SDK as an afterthought, Reactif plugs directly intoIConfiguration as a configuration source. That means everything you already use just works:
IOptions<T>andIOptionsMonitor<T> ->no new APIs to learn- Strongly typed config objects → no magic strings
- Instant push via persistent SSE connection → no polling
- Fallback to last known values if connection drops → your app never crashes
The problem it solves
You have a feature that needs to be disabled immediately. Or a rate limit that needs adjusting. Or a kill switch that needs flipping. Without Reactif, that means a code change, a PR, a deploy, and downtime risk. With Reactif, it’s a dashboard click that propagates in under 10ms.What it is not
Reactif is not a secrets manager. Don’t store connection strings, passwords, or API keys in Reactif. Use Azure Key Vault or Infisical for that. Reactif is for runtime behavior config — feature flags, thresholds, toggles, values that change frequently and need to propagate instantly.Quickstart
Get the SDK wired in under 5 minutes
Core Concepts
understand projects, environments, and keys
Make it yours
Design a docs site that looks great and empowers your users.Edit locally
Edit your docs locally and preview them in real time.
Customize your site
Customize the design and colors of your site to match your brand.
Set up navigation
Organize your docs to help users find what they need and succeed with your product.
API documentation
Auto-generate API documentation from OpenAPI specifications.
Create beautiful pages
Everything you need to create world-class documentation.Write with MDX
Use MDX to style your docs pages.
Code samples
Add sample code to demonstrate how to use your product.
Images
Display images and other media.
Reusable snippets
Write once and reuse across your docs.
Need inspiration?
See complete examples
Browse our showcase of exceptional documentation sites.