Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/taishikato/inreach
Generate authentic, personalized partnership emails for micro-influencers based on their actual content. InReach analyzes YouTube videos to create genuine compliments and professional outreach messages, helping you stand out in influencers' inboxes.
https://github.com/taishikato/inreach
langchain-typescript nextjs rag reactjs shadcnui supabase tailwindcss typescript
Last synced: 14 days ago
JSON representation
Generate authentic, personalized partnership emails for micro-influencers based on their actual content. InReach analyzes YouTube videos to create genuine compliments and professional outreach messages, helping you stand out in influencers' inboxes.
- Host: GitHub
- URL: https://github.com/taishikato/inreach
- Owner: taishikato
- Created: 2024-12-04T14:24:27.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-12-09T07:10:39.000Z (2 months ago)
- Last Synced: 2025-02-07T09:14:39.334Z (14 days ago)
- Topics: langchain-typescript, nextjs, rag, reactjs, shadcnui, supabase, tailwindcss, typescript
- Language: TypeScript
- Homepage: http://localhost:3000
- Size: 1.12 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
InReach a tool to generate authentic, personalized partnership emails for micro-influencers based on their actual content. InReach analyzes YouTube videos to create genuine compliments and professional outreach messages, helping you stand out in influencers' inboxes.
InReach works only on your local env :)
## Getting Started
Let's install the dependencies:
```bash
npm i
```then set the env variables (check the `.env.sample` file), make a table and a function (check `supabase/migrations/20241209065922_db-migration.sql`).
finally run the development server:
```bash
npm run dev
```Open [http://localhost:3000](http://localhost:3000) with your browser to use it.
## How to use
Just enter the influencer's YouTube video URL and your OpenAI API key into the input boxes and hit submit!
https://github.com/user-attachments/assets/dd5730b0-a4ec-42d3-874b-5e883080003a
## Contribution
Feel free to make a PR :)