Welcome to Decoupled Drupal
Congratulations on setting up your new Decoupled Drupal site! This architecture combines the powerful content management capabilities of Drupal with the modern frontend experience of Next.js.
Key Benefits
- Flexibility - Use any frontend framework while keeping Drupal's robust CMS
- Performance - Static generation and edge caching for lightning-fast page loads
- Security - Separate frontend and backend reduces attack surface
- Developer Experience - Modern tooling with React, GraphQL, and TypeScript
Next Steps
Explore the GraphQL API at /graphql to see your content schema. Customize the Next.js frontend in the app/ directory. Create new content types using the CLI import command.