March 2026 Summaries
10 posts from Strapi
Filter
Month:
Year:
Post Summaries
Back to Blog
Strapi is focusing on integrating a native MCP server into its core, which will allow AI agents to manage CMS content through standardized protocols, enhancing AI integration and security with granular API token permissions. The community plays a significant role, contributing 30% of recent pull requests, and the development team is responding by addressing long-standing developer requests rather than introducing new headline features. Among the innovations showcased, FlowGine, a workflow automation tool built within Strapi, allows users to create workflows through a visual interface, while the Better Auth plugin offers a comprehensive self-hosted authentication system with features like two-factor authentication. The call also highlighted the power of Strapi’s plugin architecture through community-driven solutions like an event data aggregation plugin by Alex, which automates data ingestion from various sources. Strapi's commitment to community involvement is evident, with discussions moving to GitHub and continuous open-source collaboration encouraged through public RFCs and weekly open office hours on Discord.
Mar 31, 2026
2,081 words in the original blog post.
A recent supply chain security incident involving certain versions of the axios HTTP library has raised concerns, but Strapi projects remain unaffected as long as default installations are used. An investigation by the Strapi team confirmed that none of the repositories in the Strapi GitHub organization utilize axios versions above 1.14.0, with core components pinned at 1.13.5 and other dependencies at safe versions. The risk arises only if users have manually upgraded axios beyond version 1.14.0 for custom purposes, in which case they are advised to downgrade to version 1.13.6 or lower. Strapi emphasizes its commitment to security by maintaining stringent control over dependency versions and assures users that the situation is being closely monitored, with open lines for communication through community channels for any concerns.
Mar 31, 2026
523 words in the original blog post.
In the tutorial, readers learn how to automate their content workflow by integrating Strapi and n8n to streamline the post-publication process. The automation begins with a Strapi publish event triggering a webhook in n8n, which then searches Airtable for a matching content assignment, updates it with the live URL, publish date, and status, and notifies the team via Slack. If Airtable doesn't find a matching record, an email is sent to editors to address the issue. This setup minimizes manual tasks, reduces the chance of error, and enhances team visibility, proving especially useful for teams managing editorial calendars in Airtable, content production in Strapi, and publication notifications in Slack. The tutorial also provides tips for further improvements, like using environment variables and supporting additional Strapi models, emphasizing the value of automation in creating a seamless content operations system.
Mar 20, 2026
2,760 words in the original blog post.
React developers using Strapi and Next.js for CMS-driven applications can enhance performance by addressing specific challenges such as content query cascades and cache invalidation. The flexibility of Strapi's schemas can lead to overfetching, impacting load times significantly; however, strategic use of the `populate` and `fields` parameters can drastically reduce payload sizes and response times. By restructuring queries to fetch data in parallel using `Promise.all`, developers can minimize sequential loading delays. Implementing webhook-based cache invalidation with Next.js revalidation tags allows for precise and efficient content updates without full site rebuilds. Keeping CMS data fetching within Server Components eliminates client-side request waterfalls, and normalizing repeated entities in API responses prevents re-render cascades, optimizing memory usage and performance. These practices aim to balance CMS flexibility with efficient data handling, ensuring faster page loads and a smoother user experience.
Mar 18, 2026
3,365 words in the original blog post.
The State of JavaScript 2025 survey reveals a stabilization in the JavaScript ecosystem, with developers experiencing less frequent framework switching and settling into mature frameworks such as React, Vue, and Angular. The focus has shifted to meta-frameworks and build tools, with Astro leading in developer satisfaction due to its content-focused architecture, while Vite is rapidly gaining popularity over Webpack. AI's role in coding has surged, with nearly 29% of code being AI-generated, altering workflows and emphasizing the importance of structured, API-first content backends like Strapi. Developers are now prioritizing stability and flexibility in their tech stacks, leveraging tools that remain agile in the face of evolving coding practices and AI integration. The survey underscores the importance of choosing meta-frameworks and content infrastructures that can adapt to these changes, highlighting combinations like Astro + Strapi for content-heavy sites and React/Next.js + Strapi for interactive web apps.
Mar 18, 2026
2,424 words in the original blog post.
Between January and February 2026, Strapi released several updates, from v5.33 to v5.39, focusing on enhancing user experience, particularly in the Admin UI and mobile support. These updates addressed community proposals and longstanding requests, resulting in 49 GitHub pull requests and over 150 issues being closed. Key improvements included persistent list view settings, a new status filter for content publication, a fix for bulk publishing interruptions, enhanced relation field handling, and a focal-point picker for the Media Library. Additionally, the updates introduced AI metadata generation for existing media, enforced file type restrictions, and allowed media imports directly from URLs. Developer experience was enhanced with an upgraded email provider, full support for S3-compatible storage services, an automated project scaffolding option, and improved security for API parameter handling. These changes were part of a collaborative effort between the Strapi team and the community, emphasizing the open-source nature of the project.
Mar 11, 2026
1,169 words in the original blog post.
In 2026, selecting a Next.js template involves evaluating options based on architectural needs and specific features such as content management, multi-tenancy, and end-to-end type safety. Strapi + Next.js is highlighted as the top choice for content-driven applications due to its robust API-first CMS architecture, official Vercel integration, and scalability from small projects to enterprise-level deployments. The T3 Stack offers a modular approach with a strong emphasis on type safety using TypeScript, ideal for developers prioritizing type-safe full-stack applications. ShipFast is designed for solo founders aiming to rapidly launch MVPs, while Supastarter caters to B2B SaaS projects with built-in multi-tenancy and RBAC features. The Ixartz SaaS Boilerplate presents a cost-free, feature-rich option for developers seeking a comprehensive SaaS foundation, complete with testing infrastructure and multi-tenancy capabilities. Each template is tailored for different development goals, providing flexibility in technology choice, integration, and deployment to meet varying project demands.
Mar 06, 2026
2,263 words in the original blog post.
The guide offers a comprehensive walkthrough for building a production-ready SaaS website using Next.js for the frontend and Strapi as a headless CMS backend, emphasizing the integration of dynamic content types, server-side data fetching, and token-based authentication. It outlines the setup of Strapi with Collection Types and Single Types to manage content like pricing plans and blog posts, and connects these to a responsive Next.js frontend through Strapi's REST API with TypeScript safety. The deployment process involves configuring environment variables and deploying the Strapi backend to Railway with PostgreSQL, while the Next.js frontend is deployed to Vercel. The guide also highlights best practices for project structuring, component styling with Tailwind CSS, implementing JWT authentication using HttpOnly cookie storage, and setting up API permissions to control access. It addresses performance optimization techniques, such as using specific fields from Strapi to reduce API response sizes and prioritizing above-the-fold images for faster loading, and it suggests further improvements like on-demand revalidation with Next.js ISR and multi-layer caching with HTTP cache-control headers.
Mar 06, 2026
5,085 words in the original blog post.
The "State of React 2025-2026" survey, conducted by Devographics, offers a comprehensive overview of the current trends and challenges within the React ecosystem, highlighting significant developments like the launch of React 19, the stabilization of the React Compiler, and the establishment of the React Foundation under the Linux Foundation. The report underscores the swift adoption of React 19, driven by features like automatic memoization, new hooks, and the deprecation of Create React App, though some developers remain on React 18 due to concerns about server components and library compatibility. The survey reveals a polarizing reception to server components, with a notable portion of developers citing complexity and debugging issues, yet single-page applications (SPAs) continue to dominate over server-side rendering alternatives. TanStack is emerging as a viable client-first alternative to Next.js, while AI-assisted coding tools have standardized on React, reinforcing its market dominance. Despite the complexity and rapid changes within the ecosystem leading to developer fatigue, frameworks like Strapi offer a flexible backend solution that complements any frontend framework, ensuring content layer independence amidst evolving frontend technologies.
Mar 06, 2026
2,485 words in the original blog post.
In addressing the challenge of ensuring consistent Incremental Static Regeneration (ISR) across multiple Kubernetes replicas, a Strapi team encountered issues with the Next.js revalidation mechanism. The problem stemmed from the ISR cache being cleared only on the specific pod where the revalidation request was processed, leading to stale content being served by other pods. This situation was exacerbated by routing behaviors of the load balancer and CDN, causing editors to lose trust in the revalidation process. Initial attempts to solve the issue using shared caches and experimental Next.js features were unsuccessful due to architectural constraints and bugs. The successful solution involved implementing a Redis Pub/Sub system to broadcast revalidation requests to all pods, ensuring each pod cleared its own cache. This was achieved by having each pod make an internal HTTP request to trigger cache invalidation, despite Redis's absence at initial deployment. The team's approach allowed for graceful degradation, maintaining functionality even if Redis became unavailable, and highlighted the importance of adapting solutions to framework limitations. Future updates in Next.js are expected to simplify such implementations, but the current setup has stabilized the content delivery process and restored trust among content editors.
Mar 04, 2026
1,886 words in the original blog post.