🚀 Open-source Headless CMS 💜 Join the Strapi Community at strapi.link/discord 🤝 Need help? github.com/strapi/strapi/dis…

🌍 Worldwide
🚨 Most AI evals are broken. We celebrate benchmark scores as if they reflect reality—when in practice, they often say little about what users actually value. At @aidotengineer , @strapijs CEO @pierre_burgy will share why he believes “vibe > benchmarks” when it comes to AI evaluation. 📍September 23-24 2025 at @joinstationf In this session, Pierre will break down: • Why leaderboard chasing distracts from real progress • How Strapi built “vibe benchmarks” grounded in usage patterns • Why qualitative feedback loops can scale better than gold-label datasets If you’re building or shipping AI products, this talk will challenge how you think about success. 👉 Are you measuring what matters—or just what’s easy to measure?
2
5
918
Hello wonderful people, I started building @tan_stack and Strapi basic blog starter. You can checkout the repo here: 👉 strapi.link/3I0c97f This is community project I am building in public to help me learn about all the cool TanStack features, feel free to provide feedback, and contributions are welcome. Currently I implemented: - home page - article page - article detail page - fetching data via server functions
1
2
11
877
Reaching Enterprise Partner status isn’t just a badge—it’s a signal. It shows that a partner like @qburst has: ✔️ Proven expertise at scale ✔️Consistent delivery across complex customer needs ✔️A track record of long-term growth That’s why we’re proud to announce QBurst’s promotion to Enterprise Partner level. The partner ecosystem thrives on companies that can deliver both depth and breadth—and QBurst is a great example of that. Congratulations to the entire Qburst team!
1
568
Started exploring @tan_stack. It's amazing. Working on Tanstack Start and @strapijs simple starter. You can check it out here 👉 github.com/PaulBratslavsky/s… Work in progress, the goal is to build a simple blog website with search and pagination. This is open source, and feature suggestions and feedback are appreciated. Once this is done, I will use this as a jumping point to redo my YT Summarizer app with full CRUD, file upload, and Auth.
1
4
10
1,481
How to Migrate from Contentful to Strapi 📝 Full Article: strapi.link/4m65dUc In this tutorial, Tim Adler shares how his team migrated a large project from Contentful to Strapi using a custom migration utility and strapi_lift. You’ll learn how to: ❇️ Export and prepare your Contentful data ❇️ Set up Strapi content types and a CDN ❇️ Automate migration of content, assets, and relations ❇️ Avoid common pitfalls along the way
2
566
How to handle form validation in Next.js with Zod 4 @zodtypes, check out full tutorial on how to build an app with @nextjs and @strapijs using @shadcn with Tailwind 4, Zod 4, and AI SDK from @vercel. 👉🏻 Part 1: strapi.link/4ngruQ0 - User Registration, Login & Profile: Secure JWT-based authentication - Protected Routes: Middleware-based route protection - AI-Powered Summaries: Integration with AI SDK - CRUD Operations: Create, read, update, and delete summaries - Search & Pagination: Debounced search with URL state management
1
4
610
Build a Cron Job Manager with Strapi and Next.js 15 👉 Explore the full tutorial here → strapi.link/45ZJmaV Learn how to build a complete cron job management system with Strapi 5 & Next.js including persistence, execution logs, manual triggers, and frontend controls.
2
2
686
Strapi v4 to Strapi 5 Migration Resources 👉 Fulll guide: strapi.link/3Vwoz9Q This guide covers everything you should consider before starting your migration process. From Strapi 5's new features, plugins, and tools available to you, we've included commonly asked questions to help make this transition as smooth as possible.
1
2
4
647
Learn how to build YT Summarizer with @nextjs and @strapijs using @shadcn with Tailwind 4, form validation and types with Zod 4, and AI SDK from @vercel. 👉🏻 Part 1: strapi.link/4n7yvma - User Registration, Login & Profile: Secure JWT-based authentication - Protected Routes: Middleware-based route protection - AI-Powered Summaries: Integration with AI SDK - CRUD Operations: Create, read, update, and delete summaries - Search & Pagination: Debounced search with URL state management
2
3
425
Learn how to build YT Summarizer with @nextjs and @strapijs using @shadcn with Tailwind 4, form validation and types with Zod 4, and AI SDK from @vercel. 👉🏻 Part 1: strapi.link/4lYd9Xu - User Registration, Login & Profile: Secure JWT-based authentication - Protected Routes: Middleware-based route protection - AI-Powered Summaries: Integration with AI SDK - CRUD Operations: Create, read, update, and delete summaries - Search & Pagination: Debounced search with URL state management
1
2
5
667
Designing content models Currently, I am writing a step-by-step guide to content modeling using a company website as an example. We’ll cover when to use collection types, single types, components, dynamic zones, and relations. And lastly, we will see how AI tools like @v0 by @vercel and @strapijs AI speed things up. Have you done content modeling before?
2
2
8
710
We’ve just released Strapi Docs 6.8.0 with not 1, not 2, but 3 brand-new AI features ✨ 📄 A new AI toolbar at the top of each page lets you quickly copy the raw Markdown content to paste into your favorite LLM. You can also use the drop-down for instant access to LLMs.txt files. More features are coming soon! 🧠 The revamped Ask AI modal now includes starter questions and a deep thinking mode for complex use cases. 🤓 And last but not least, we’ve just laid the first building block of our contextual AI solution: Contextual AI for code blocks, which gives you instant, detailed explanations of any code example with just one click. Check it out strapi.link/4n9OVdB
2
9
796
Build a Semantic Search Plugin with Strapi and @OpenAI 📝Full Article: strapi.link/4g2q5dz 🧑‍💻 Complete code: strapi.link/42cBbGX Let's build a Strapi production-ready plugin that automatically generates AI embeddings for your content and provides lightning-fast search through clean REST APIs.
2
3
582
Learn how to build YT Summarizer with @nextjs and @strapijs using @shadcn with Tailwind 4, form validation and types with Zod 4, and AI SDK from @vercel. 👉🏻 Part 1: strapi.link/4nbzwtw - User Registration, Login & Profile: Secure JWT-based authentication - Protected Routes: Middleware-based route protection - AI-Powered Summaries: Integration with AI SDK - CRUD Operations: Create, read, update, and delete summaries - Search & Pagination: Debounced search with URL state management
2
8
649
💾 Ever wished Strapi had a built-in “one-click DB backup”? This article outlines how one user built a custom database backup plugin. We didn't write it, but it's a great read. Full guide 👉 strapi.link/46da8Oc
3
862
What are some of your favorite tech memes? Share them with us in the thread below
2
3
787
Share some of your favorite tech memes with us in the thread below!
1
547
Learn how to build YT Summarizer with @nextjs and @strapijs using @shadcn with Tailwind 4, form validation and types with Zod 4, and AI SDK from @vercel. 👉🏻 Part 4: strapi.link/4fXyQW9 - User Registration, Login & Profile: Secure JWT-based authentication - Protected Routes: Middleware-based route protection - AI-Powered Summaries: Integration with AI SDK - CRUD Operations: Create, read, update, and delete summaries - Search & Pagination: Debounced search with URL state management
6
544
How to submit forms with @nextjs using server actions or API routes. If you're interested in getting started with Strapi, I've created a crash course that you might find helpful. Strapi Crash Course: 👉🏻 strapi.link/47hXZZw
1
7
602