Nona icon
Nona icon

Nona

Open-source self-hosted feature flags & remote config — a Firebase Remote Config alternative. One REST API, any language, Docker-first. Apache 2.0.

Cost / License

Platforms

  • Self-Hosted
  • Docker
0likes
0comments
0articles

Features

Nona News & Activities

Highlights All activities

Recent activities

Nona information

  • Developed by

    Ryware
  • Licensing

    Open Source (Apache-2.0) and Free product.
  • Written in

  • Alternatives

    8 alternatives listed
  • Supported Languages

    • English

GitHub repository

  •  8 Stars
  •  0 Forks
  •  1 Open Issues
  •   Updated  
View on GitHub
Nona was added to AlternativeTo by misha130 on and this page was last updated .
No comments or reviews, maybe you want to be first?

What is Nona?

Nona is an open-source tool for managing remote configuration and feature flags without handing control over to a hosted platform. You run it yourself with Docker, store your settings as simple key-value pairs, and read them at runtime through a single REST API call - from any language or platform that can make an HTTP request.

The idea is to keep things small and predictable. Instead of adopting a large feature-management platform and everything that comes bundled with it, you get just the core capability: turn features on or off, push config changes, flip kill switches, and roll changes out gradually — while keeping your data and infrastructure in your own hands.

It's built for teams that want an alternative to Firebase Remote Config or LaunchDarkly but would rather self-host something they can inspect, modify, and actually own. There are official JavaScript and .NET clients, a command-line tool, and a built-in migration command that imports your existing parameters straight from Firebase Remote Config. Nona is released under the Apache 2.0 license.

Official Links