R
e
c
e
n
t
p
o
s
t
s
R
e
c
e
n
t
p
o
s
t
s
How to measure performance in Next.js projects
January 28, 2026
Learn how to measure web performance in Next.js projects using the Web Vitals API and Lighthouse CI tool.
How to add MDX support in Next.js project
January 15, 2026
MDX is a great way to write interactive documentation, blog posts, and other content that requires more than just plain text
Web Accessibility simplified
October 21, 2025
How to ensure that your website is readable and usable by everyone?
SEO in Next.js projects
April 7, 2024
Next.js offers pre-renderng stategies, Metadata API and other performance optimizatin build into the framework. These features allow developers to pre-render pages on the server, delivering fully formed HTML to browsers and search engines.