Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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 :)