Build an AI-Powered Fullstack Next.js App, v3

Build an AI-Powered Fullstack Next.js App, v3

Learning Paths:
7 hours, 34 minutes CC

Create a full-stack AI-powered Journal app from scratch in Next.js. See how all the pieces of Next.js/React fit together: client components, server components, static and dynamic routing, server actions, middleware, and layouts. Store data in a serverless Prisma DB on PlanetScale and integrate the OpenAI API and Langchain before deploying your app to the world!

This course and others like it are available as part of our Frontend Masters video subscription.

Published: August 12, 2023
Get Unlimited Access Now
Table of Contents

Introduction

App Setup & Authentication

Connecting to a Database

Building the Journal Page

Creating & Updating Journal Entries

Understanding AI & Prompt Engineering

Analyzing Entries

Vectors & Similarity Searching

Sentiment Analysis

Testing & Deployment

Wrapping Up