Skip to content

Releases: wunderio/next-drupal-starterkit

v1.0.0

09 Feb 05:48
Compare
Choose a tag to compare

[1.0.0] - 09.02.2024

The starterkit provides a basic setup for a new project using next-drupal to build a decoupled Drupal frontend with Next.js.

At this point, the starterkit includes the following features:

  • Automated setup with Drupal recipes and Lando
  • Integration with Wunder's Silta hosting setup
  • Content types
    • Frontpage
    • Article
    • Page
  • Paragraph types
    • Text
    • Image
    • Video
    • Accordion (with nested paragraphs)
    • Articles listing
    • Hero
  • Data fetching from the frontend to the backend via JSONAPI
  • Schema definition with Zod
  • Basic styling with Tailwind CSS
  • Basic SEO setup with Next.js
  • Example of integration with Drupal's webform module
  • Authentication with next-auth, user registration and change password
  • Ready integration with Elasticsearch (indexing and front page for results)
  • Preview mode and on-demand regeneration of static pages
  • Metatags support
  • Importable demo content
  • Multilingual support (included English, Finnish and Swedish)
  • Typesafe environment variables with Zod
  • Xml sitemap
  • basic Cypress testing setup
  • initial UI library of components
  • integration with Storybook