1. Create an account
Sign up at reactif.dev and confirm your email.2. Create a project
After logging in, the onboarding will guide you through creating your first project and environments. Reactif creates three environments by default — Development, Staging, and Production.3. Get your API key
Go to Connections in the dashboard. Your API key and Project ID are displayed there — copy both.4. Install the NuGet package
5. Add Reactif to your configuration
InProgram.cs, add Reactif as a configuration source:
6. Use your config
Reactif plugs intoIConfiguration natively — use it exactly how you already use config in ASP.NET Core.
7. Push a change
Go to your Reactif dashboard, find theFeatures:RegistrationEnabled key and flip it to false. Your running app reacts in under 10ms — no restart, no redeploy.
You’re live. Reactif is now part of your configuration pipeline.
Next steps
Core Concepts
Understand projects, environments, keys, and connections.
IOptionsMonitor
Learn how live config updates work with strongly typed config.
OnChange Callbacks
React to config changes in real time.
SDK Reference
Full API documentation for Reactif.Client.