The easiest way to collect Feedback.

You want to collect feedback fast, reliable and without any big setup? Welcome to Fast Forward.

Leave it blank to use the demo project id. Otherwise copy and paste your own project id to test.

Features

Open Source

The entire project can be seen on GitHub. Used stack:
Next.js + TailwindCSS + Firebase.

Metadata

Append any metadata you want to the request send, e.g. lang: 'de'.

Screenshots (soon or later)

Let the user append a browser screenshot with only one click.
Welcome to Fast Forward. This project was aimed at open source enthousiasts and people who are curious. It is in Beta and most likely will stay for a while. I would only recommend using it in small projects.

Request Snippet

Build your own form and submit the feedback to the API endpoint. Send a POST request to https://fast-forward.app/api/feedback that looks like:

fetch("https://fast-forward.app/api/feedback", {
  method: "POST",
  headers: {
    "Content-Type": "application/json",
  },
  body: JSON.stringify({
    projectId: "VWJU7eJdIEYGmoyKW4rp", // mandatory
    text: "Great tool!", // mandatory
    category: "other", // mandatory - either "issue", "idea" or "other"
    userId: "maximilian@kaske.org", // optional
    metadata: {}, // optional - e.g. { lang: "en", position: "header" }
  }),
});

Subscribe to the newsletter

Get emails about web development, tech, and early access to new articles.

Lets make it great. Now.