Home / Companies / Strapi / Blog / Post Details
Content Deep Dive

Epic Next.js 15 Tutorial Part 10: Frontend Deployment To Vercel

Blog post from Strapi

Post Details
Company
Date Published
Author
Paul Bratslavsky
Word Count
2,627
Language
English
Hacker News Points
-
Summary

In this tutorial series, we built a complete CRUD Next.js application with authentication and file upload functionality using Strapi CMS to manage content and users. We deployed the project to Strapi Cloud and Vercel. The final post focused on deploying our Next.js project to Vercel after setting up httpOnly cookies for secure login sessions. We also discussed potential improvements, such as refactoring the application to use streaming or incorporating a queuing system for long-running tasks.