My girlfriend and I were arguing about where to keep a wishlist with gift ideas for each other. I suggested notion because I really like it, but my girlfriend wanted to do it in a telegram chat. One day I thought "why choose?" and wrote telegram bot + this webapp.
The application requires a telegram bot (link above).
The application runs in the telegram bot and allows you to fill in the fields containing information about the gift and then sends it to telegram chat and notion database. For each user its own database.
Also you need to set the following environment variables:
REACT_APP_SERVER_URL
= URL where your bot is locatedREACT_APP_USERNAME1
/REACT_APP_USERNAME2
= Telegram usernames
More info you can find in bot repository.