Build a Bot
Contents
+
Lesson 1: Introduction to the CourseLesson 2: Getting Set UpLesson 3: Understanding the Master PromptLesson 4: Working with Next.jsLesson 5: Downloading DependenciesLesson 6: Creating the HomepageLesson 7: Creating the Chatbot PageLesson 8: Setting up The Backend API RouteLesson 9: Pushing the Project to GitHubLesson 10: Deploying the Project on Vercel
Lesson 4: Working with Next.js
Learn how to download and set up the Next.js base build for your project. We use Next.js rather than vanilla HTML as it is a lot more versatile, and works well with our bot project.
Next Lesson