https://github.com/codefromanywhere/screenless-selfhosted
https://github.com/codefromanywhere/screenless-selfhosted
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/codefromanywhere/screenless-selfhosted
- Owner: CodeFromAnywhere
- Created: 2023-12-09T07:28:21.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-01-04T08:37:22.000Z (about 2 years ago)
- Last Synced: 2024-01-04T09:55:19.609Z (about 2 years ago)
- Language: TypeScript
- Homepage: https://screenless-selfhosted.vercel.app
- Size: 20.5 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Screenless Selfhosted serves as an example of how to integrate [Screenless](https://screenless.org) with your own system through the webhook.
Besides, this example can be used directly as well to create a searchable database for your transcripts.
## Getting Started
1. Fork this repo
2. Deploy it at [Vercel](https://vercel.com) or anywhere else.
3. Set your environment variables to include your `SCREENLESS_SECRET` and `SUPABASE_SECRET`
4. Visit the website and use the shown webhook URL in screenless
## Demo
See https://screenless-selfhosted.vercel.app/
## Changing behavior
At `pages/api/screenless.ts` you can see what happens with your incoming webhook. By default it submits your transcript data into a supabase database, but you can change it to do anything you want.
## Learn More
This boilerplate uses [Next.js](https://nextjs.org/) and [React](https://react.dev/)
To learn more about Screenless, take a look at [the website](https://screenless.org)