Newsletter
Join the Community
Subscribe to our newsletter for the latest news and updates
Quickstart for a Directus / Next.js / Tailwind CSS stack with authentication and user settings.

A Nuxt 3 starter template with Tailwind CSS, Headless UI, Pinia, Vite, Eslint, i18n, and Naive UI.

A React boilerplate combining Next.js, Chakra UI, Jotai, and TypeScript for rapid application development.

Simple Next.js template that uses a Postgres database.

Multi-language Nuxt starter with Prismic CMS: homepage, info pages, navigation, and Slice Machine setup.

A dead simple Jekyll boilerplate styled with Tailwind CSS, PostCSS, and PurgeCSS.

Scaffold enterprise Nuxt.js apps with TypeScript, Element UI/Vant presets, and CI/CD in seconds.
Directus Next Starter is an open-source boilerplate template that connects a Next.js frontend to a Directus backend, giving you authentication, user profile management, and site-wide settings fetch out of the box. Created by Calderis and distributed under the MIT License, this starter is hosted on GitHub and has a live demo deployed on Vercel.
Directus Next Starter is a starter project for building a website with Next.js while using Directus as the backend service. It consumes the Directus authentication API and the Directus settings collection to pull the project name, project logo, and main site color for theming. The template includes a protected page example and a user settings page form so you can bootstrap development without wiring up auth from scratch. It was built by Calderis and is available on GitHub with documentation in the project wiki.
directus_settings collection to display the project name, logo, and main site color across the app..env.local file for Next.js variables and Directus environment variables for password reset URL allow list and email SMTP settings.https://directus-next-starter.vercel.app and includes a demo login flow.yarn..env.local.example to .env.local and configure your environment variables.directus_settings and directus_users.yarn dev to launch the Next.js app and npx directus start to run Directus in a separate terminal.The README lists finished features and planned work. Already implemented: authentication, user settings page form, Directus Settings fetching, contact form, policy page, and privacy page. Planned items include a search page, a footer, profile picture upload, session reload on user settings change, and RGPD features such as "clear all user data" and "get all user data" exports.
