
  <rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
    <channel>
      <title>StackPilots</title>
      <link>https://stackpilots.org/blog</link>
      <description>AI developer tools, Next.js engineering guides, and practical web utilities for modern builders.</description>
      <language>en-us</language>
      <managingEditor>nan8278@gmail.com (StackPilots Editorial Team)</managingEditor>
      <webMaster>nan8278@gmail.com (StackPilots Editorial Team)</webMaster>
      <lastBuildDate>Mon, 21 Dec 2020 00:00:00 GMT</lastBuildDate>
      <atom:link href="https://stackpilots.org/tags/next-js/feed.xml" rel="self" type="application/rss+xml"/>
      
  <item>
    <guid>https://stackpilots.org/blog/deriving-ols-estimator</guid>
    <title>Deriving the OLS Estimator</title>
    <link>https://stackpilots.org/blog/deriving-ols-estimator</link>
    <description>How to derive the OLS Estimator with matrix notation and a tour of math typesetting using markdown with the help of KaTeX.</description>
    <pubDate>Mon, 21 Dec 2020 00:00:00 GMT</pubDate>
    <author>nan8278@gmail.com (StackPilots Editorial Team)</author>
    <category>next js</category><category>math</category><category>ols</category>
  </item>

  <item>
    <guid>https://stackpilots.org/blog/guide-to-using-images-in-nextjs</guid>
    <title>Images in Next.js</title>
    <link>https://stackpilots.org/blog/guide-to-using-images-in-nextjs</link>
    <description>In this article we introduce adding images in the tailwind starter blog and the benefits and limitations of the next/image component.</description>
    <pubDate>Wed, 11 Nov 2020 00:00:00 GMT</pubDate>
    <author>nan8278@gmail.com (StackPilots Editorial Team)</author>
    <category>next js</category><category>guide</category>
  </item>

  <item>
    <guid>https://stackpilots.org/blog/introducing-tailwind-nextjs-starter-blog</guid>
    <title>Introducing Tailwind Nextjs Starter Blog</title>
    <link>https://stackpilots.org/blog/introducing-tailwind-nextjs-starter-blog</link>
    <description>Looking for a performant, out of the box template, with all the best in web technology to support your blogging needs? Checkout the Tailwind Nextjs Starter Blog template.</description>
    <pubDate>Tue, 12 Jan 2021 00:00:00 GMT</pubDate>
    <author>nan8278@gmail.com (StackPilots Editorial Team)</author>
    <category>next-js</category><category>tailwind</category><category>guide</category>
  </item>

  <item>
    <guid>https://stackpilots.org/blog/new-features-in-v1</guid>
    <title>New features in v1</title>
    <link>https://stackpilots.org/blog/new-features-in-v1</link>
    <description>An overview of the new features released in v1 - code block copy, multiple authors, frontmatter layout and more</description>
    <pubDate>Sat, 07 Aug 2021 15:32:14 GMT</pubDate>
    <author>nan8278@gmail.com (StackPilots Editorial Team)</author>
    <category>next-js</category><category>tailwind</category><category>guide</category>
  </item>

  <item>
    <guid>https://stackpilots.org/blog/release-of-tailwind-nextjs-starter-blog-v2.0</guid>
    <title>Release of Tailwind Nextjs Starter Blog v2.0</title>
    <link>https://stackpilots.org/blog/release-of-tailwind-nextjs-starter-blog-v2.0</link>
    <description>Release of Tailwind Nextjs Starter Blog template v2.0, refactored with Nextjs App directory and React Server Components setup.Discover the new features and how to migrate from V1.</description>
    <pubDate>Sat, 05 Aug 2023 00:00:00 GMT</pubDate>
    <author>nan8278@gmail.com (StackPilots Editorial Team)</author>
    <category>next-js</category><category>tailwind</category><category>guide</category><category>feature</category>
  </item>

  <item>
    <guid>https://stackpilots.org/blog/frontend/best-deployment-platforms-nextjs-vercel-aws-railway</guid>
    <title>The Best Deployment Platforms for Next.js Apps (Vercel vs. AWS vs. Railway)</title>
    <link>https://stackpilots.org/blog/frontend/best-deployment-platforms-nextjs-vercel-aws-railway</link>
    <description>A practical deployment comparison of Vercel, AWS, and Railway for cost, performance, and operational complexity.</description>
    <pubDate>Wed, 04 Mar 2026 15:10:00 GMT</pubDate>
    <author>nan8278@gmail.com (StackPilots Editorial Team)</author>
    <category>next-js</category><category>deployment</category><category>devops</category>
  </item>

  <item>
    <guid>https://stackpilots.org/blog/frontend/guide-to-server-actions-nextjs</guid>
    <title>A Guide to Server Actions in Next.js: Replacing Traditional APIs</title>
    <link>https://stackpilots.org/blog/frontend/guide-to-server-actions-nextjs</link>
    <description>How to use Next.js Server Actions to simplify data mutations, reduce boilerplate, and keep type boundaries cleaner.</description>
    <pubDate>Wed, 04 Mar 2026 15:14:00 GMT</pubDate>
    <author>nan8278@gmail.com (StackPilots Editorial Team)</author>
    <category>next-js</category><category>server-actions</category><category>full-stack</category>
  </item>

  <item>
    <guid>https://stackpilots.org/blog/frontend/mastering-nextjs-15-top-5-features</guid>
    <title>Mastering Next.js 15: Top 5 New Features You Should Use Now</title>
    <link>https://stackpilots.org/blog/frontend/mastering-nextjs-15-top-5-features</link>
    <description>The most impactful Next.js 15 features for modern teams, with practical adoption priorities and migration guidance.</description>
    <pubDate>Wed, 04 Mar 2026 15:04:00 GMT</pubDate>
    <author>nan8278@gmail.com (StackPilots Editorial Team)</author>
    <category>next-js</category><category>frontend</category><category>architecture</category>
  </item>

  <item>
    <guid>https://stackpilots.org/blog/frontend/nextjs-dark-mode-zero-cls</guid>
    <title>How to Implement Dark Mode in Next.js with Zero Cumulative Layout Shift</title>
    <link>https://stackpilots.org/blog/frontend/nextjs-dark-mode-zero-cls</link>
    <description>A stable dark mode strategy for Next.js that avoids theme flicker and cumulative layout shift during hydration.</description>
    <pubDate>Wed, 04 Mar 2026 15:08:00 GMT</pubDate>
    <author>nan8278@gmail.com (StackPilots Editorial Team)</author>
    <category>next-js</category><category>dark-mode</category><category>core-web-vitals</category>
  </item>

  <item>
    <guid>https://stackpilots.org/blog/guides/build-full-stack-app-nextjs-cursor-ai</guid>
    <title>How to Build a Full-Stack App in Minutes Using Next.js and Cursor AI</title>
    <link>https://stackpilots.org/blog/guides/build-full-stack-app-nextjs-cursor-ai</link>
    <description>A fast-start implementation blueprint for shipping a production-ready Next.js app with AI-assisted coding workflows.</description>
    <pubDate>Wed, 04 Mar 2026 14:42:00 GMT</pubDate>
    <author>nan8278@gmail.com (StackPilots Editorial Team)</author>
    <category>ai-tools</category><category>next-js</category><category>tutorial</category>
  </item>

  <item>
    <guid>https://stackpilots.org/blog/guides/frontend-backend-ai-agent-collaboration-model</guid>
    <title>Frontend and Backend AI Agent Collaboration: A Practical Model</title>
    <link>https://stackpilots.org/blog/guides/frontend-backend-ai-agent-collaboration-model</link>
    <description>How to coordinate frontend and backend AI agents with clear contracts, faster iteration cycles, and fewer integration surprises.</description>
    <pubDate>Sun, 08 Mar 2026 10:28:00 GMT</pubDate>
    <author>nan8278@gmail.com (StackPilots Editorial Team)</author>
    <category>ai-tools</category><category>next-js</category><category>software-engineering</category>
  </item>

  <item>
    <guid>https://stackpilots.org/blog/nested-route/introducing-multi-part-posts-with-nested-routing</guid>
    <title>Introducing Multi-part Posts with Nested Routing</title>
    <link>https://stackpilots.org/blog/nested-route/introducing-multi-part-posts-with-nested-routing</link>
    <description>The blog template supports posts in nested sub-folders. This can be used to group posts of similar content e.g. a multi-part course. This post is itself an example of a nested route!</description>
    <pubDate>Sun, 02 May 2021 00:00:00 GMT</pubDate>
    <author>nan8278@gmail.com (StackPilots Editorial Team)</author>
    <category>multi-author</category><category>next-js</category><category>feature</category>
  </item>

    </channel>
  </rss>
