Security Disclosure of Vulnerabilities: CVE-2025-64526, CVE-2026-22599, CVE-2026-22706, CVE-2026-22707, and CVE-2026-27886
This article details and discloses five security vulnerabilities in Strapi (CVE-2025-64526, CVE-2026-22599, CVE-2026-22706, CVE-2026-22707, CVE-2026-27886) and recommends immediate upgrading to fix them.
May 13, 2026Running Strapi: self-hosted vs Strapi Cloud
A practical comparison of self-hosted Strapi and Strapi Cloud across setup, environments, scaling, incident response, collaboration, and cost.
May 12, 2026From Zero to Hero: Getting Started with GraphQL, Strapi and Next.js 16 Part 4
From zero to custom resolvers with Strapi GraphQL & Next.js 16
May 4, 2026GraphQL vs REST: When to Pick Each, with a Strapi v5 Comparison
When should you use REST vs GraphQL in Strapi v5? Side-by-side examples for fields, populate, and filters, plus measured load-test numbers from Postgres.
May 4, 2026From Zero to Hero: Getting Started with GraphQL, Strapi and Next.js 16 Part 3
From zero to custom resolvers with Strapi GraphQL & Next.js 16
April 29, 2026From Zero to Hero: Getting Started with GraphQL, Strapi and Next.js 16 Part 2
From zero to custom resolvers with Strapi GraphQL & Next.js
April 28, 2026From Zero to Hero: Getting Started with GraphQL, Strapi and Next.js 16 Part 1
From zero to custom resolvers with Strapi & GraphQL
April 23, 2026Local-First AI with Gemma 4 + Ollama + TanStack AI: A YouTube Knowledge Base
How to build a local-first AI app that summarizes YouTube videos and chats over transcripts — using Gemma 4 on Ollama with TanStack AI, no frontier APIs.
April 21, 2026Building High-Performance Strapi Apps: Common Pitfalls and Best Practices
Learn how to improve Strapi performance by optimizing queries, avoiding over-fetching, and replacing populate=deep with better data modeling strategies.
April 16, 2026Astro 6 is Here: What Changed and How We Updated Our Strapi 5 & Astro Starter
Everything new in Astro 6, our updated Strapi 5 starter project, and a Claude Code skill that creates Strapi content types and Astro pages automatically.
April 7, 2026Axios Supply Chain Incident: Your Strapi Project Is Safe
Strapi audited all repos for the axios supply chain vulnerability. No default installation is affected. Learn how to check your own project.
March 31, 2026Strapi Community Call Recap: Updates, Native MCP Server, FlowGine & Better Auth Plugin
Explore Strapi's latest community call: a native MCP server, FlowGine workflow automation, Better Auth with 2FA and passkeys, and 50+ community-merged PRs.
March 31, 2026How to Automate Your Content Workflow with Strapi and n8n
Learn how to automate your content workflow using Strapi and n8n. Automatically update Airtable, send Slack notifications, send emails, and generate live URLs.
March 20, 2026Strapi release roundup: everything that changed between January and February 2026
What actually changed in Strapi over the last 2 months: mobile fixes, media improvements, new content filters, security hardening, and a lot of long-overdue fixes.
March 11, 2026Demystifying Strapi's Populate & Filtering
How to query populate and filtering data in Strapi.
March 9, 2026Fixing ISR Revalidation Across Kubernetes Replicas on strapi.io
Here is how we fixed stale pages in a multi-instance Next.js deployment by synchronizing ISR revalidation across Kubernetes replicas with Redis Pub/Sub
March 4, 2026Let's Build A Strapi Plugin To Integrate Vercel’s AI SDK In Our Next.js 16 Project
Let's Build A Strapi Plugin To Integrate Vercel’s AI SDK In Our Next.js 16 Project
February 19, 2026Why SQLite Is a Poor Fit for Production Strapi Applications
Discover why SQLite can introduce operational risks in your production Strapi app and why server-based DBs like PostgreSQL, MariaDB, & MySQL are a safer choice.
February 13, 2026useEffect in 2026: A Layer-by-Layer Audit of When You Actually Need One
Audit every useEffect in your React codebase with a layer-by-layer framework. Learn when Server Components, loaders, and query hooks replace effects.
How to Build a React Server Components Site with Strapi 5
Learn how to build a React Server Components site with Strapi 5. Fetch CMS content in async components, render Dynamic Zones, and ship minimal JavaScript.
Why Rendering Strategies Focus on Data, Not HTML: A Developer's Guide
SPA, SSR, SSG, RSC make sense when compared by when data is fetched. Learn a practical framework for choosing the right React rendering strategy.