Skip to content

propsto/props.to

Repository files navigation

 Props.to

Open Source Feedback Platform
Learn more »

Website · Issues · Roadmap


About this project

Feedback throughout internet is a lost cause. Literally. No one knows which entity to trust. Whether you are a company, an internet figure, have social network presence or simply an employee, you can't own your feedback throughout all your public or private profiles. Until now.

Props.to is the go-to open source solution to own your feedback throughout all your connected profiles. Anyone could send you feedback even without your knowledge and then claim it by connecting your feedbacked profile to your account. Most importantly, you will be able to retain Props.to private feedback by your employer and choose to publish it in your Props.to public profile. You might change your job, but the feedback remains, allowing you to build more realistic and humane internet presence through Props.to.

Getting Started

  1. Install dependencies
pnpm install
  1. Start the db
docker compose up -d
  1. Update env and push the schema to the db
cp .env.example .env
pnpm prisma db push
  1. Start the dev server
pnpm dev:all
  1. Run the tests
pnpm test

Releases

No releases published

Packages

No packages published