Designly Blog

#Chatgpt

Implementing Semantic Search with Supabase, Next.js, and OpenAI: A Tutorial
11 months ago
Full-Stack Development

Implementing Semantic Search with Supabase, Next.js, and OpenAI: A Tutorial

Implement semantic search using Supabase/PostgreSQL, Next.js, and OpenAI. Improve search accuracy and relevance. Tutorial with code examples.

Internationalization Using React / NextJS 13 and ChatGPT
1 year ago
Full-Stack Development

Internationalization Using React / NextJS 13 and ChatGPT

In this tutorial, I'm going to show you how to utilize OpenAI's text-davinci API, more commonly known as ChatGPT, in conjunction with NextJS's fabulous automatic locale detection and Static Site Generation (SSG), to automate translation of your website content at built-time.

I Created a Smart Name Generator Using the ChatGPT API
1 year ago
Artificial Intelligence

I Created a Smart Name Generator Using the ChatGPT API

I used OpenAI's ChatGPT large language model engine to create a super-cool online name generator app. You can generate names for businesses, people, bands and even titles for articles and books--and the results are phenomenal!

Create a Telephone IVR Using ChatGPT, NextJS and Twilio
1 year ago
Telephony / VoIP

Create a Telephone IVR Using ChatGPT, NextJS and Twilio

By using Twilio to build your IVR, ChatGPT as the AI backend, and NextJS for the middleware, you can get an AI-powered IVR set up in less than 20 minutes. And I'm going to show you how.