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

🌍 Worldwide
Deep filtering in Strapi? 🔍 Easily query nested relations using REST, GraphQL, Query Engine, and more. Perfect for devs seeking flexible, efficient content management. See how to filter books by author hobbies with real code examples. 👉 Read the full blog: strapi.link/4rtXRNm
5
400
I created a SKILL @AnthropicAI that lets you start with a fully configured @strapijs project tailored to your needs, including complete collection types and data seed generation based on your requirements. Checkout what I learned in the process: strapi.io/blog/what-are-agen… Try it out github.com/strapi/strapi/dis…
2
9
1,567
This guy made 40 Facebook ads, 100 landing pages, booked himself on 4 podcasts, and wrote 3 guest blog posts. In a single day. People called him a fraud. There was literally a Polymarket bet on whether he's a con artist. So i asked him to prove it live. And he did. Here's @codyschneider's actual system for AI-enabled paid marketing: 1) He uses Perplexity to search Reddit for his ICP's actual pain points in their own words. Not what he thinks they care about, what they've literally said online. 2) He feeds those pain points into Claude, which generates 40 ad variations, titles, supporting copy, and the actual creative using React components exported as PNGs via a library called HTML-to-canvas. 3) He tests all 40 variations in a CPC campaign on Meta. $100 over 3 days. Cheapest cost-per-click wins. 4) Winners get matched landing pages. He uses an open-source CMS called Strapi connected to Claude Code via API, so he bulk-generates a landing page for every winning ad angle. Same headline on the ad and the page = higher conversion. 5) Once he finds a winning concept, he scales it — AI avatar UGC via HeyGen, upgraded with V3, and only brings in a human creator if the AI version plateaus. The whole thing runs on Claude Code + APIs + a .env file with all his keys. No engineering team. Just him on multiple desktops with multiple Claude agents running simultaneously. His best line: "you're not just hiring me anymore. you're hiring me and the 30 agents behind me and all the personal software i've built."
99
230
3,259
380,808
Build your landing page in minutes with Ai ⚙️ Simple layouts, clean code, and smooth integration A developer-friendly walkthrough to kickstart your project 🛠️ Discover the process here 👉 strapi.link/3M4LXKD
3
591
Paul exploring SKILLS to help developers get started with Strapi quickly.
I created a SKILL @AnthropicAI that lets you start with a fully configured @strapijs project tailored to your needs, including complete collection types and data seed generation based on your requirements. Checkout what I learned in the process: strapi.io/blog/what-are-agen… Try it out github.com/strapi/strapi/dis…
1
7
1,055
Mark your calendars! Join us as we talk about how to rethink developer experience in today’s world with @cpenned, @resend DX Engineer. We’ll cover: ​✅ Why developer experience matters more than ever ​✅ What it means to design tools around real developer needs ​✅ The future of web development 🗓️ Thursday, February 26, 8am PST 📍 Livestream 👉 Register here: strapi.link/3MCX3qx
1
5
434
Astro Actions tutorial – build a snappy email capture form with vanilla JS and Strapi 5 🚀 Enjoy a straightforward guide that makes content management easy. Code faster, work smarter, and share your results! Check it out here ➡️ strapi.link/4qCJiqr
7
475
Strapi retweeted
🚀 Strapi v5.36.0 is out This release improves daily workflows in the admin and adds a few meaningful DX upgrades. What’s new: ✨ Persistent list view settings in the Content Manager: filters, sorting, and display preferences now persist, so you don’t have to reset your view when navigating away 📱 Mobile improvements in edit views for a smoother experience on smaller screens 🧰 Better TypeScript support for project configuration ☁️ Upgraded S3 upload provider: improved compatibility with S3-compatible services (MinIO, DigitalOcean Spaces, Backblaze, IONOS, etc.) plus security enhancements 🔄 --non-interactive mode for improved CI/CD and scripted project creation 🔒 Security update: Apollo upgraded to 4.13.0 ⚙️ Bug fixes & polish: improvements to content history drawers, sidenav scrolling, relation cloning, and async preview handling About 50% of the work in this release comes from community contributions. Thank you to everyone who reported issues and submitted PRs 🫶🏻
3
10
964
🚀 Strapi v5.36.0 is out, and it's all about Quality and Community This release improves daily workflows in the admin and adds a few meaningful DX upgrades. What’s new: ✨ Persistent list view settings in the Content Manager: filters, sorting, and display preferences now persist, so you don’t have to reset your view when navigating away 📱 Mobile improvements in edit views for a smoother experience on smaller screens 🧰 Better TypeScript support for project configuration ☁️ Upgraded S3 upload provider: improved compatibility with S3-compatible services (MinIO, DigitalOcean Spaces, Backblaze, IONOS, etc.) plus security enhancements 🔄 --non-interactive mode for improved CI/CD and scripted project creation 🔒 Security update: Apollo upgraded to 4.13.0 ⚙️ Bug fixes & polish: improvements to content history drawers, sidenav scrolling, relation cloning, and async preview handling About 50% of the work in this release comes from community contributions. Thank you to everyone who reported issues and submitted PRs 🫶🏻
2
8
722
Join us live with Chris Pennington (Resend) to explore what great developer experience looks like today! We’ll cover: ​✅ Why developer experience matters more than ever ​✅ What it means to design tools around real developer needs ​✅ The future of web development 🗓️ Thursday, February 26, 8am PST 📍 Livestream 👉 Register here: strapi.link/4rjDQcC
3
278
🗄️ Is SQLite a good choice for production Strapi apps? SQLite is powerful, reliable, and widely used. But when it comes to production Strapi deployments, it’s not the right fit. In this article, we break down: ✅ Why SQLite works great for development ✅ The architectural mismatch with server-based CMS workloads ✅ The operational risks of file-based databases ✅ Why PostgreSQL (or MySQL/MariaDB) is recommended for production ✅ The easiest path to a production-ready setup If you’re deploying Strapi live, this is a must-read. 👉 Read the full article: strapi.link/4qCJvt7
1
1
7
1,181
Mark your calendars! Join us as we talk about how to rethink developer experience in today’s world with @cpenned, @resend DX Engineer. We’ll cover: ​✅ Why developer experience matters more than ever ​✅ What it means to design tools around real developer needs ​✅ The future of web development 🗓️ Thursday, February 26, 8am PST 📍 Livestream 👉 Register here: strapi.link/467LqhU
4
300
Struggling with form validations in @reactjs? 🤔 Combine Yup with React Hook Form for clean, simple logic. ✅ Validations made reusable & error handling effortless. Integrate with Strapi for a seamless backend setup 📝 Speed up your workflow—discover how in our guide: strapi.link/4jWcS7K
1
329
JS frontend frameworks explained in a nutshell: • React, Next.js, Vue, Angular & more—what’s hot in SSR/CSR and state management • Get practical performance tips and code insights for modern web apps 💻 • Perfect for devs building robust backends with Strapi Read more: strapi.link/4k71LJi
1
5
454
Build a dev-friendly blog with Strapi 5 & Next.js! 🚀 • Model dynamic content & manage relationships easily • Render markdown content with smart code features • Setup pagination, search, & more with a few commands Get hands-on and start coding today 👉 strapi.link/3NMqeHY
3
365
Did you know you can hide your content types in your @strapijs Admin panel? Let's do it in 2 steps
1
5
721
Build your first Strapi plugin? 🚀 Fetch YouTube transcripts with TypeScript. Master routes, services, and controllers. Boost backend flexibility and productivity. Ready to code? 👉 strapi.link/3LRRPqy
4
330
Strapi retweeted
Resend DX Engineer, @cpenned, is joining our friends at @strapijs on how we're rethinking developer experience in today’s world — from APIs and tooling to community and education. 📆 Thursday, February 26 📍 Livestream
1
3
11
1,821
Strapi devs, simplify user management with lifecycle hooks! 🔧 Automatically create & delete user profiles to keep data clean & secure. Ideal for the users-permissions plugin & upload workflows. Curious to see how it works? Dive into the guide here 👉 strapi.link/45pXcnt
3
370