Get AI newsletter recommendations tailored to developers and startups using ChatGPT prompt.

Overview

ChatGPT Newsletter

AI newsletter via ChatGPT prompt for developers and startups.

GPTea News Portal

Technical Details

GPTea News Portal

Building your own custom ChatGPT involves four steps:

  1. Scrape newsletters data.
  2. Store embeddings in Postgres with pgvector.
  3. Perform vector similarity search to find the most relevant content to the question in the scraped newsletters data.
  4. Use the found content to generate text completion through OpenAI GPT-3.5/4 API and store results in Postgres database.

Local Development

Configuration

  • cp .env.example .env
  • Set your OPENAI_API_HOST in the newly created .env file.
  • Set your OPENAI_API_KEY in the newly created .env file.
  • Set your DATABASE_URL in the newly created .env file.
  • Set your DIRECT_URL in the newly created .env file.
  • Set your JWT_SECRET_KEY in the newly created .env file.
  • Set your NOVU_API_SECRET in the newly created .env file.

Start the Next.js App

In a new terminal window, run

pnpm dev

Deploy

Deploy with Vercel

Credits

  • It would not be achievable without OpenAI's ChatGPT.
You might also like...

DALL-E 2 prompt helper browser extension

DALL-E 2 prompt helper browser extension

DALL-E prompt helper chrome extension Have you got access to the amazing DALL-E interface but struggling creating high quality renders? Looking for a

Sep 18, 2022

We are creating a Library that would ensure developers do not reinvent the wheel anymore as far as Authentication is concerned. Developers can easily register and download authentication codes that suits their need at any point.

We are creating a Library that would ensure developers do not reinvent the wheel anymore as far as Authentication is concerned. Developers can easily register and download authentication codes that suits their need at any point.

#AuthWiki Resource Product Documentation Figma Database Schema First Presentation Live Link API Documentation Individual Contributions User Activity U

Dec 2, 2022

pokedev.js is a tool make to help developers get info about a pokemon and use it in any project with ease.

pokedev.js is a tool make to help developers get info about a pokemon and use it in any project with ease.

pokedev.js pokedev.js is a tool make to help developers get info about a pokemon and use it in any project with ease. Quick Links pokedev.js Quick Lin

Apr 4, 2022

This SDK helps developers get started with the on-chain tools provided by Metaplex.

This SDK helps developers get started with the on-chain tools provided by Metaplex.

Metaplex JavaScript SDK ⛔️ DO NOT USE IN PRODUCTION, THIS SDK IS IN VERY EARLY ALPHA STAGES! This SDK helps developers get started with the on-chain t

Dec 27, 2022

Simple yet flexible charting Lightning Web Component using Chart.js for admins & developers

Simple yet flexible charting Lightning Web Component using Chart.js for admins & developers

Lightning Web Chart.js Component Simple yet flexible charting Lightning Web Component using Chart.js for admins & developers Documentation Getting sta

Dec 9, 2022

Boost is a Microsoft Excel Add-in to help developers import large excel workbooks into their database using SQL queries

Boost is a Microsoft Excel Add-in to help developers import large excel workbooks into their database using SQL queries

Microsoft Excel Add-in for Developers About Us Boost is a Microsoft Excel Add-in to help developers import large excel workbooks into their database u

Sep 30, 2022

SaseulJS is a collection of libraries that allow developers to interact with a local or remote SASEUL node using HTTP.

SaseulJS - SASEUL Javascript API Library Getting Started SaseulJS is a collection of libraries that allow developers to interact with a local or remot

Sep 14, 2022

Weather app created using vanilla JavaScript and APIs. You can search cities worldwide and get current and forecast weather features.

Weather app created using vanilla JavaScript and APIs. You can search cities worldwide and get current and forecast weather features.

Weather App Live Demo About the Project Weather app created using vanilla JavaScript and APIs. You can search cities worldwide and get current and for

Dec 28, 2022
Owner
GPTea
"We shape our tools, thereafter our tools shape us"
GPTea
A library that helps you write a static dropdown menu that follows the digital accessibility recommendations.

JSPanel A library that helps you write a static dropdown menu, a panel, that follows the digital accessibility recommendations. Get started First of a

CodoPixel 1 Apr 29, 2021
Load ChatGPT from anywhere to Chrome.

ChatGPT Quicklink Chrome Extension Load ChatGPT from anywhere to Chrome. Concept This Chrome extension concept is pretty simple: Unleash Chrome users

Beto Muniz 4 Mar 20, 2023
This repository contains a fullstack chatbot project based on the ChatGPT `gpt-3.5-turbo` model.

This is a fullstack chatbot created with React, Nodejs, OpenAi, and ChatGPT while developing the following tutorial: How To Build A Chat Bot Applicati

NJOKU SAMSON EBERE 6 May 10, 2023
Easiest 1-click way to install and use Stable Diffusion on your own computer. Provides a browser UI for generating images from text prompts and images. Just enter your text prompt, and see the generated image.

Stable Diffusion UI Easiest way to install and use Stable Diffusion on your own computer. No dependencies or technical knowledge required. 1-click ins

null 3.5k Dec 30, 2022
This extensions will prompt you to remove any other extensions that we found as being broken and unmaintained.

octarine vscode extension This extensions will prompt you to remove any other extensions that we found as being broken and unmaintained. We do expect

42picky 4 May 27, 2022
Another table select prompt plugin of inquirer.js, with powerful table render and filters.

inquirer-table-select-prompt Table row selection prompt for Inquirer.js 动机 现有的 inquirer.js 没有支持表格行选中的命令行交互的插件. 社区内能查找到的,只有一个二维数组的 checkbox,eduardobouc

锂电 3 Jan 7, 2023
It's an AI Tag (Prompt) generator for magic drawer! We have many tags and support to generate prompts easily!

魔导绪论 AI 魔咒生成器, 使用由 B 站 UP 主 十二今天也很可爱 提供的 4 万个 tag 并提供中文检索,并提供了魔咒社区方便魔法师们直接复制生成。永远免费,永无广告,无商业。 v2 版本更新内容 使用 Netlify 的云函数提供更为快速的社区数据操作!(暂时不知道花费多少) 查看自己的

江夏尧 28 Jan 1, 2023
DALL-E 2 prompt helper browser extension

DALL-E prompt helper chrome extension Have you got access to the amazing DALL-E interface but struggling creating high quality renders? Looking for a

altryne 25 Sep 18, 2022