nowfound

Dev tools · August 15, 2025

FF

Fecusio – Feature flagging and release management tool

Hello everyone! To briefly introduce myself, I'm mainly a backend developer, working in the industry for the past 7 years. On one of the products I was working on we were heavily using a custom feature flagging system. Basically, any functionality we were building was starting with a new feature flag. It was useful because: 1. We were able to silently deploy a feature to production for real environment testing 2. We would enable feature flag for specific users across our team, like marketing, sales, so everyone can check it out, test and prepare for the release 3. We were restricting certain…

What it does

In the maker’s words, at launch

Hello everyone! To briefly introduce myself, I'm mainly a backend developer, working in the industry for the past 7 years. On one of the products I was working on we were heavily using a custom feature flagging system. Basically, any functionality we were building was starting with a new feature flag. It was useful because: 1. We were able to silently deploy a feature to production for real environment testing 2. We would enable feature flag for specific users across our team, like marketing, sales, so everyone can check it out, test and prepare for the release 3. We were restricting certain features across pricing plans or organizations 4. We were sometimes initially only releasing to customers that requested the feature, or a small group There were more use cases, but all in all, feature flagging was deeply integrated in the product. As someone who has a lot of experience with this topic, I decided to build a new feature flagging tool in a way how I would imagine it to work. Additionally, I always wanted to go on a journey with my own product, going through the entire process from seeing an empty page on my localhost to having a finished, well documented and working product. The product is now live and working, although still with a "Beta" badge as it lacks some real-world testing. The stack I'm using: 1. Laravel framework for the main app with Interia.js and Tailwind CSS for styling 2. Postgres/Redis for data storage 3. Astro for the marketing website and (Starlight) for the documentation The main app is deployed on Hetzner with Kubernetes. One of the main issues I was worried about is the latency, as flags evaluation must be fast otherwise it is not very appealing to use an external tool for that. I solved it by caching evaluations on Cloudflare Edge network close to users around the world. I've set up a worker that is responsible for managing the flag evaluation content. I have some ideas to improve this approach in future, but for v1 I think it does a pretty good job. Marketing website is also on Cloudflare worker. I would like to invite you to try it out and provide some feedback if you have, at https://fecusio.com/ To understand how the product is intended to be used, you can read the Quickstart guide: https://fecusio.com/docs/quickstart/quickstart/ Thanks!

Does the same job

all alternatives →
  • Flagsmith2021 · ▲128

    Feature flag, remote config and AB testing platform

  • WB
    We Built and Open Sourced a Feature Flagging Platform2018 · ▲11

    Hi. We just open sourced Bullet Train, a Feature Flag and Remote Config platform. It's a collection of tools: server API, admin front end and clients for a bunch of different platforms. Together they allow you to control feature flags and remote config across projects, environments and users. We realised that we were building ad-hoc feature flag stuff into individual projects over and over, so we had a look around to see if there was a way of doing this in a more formal manner. There are a few commercial solutions around but they were quite expensive and seemed to be aimed more at the…

  • FI
  • Bucket Flags2024 · ▲239

    Feature flagging that's purpose-built for B2B

  • Vercel FlagsApr 2026 · ▲207

    Feature flags, targeting rules, rollouts. All from Vercel.

  • Feature Flag Experimentation by DevCycle2022 · ▲69

    Feature Flag Experimentation made by engineers for engineers

More dev tools this month

the category →
  • Dograh592

    The open source VAPI alternative

    Dev tools · 25d ago · dograh.com

  • Meridian530

    Don't let your work go unnoticed. Get promoted!

    Dev tools · 20d ago · meridiona.com

  • x1516

    Lovable for iPhone apps go from idea to App Store

    Dev tools · 11d ago · x1.new

  • Open-source GTM skills for technical founders

    Dev tools · 29d ago · gtmcofounder.com

  • OpenTrailPaper is open-source bike computer firmware for the LilyGO T5S3 4.7" E-Paper PRO. It supports offline maps, GPX routes, FIT recording and Bluetooth sensors.

    Dev tools · 1d ago · opentrailpaper.com

  • Nuphos380

    The AI-Native DevOps Workspace.

    Dev tools · 24d ago · nuphos.ai

Launched alongside, August 2025

the whole month →
  • Trace1,556

    Workflow Automations for the Human 👾 AI Workforce

    AI · 2025 · trace.so

  • IS

    I built the world's most impractical 1000-pixel display and anyone in the world can draw on it. It draws a single pixel at a time and takes 30-60 minutes to complete a single image. Anyone can participate in the project by voting for the next image to be drawn, and submitting images. https://kilopx.com/

    Work · 2025 · benholmen.com

  • Job boards are dead. Your network is alive

    AI · 2025 · contra.com

  • KT

    Kitten TTS is an open-source series of tiny and expressive text-to-speech models for on-device applications. We are excited to launch a preview of our smallest model, which is less than 25 MB. This model has 15M parameters. This release supports English text-to-speech applications in eight voices: four male and four female. The model is quantized to int8 + fp16, and it uses onnx for runtime. The model is designed to run literally anywhere eg. raspberry pi, low-end smartphones, wearables, browsers etc. No GPU required! We're releasing this to give early users a sense of the latency and voices…

    Dev tools · 2025 · github.com

  • IW

    I was wondering how I can arrange objects along a spherical helix path, and read some articles on it. I ended up learning about parametric equations again, and make this visualization to document what I learned: https://visualrambling.space/moving-objects-in-3d/ feel free to visit and let me know what you think!

    Life & fun · 2025 · visualrambling.space

  • TC

    For HTML Day 2025 [1], I made a web service that displays the current sky at your approximate location as a CSS gradient. Colours are simulated on-demand using atmospheric absorption and scattering coefficients. Updates every minute, without the use of client-side JavaScript. Source code and additional information is available on GitHub: https://github.com/dnlzro/horizon [1] https://html.energy/html-day/2025/index.html

    Dev tools · 2025 · sky.dlazaro.ca