Simple config management for developers.
Stop hardcoding environment variables. Manage your app configuration with a simple key-value store and REST API.
{
"api_url": "https://api.myapp.com",
"feature_flags": {
"new_ui": true,
"beta_feature": false
},
"max_users": 1000
}Everything you need, nothing you don't
A dead-simple configuration service built for developers who want to stop hardcoding settings.
Key-Value Store
Simple key-value pairs. Set 'api_url', get 'https://api.example.com'. That's it.
Projects & Environments
Organize by project (my-app, my-api) and environment (dev, staging, production).
REST API
One endpoint. GET your config as JSON. Works with any language or framework.
Real-time Updates
Change a value in the dashboard, your app picks it up instantly. No deployments.
Secure by Default
API keys, HTTPS everywhere, and environment isolation. Your secrets stay secret.
Fast & Reliable
Global CDN, 99.9% uptime, and millisecond response times. Your apps won't wait.
How it works
Three steps to stop hardcoding your configuration
Create a project
Sign up, create a project like 'my-app', add environments like 'production' and 'staging'.
Add your config
Set key-value pairs in our simple dashboard. 'api_url' = 'https://api.example.com', 'debug_mode' = 'false'.
Fetch in your app
Make a simple GET request to our API. Get all your config as JSON. Update values anytime without redeploying.
fetch('https://api.nonaconfig.com/v1/config/my-app/production')Simple, fair pricing
Start free, upgrade when you need more
Free
Perfect for side projects and getting started
- Up to 1,000 config keys
- Up to 5 projects
- Unlimited environments
- REST API access
- Community support
Pro
per month • For growing teams and production apps
- Unlimited config keys
- Unlimited projects
- Unlimited environments
- Priority support
- 99.9% SLA
Enterprise
For large teams with custom requirements
- Everything in Pro
- Custom deployment options
- Dedicated support
- SLA guarantees
- On-premise options
Need something custom? Let's talk
Open Source & Self-Hosting
Own your data, control your infrastructure, and contribute to the community.
Open Source Core
Core will be open source and available on GitHub. Review code, contribute, or fork for your needs.
- MIT License - truly free
- Full source code access
- No vendor lock-in
- Community contributions welcome
Self-Hosting Options
Deploy on your own infrastructure with Docker, Kubernetes, or bare metal for complete control.
- Docker containers
- Kubernetes deployment
- Complete data ownership
- Enterprise security
Coming Soon
Open source release and self-hosting options will be available alongside the hosted service. Join the waiting list to get notified when they're ready.
Ready to stop hardcoding config?
Join the waiting list to get early access when we launch.