Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ricomeetsworld/saiso
A feedback widget powered by notion.
https://github.com/ricomeetsworld/saiso
api notion notion-api notion-database react
Last synced: about 1 month ago
JSON representation
A feedback widget powered by notion.
- Host: GitHub
- URL: https://github.com/ricomeetsworld/saiso
- Owner: ricomeetsworld
- License: mit
- Created: 2022-11-07T13:18:41.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2022-11-10T13:31:29.000Z (about 2 years ago)
- Last Synced: 2024-11-29T14:02:41.968Z (about 2 months ago)
- Topics: api, notion, notion-api, notion-database, react
- Language: TypeScript
- Homepage: https://saiso.vercel.app
- Size: 5.36 MB
- Stars: 5
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Saiso - The Low-code feedback widget powered by Notion
Built using: TSDX, React, Tailwind, RuskelUI (colour system pre-v2)
## Star Us ⭐️
If you've gotten any value from Saiso, star this repo! Every little ⭐️ helps :) (like Tesco kkk)> 📢 If you decide to fork this repo to customise it to your liking, I'd appreaciate if you could leave the footer section of the widget intact as it'd really help in supporting us 0:)
## About Saiso 🤓
Hey 👋 0xreeko here. I've created Saiso as a means to help me & fellow solopreneurs collect feedback from their users. The reason why I chose Notion is because it's a tool with great capabilities that can help optimise certain process for us solopreneurs. The goal with Saiso is to help us, you and me, create better product-led solutions that satisfy our users.Since Nextjs (React) is my current go-to tool, it currently supports the React ecosystem (Reactjs, Nextjs). If you want to see Saiso support other frontend ecosystems like Vanilla or other frameworks, I'm open to any help since this project is Open Source!🔥
If you mention Saiso on social like Twitter, you can tag me @0xreeko!
## Benefits
1. Your data is **yours**. Saiso does not store any data, it's just merely a middleman that facilitates feedback collection.
2. Powered by Notion, so you can have centralised way to collect and view your information. You can expand the functionality further!
3. Saiso is niche-agnostic. You can plug it in any website and start collecting feedback in seconds.
4. You get to focus on iterating & shipping, while Saiso handles the rest.
5. It doesn't hinder the user experience on your website 😎
6. Open Source - duh!## Install Command
NPM:
```bash
npm i saiso
```YARN:
```bash
yarn add saiso
```