Getting Started

  1. First, run the development server:
npm install

npm run dev
# or
yarn install

yarn dev
# or
pnpm install

pnpm dev
# or
bun install (preferred)

bun dev
  1. Follow the .env.example and create a .env.local file

Open http://localhost:3000 with your browser to see the result.

You might face errors like could not locate the .bindings file. In this case run

npm rebuild sqlite3

Here's how the application works for first time users New user

For users who have used the app before here's how it works Existing user

Here's how the feedback works Feedback

Demo video

demo_video.mp4