Published onDecember 4, 2022Building a SaaS with Directus and Stripe: Part 3, Directus Flows.directusstripesaasLet's build the Directus Flows used for a SaaS, built with Directus and Stripe Billing.
Published onNovember 27, 2022Building a SaaS with Directus and Stripe: Part 2, database.directusstripesaasLet's build the database of a SaaS using Directus and Stripe Billing.
Published onNovember 26, 2022Building a SaaS with Directus and Stripe: Part 1, design.directusstripesaasI just released a SaaS product for my company, and I built it with Directus and leveraged Stripe Billing. Let's take a look at the design of the app.
Published onOctober 28, 2022Using Directus with Next-Auth to handle authentication in your frontend.directusnext-authnext.jsWhen using Directus with a frontend in Next.js relying on Next-Auth for authentication, I have chosen to avoid directus sdk.
Published onOctober 26, 2022Using Directus js-sdk in a Next.js app with several useSWR calls.directusnext.jsuseswrBuilding a Next.js app with Directus is quite smooth. However, the integration with directus sdk was a little tricky, especially with multiple useSWR calls.