Astro + Strapi Starter Kit

Hi everyone, I created a starter kit combining Astro and Strapi. It has authentication, payments, blog, dark mode, and other things already built in. Feel free to take a look: ByteShip

Let me know if you have any questions.

1 Like

How are you handling content authoring? And what format do you store it in?

Astro shines with MDX/MD, but you lose much of this functionality when using a third-party CMS like Strapi. We struggled greatly with this when building content for our shared bookmarks SaaS product, but ultimately, we settled for using a third-party markdown editor plugin.