frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Open in hackernews

Fdbck – programmable feedback for your apps

https://fdbck.sh
1•amberwp•1h ago

Comments

amberwp•1h ago
Hey HN, longtime lurker. sharing my first side project here.

I built fdbck because I got tired of the feedback loop in my own apps being broken.

Every time I needed to ask users a simple question - "How was onboarding?" or "Should we ship this feature?" - my options were: redirect them to a survey (most never came back), send an email survey (single - digit response rates), or build something custom (days of work for a yes/no question). Current offerings for product surveys are also pricey and require installing a whole sdk suite.

So I built this micro api.

fdbck is a REST API that does one thing: structured single-question feedback. You create a question via API, generate a short-lived token per respondent, and get results back via signed webhook. Questions render natively inside your app via a React SDK (Flutter and native coming soon), or on a hosted response page at fdbck.sh/f/[token].

Four question types: yes/no, single choice, multiple choice, rating. No branching logic, no multi-page surveys. That's a deliberate constraint - most feedback moments are one question at the right time, not a 20 - question form.

You can try it without signing up: https://fdbck.sh/

Quick example (Node):

    const fdbck = new Fdbck('sk_fdbck_...');
    const q = await fdbck.questions.create({
      question: 'How was setup?',
      type: 'rating',
      ratingConfig: { min: 1, max: 5 },
      expiresIn: 86400,
      webhookUrl: 'https://myapp.com/hooks/feedback'
    });

    const token = await fdbck.tokens.create(q.id, { respondent: 'user_42' });

    // the token is used in the UI sdk or you can send a url to the user to answer.

One use case I didn't anticipate when building this but saw with first users: AI agents. If you're building an agent that needs human input at a decision point, it can create a question, send the link, and wait for the structured response via webhook. I think this is going to be a bigger deal than traditional feedback as agents get more autonomous.

Free tier is 1,000 responses/month, unlimited questions. Paid plans start at $9/month for 10k responses.

Would love feedback on the product or API design. What's missing?

Consent.txt – compile one AI policy into robots.txt, AIPREF, and headers

https://github.com/GGeronik/consent-txt
1•geronik•1m ago•2 comments

Women are being abandoned by their partners on hiking trails

https://www.theguardian.com/lifeandstyle/ng-interactive/2026/mar/17/alpine-divorce-abandoned-hiki...
1•asib•1m ago•0 comments

Show HN: Chrome extension that hijacks any site's own API to modify it

https://github.com/hvardhan878/quark-browser-agent
1•hvardhan878•3m ago•0 comments

Reducing quarantine delay 83% using Genetic Algorithms for playbook optimization

https://www.securesql.info/2025/04/06/playbook-management/
1•projectnexus•3m ago•1 comments

Node.js blocks PR from dev because he used Claude Code to create it

https://github.com/nodejs/node/pull/61478
1•gregdoesit•4m ago•0 comments

Python 3.15's JIT is now back on track

https://fidget-spinner.github.io/posts/jit-on-track.html
1•guidoiaquinti•4m ago•0 comments

Remote Control for Agents

https://www.restate.dev/blog/a-remote-control-for-your-agents
1•gk1•4m ago•0 comments

Danger Coffee: Mold-Free Remineralized Coffee Replaces What Regular Coffee Takes

https://dangercoffee.com/
1•amyjo•5m ago•1 comments

Building a dry-run mode for the OpenTelemetry collector

https://ubuntu.com/blog/building-a-dry-run-mode-for-the-opentelemetry-collector
1•simskij•5m ago•0 comments

LotusNotes

https://computer.rip/2026-03-14-lotusnotes.html
1•laacz•6m ago•0 comments

Austin draws another billionaire as Uber co-founder joins California exodus

https://www.statesman.com/business/article/uber-founder-austin-tech-move-robots-22079819.php
1•dmitrygr•6m ago•0 comments

Deep Data Insights for Polymarket Traders

https://www.holypoly.io
1•alexanderstahl•6m ago•1 comments

Show HN: A simple dream to fit in every traveler's pocket

https://www.callzo.io/blog/we-built-callzo-with-dream-of-being-in-every-travellers-pocket
1•mayursinh•6m ago•0 comments

Rockstar Games stopped selling its digital games directly to players in Brazil

https://support.rockstargames.com/articles/1RrKywdOgzDjAMFbL6ZhbK/latest-information-on-the-digit...
1•throwaway2027•7m ago•0 comments

The US-Israeli strategy against Iran is working. Here is why

https://www.aljazeera.com/opinions/2026/3/16/the-us-israeli-strategy-against-iran-is-working-here...
1•mhb•10m ago•0 comments

John Carmack on corporate advisory boards

https://twitter.com/ID_AA_Carmack/status/2033973070801895832
2•tosh•10m ago•0 comments

Microsoft Announces Copilot Leadership Update

https://blogs.microsoft.com/blog/2026/03/17/announcing-copilot-leadership-update/
1•toomuchtodo•10m ago•0 comments

Designing an AI Gateway and Durable Workflow System

https://stevekinney.com/writing/ai-gateway-durable-workflows
1•stevekinney•11m ago•0 comments

A text-only social platform, with custom algorithm for users

https://contextsocial-0f2d73b46fe0.herokuapp.com/login?callbackUrl=https%3A%2F%2Flocalhost%3A7764%2F
2•icyou780•12m ago•0 comments

Show HN: Automatic Fileless Malware Detection via eBPF Probes and LLMs

https://github.com/Raulgooo/godshell
1•raulgooo•13m ago•0 comments

Kagi's Orion browser hits public beta on Linux

https://www.omgubuntu.co.uk/2026/03/orion-for-linux-beta-release
1•mitchbob•13m ago•0 comments

A Big Pharma Company Stalled a Potentially Lifesaving Vaccine

https://www.propublica.org/article/how-big-pharma-company-stalled-tuberculosis-vaccine-to-pursue-...
2•marvinborner•14m ago•0 comments

Nvidia Just Made the Claw Enterprise-Ready

https://nervegna.substack.com/p/nvidia-just-made-the-claw-enterprise
1•tacon•14m ago•0 comments

Notes from a Law Professor with No Idea What's Going On

https://leahey.org/blog/2026/03/17/notes-from-a-law-professor.html
2•tldrthelaw•18m ago•0 comments

Benchmarking Distilled Language Models for Performance and Efficiency

https://arxiv.org/abs/2602.20164
2•PaulHoule•18m ago•0 comments

Show HN: A complete, containerized data engineering learning platform

https://github.com/MarlonRibunal/learning-data-engineering
1•MarlonPro•19m ago•1 comments

Search Quality Assurance with AI as a Judge

https://engineering.zalando.com/posts/2026/03/search-quality-assurance-with-llm-judge.html
1•hrmtst93837•19m ago•0 comments

Nvidia announces Vera Rubin Space-1 for orbital data centers

https://www.cnbc.com/2026/03/16/nvidia-chips-orbital-data-centers-space-ai.html
1•hrmtst93837•19m ago•0 comments

Risk Management and Hedging in a Polymarket Dual-Side Arbitrage Bot

1•Benjamin-Cup•20m ago•0 comments

Hithium to invest €400M in Spanish mega battery factory

https://www.ess-news.com/2026/03/11/hithium-to-invest-e400-million-in-spanish-mega-battery-factory/
1•toomuchtodo•20m ago•0 comments