Tag
next.js
Finding a free PaaS to host a Next.js + GPT-4 application
The problems with free hosting for Next.js + ChatGPT apps, and recommended PaaS services for free hosting.
- Next.js
- AI
Moving from Netlify to Vercel
Moved my tech blog hosting from Netlify to Vercel
- Netlify
- Vercel
- Next.js
Improving the performance of my Next.js blog
During the year-end holidays, I replaced this tech blog from GatsbyJS to Next.js. After the replacement, the Lighthouse performance score dropped, so I investigated the cause and made improvements.
- Frontend
- Next.js
- Performance
Using the Storage object in Next.js
How to use the browser's Storage object in Next.js.
- Frontend
- React
- Next.js