⚠️ Beta Version: Features may be unstable.

Collect Feedback From Your Users

Feedmo is an open-source platform that allows you to collect and manage feedback with ease.

Simple Integration

One API endpoint to capture all your user feedback.

index.js
1import axios from 'axios';
2
3axios.post(https://feedmo.vercel.app/api/v1/feedback, {
4    email: 'abc@gmail.com',
5    type: "bug",
6    feedback: "There is a bug in the login page."
7}, {
8    headers: {
9        'Content-Type': 'application/json',
10        'account': 'Your-Client-ID',
11        'project': 'Your-Project-ID'
12    },
13})

Explore API Endpoint

POST/api/v1/feedback

ProjectTypeFeedbackEmail
Project AbugError while trying to loginjohn@gamil.com2024-02-02
Project BfeatureCan you add todo list for bugs.jane@gamil.com2024-03-12
Project CmessageMaybe you should use SSR to make site fasterlucky@gamil.com2024-04-10
Project DmesssageYou are doing great with this projectabc@gamil.com2024-05-12

Rows per page