✨️ New in 2026: choose the Classic or Modern Bundle ✨️

Changelog

Everything that's new and improved across Cruip templates — frameworks, pages, tooling, and dependencies.

July 7, 2026

Appy

A major refresh across every edition: new Products/product pages plus Terms and Privacy pages, rebuilt footers with real links, an upgrade to Tailwind CSS 4.3.2, updated framework and library dependencies, and new ESLint/Prettier tooling and favicons.

HTML

  • Add local dev server with live reload (npm run dev now runs the Tailwind watcher and Browsersync together)
  • Bundle the Tailwind CLI as a dependency
  • Upgrade Tailwind CSS to 4.3.2

Next.js

  • Upgrade to Next.js 16.2.10 and React 19.2.7
  • Update to Tailwind 4.3.2
  • Upgrade next-mdx-remote-client to v2
  • Remove unused @next/mdx config
  • Upgrade Swiper to v14
  • Move AOS init into a client component to improve static rendering
  • Clean up dependencies and move types to devDependencies
  • Add ESLint and Prettier configuration with import sorting
  • Add MDX-based product pages with a dynamic /products/[slug] route and a products index
  • Drive the homepage carousel from the shared product data
  • Add Products dropdown to the header and mobile menu
  • Add Terms and Privacy pages
  • Rebuild the footer with real internal links

Vue

  • Upgrade Vue to 3.5.39 and Vue Router to 5.1.0
  • Upgrade to Tailwind 4.3.2
  • Upgrade Vite to 8.1.3 and @vitejs/plugin-vue to 6.0.7
  • Upgrade Swiper to 14 (modules are now imported from swiper/modules)
  • Add new Products and product pages
  • Add Terms and Privacy pages
  • Rebuild the footer with real internal links
  • Remove the redundant @vue/compiler-sfc dependency
  • Remove insecure process.env exposure and unused resolve alias from the Vite config
  • Add a real favicon set (SVG, PNGs, ICO, and web manifest)
  • Add ESLint (flat config with eslint-plugin-vue) and Prettier, and lint/format all files

July 7, 2026

Community

A content and tooling refresh across every edition: new About, FAQ, Contact, and Privacy & Terms pages, rebuilt footers with real links and social icons, an upgrade to Tailwind CSS 4.3.2, updated dependencies, and new ESLint/Prettier tooling and favicons.

HTML

  • Add local dev server with live reload (pnpm run dev now runs the Tailwind watcher and Browsersync together)
  • Update to Tailwind 4.3.2
  • Add new About page
  • Add new FAQ page
  • Add new contact page
  • Add Privacy & Terms page
  • Rebuild the footer with real internal links
  • Add a favicon set (SVG, PNGs, ICO, and web manifest) and reference it across all pages
  • Clean up dependencies and move types to devDependencies

Next.js

  • Upgrade to Next.js 16.2.10 and React 19.2.7
  • Update to Tailwind 4.3.2
  • Add new About page
  • Add new FAQ page
  • Add new contact page
  • Add Privacy & Terms page
  • Rebuild the footer with real internal links
  • Clean up dependencies and move types to devDependencies
  • Add ESLint and Prettier configuration with import sorting

Vue

  • Add About, FAQ, Privacy & Terms, and Contact pages
  • Design About and Contact pages with the homepage's illustration, gradient text, and card styling
  • Update footer links and social icons (X and GitHub link to Cruip)

July 7, 2026

Creative

A content and tooling refresh across every edition: new blog, contact, privacy, and inspiration pages, rebuilt footers with real links, an upgrade to Tailwind CSS 4.3.2 with the Typography plugin, updated dependencies, favicons, and new ESLint/Prettier tooling.

HTML

  • Add local dev server with live reload (pnpm run dev now runs the Tailwind watcher and Browsersync together)
  • Bundle the Tailwind CLI as a dependency
  • Upgrade Tailwind CSS to 4.3.2
  • Add blog listing and single blog post pages with static content
  • Add contact page
  • Add privacy page
  • Add inspiration page
  • Update footer with real links
  • Add favicon!
  • Add @tailwindcss/typography for legal and blog prose styling

Next.js

  • Upgrade to Next.js 16.2.10 and React 19.2.7
  • Update to Tailwind 4.3.2
  • Add a blog index and MDX-powered blog post pages
  • Add privacy and contact pages
  • Add an inspiration detail page and link the homepage gallery to it
  • Wire up the favicon set in the root layout metadata
  • Update the footer with real links
  • Make the homepage blog section data-driven from MDX content
  • Add @tailwindcss/typography for legal and blog prose styling
  • Move AOS init into a client component to improve static rendering
  • Clean up dependencies and move types to devDependencies
  • Add ESLint and Prettier configuration with import sorting
  • Fix Swiper type resolution under the bundler module resolution enforced by Next.js 16.2

Vue

  • Upgrade Vue to 3.5.39 and Vue Router to 5.1.0
  • Upgrade to Tailwind 4.3.2
  • Upgrade Vite to 8.1.3 and @vitejs/plugin-vue to 6.0.7
  • Upgrade Swiper to 14 (modules are now imported from swiper/modules)
  • Add blog listing and single blog post pages with static content
  • Add contact, privacy, and inspiration pages
  • Update footer with real internal links and Cruip social URLs
  • Link homepage blog section and inspiration gallery to the new pages
  • Add @tailwindcss/typography for legal and blog prose styling
  • Remove insecure process.env exposure and unused resolve alias from the Vite config
  • Add a real favicon set (SVG, PNGs, ICO, and web manifest)
  • Add ESLint (flat config with eslint-plugin-vue) and Prettier, and lint/format all files

July 7, 2026

Cube

A tooling and dependency refresh across every edition: an upgrade to Tailwind CSS 4.3.2 with updated dependencies, favicon packs and web manifests, rebuilt footers with real internal links and Cruip social links, and new ESLint/Prettier tooling.

HTML

  • Add local dev server with live reload (pnpm run dev now runs the Tailwind watcher and Browsersync together)
  • Bundle the Tailwind CLI as a dependency
  • Upgrade Tailwind CSS to 4.3.2 and update other dependencies
  • Add favicon pack and web manifest across all pages
  • Rebuild the footer with real internal links and Cruip social links (X, Medium, GitHub)

Next.js

  • Upgrade to Next.js 16.2.10 and React 19.2.7
  • Update to Tailwind 4.3.2
  • Move AOS init into a client component to improve static rendering
  • Clean up dependencies and move types to devDependencies
  • Add ESLint and Prettier configuration with import sorting
  • Fix Swiper carousel type resolution and server-side rendering under Next.js 16.2
  • Upgrade Swiper to v14
  • Add favicon pack and web manifest
  • Rebuild the footer with real internal links and Cruip social links (X, Medium, GitHub)

Vue

  • Upgrade Vue to 3.5.39 and Vue Router to 5.1.0
  • Upgrade to Tailwind 4.3.2
  • Upgrade Vite to 8.1.3 and @vitejs/plugin-vue to 6.0.7
  • Upgrade Swiper to 14 (modules are now imported from swiper/modules)
  • Remove insecure process.env exposure and unused resolve alias from the Vite config
  • Add a real favicon set (SVG, PNGs, ICO, and web manifest)
  • Rebuild the footer with real internal links and Cruip social links (X, Medium, GitHub)
  • Add ESLint (flat config with eslint-plugin-vue) and Prettier, and lint/format all files

July 7, 2026

DevFolio

A tooling and dependency refresh across every edition: a new live-reload dev server for HTML, Next.js and Vue framework upgrades, a Tailwind CSS 4.3.2 upgrade, dependency cleanups, ESLint and Prettier configuration, and favicons.

HTML

  • Add local dev server with live reload (pnpm run dev now runs the Tailwind watcher and Browsersync together)
  • Bundle the Tailwind CLI as a dependency
  • Upgrade Tailwind CSS to 4.3.2 and update other dependencies
  • Add favicon

Next.js

  • Upgrade to Next.js 16.2.10 and React 19.2.7
  • Update to Tailwind 4.3.2
  • Remove unused API route
  • Clean up dependencies and move types to devDependencies
  • Add ESLint and Prettier configuration with import sorting
  • Fix carousel event typing under bundler module resolution
  • Add favicon

Vue

  • Upgrade Vue to 3.5.39 and Vue Router to 5.1.0
  • Upgrade to Tailwind 4.3.2
  • Upgrade Vite to 8.1.3 and @vitejs/plugin-vue to 6.0.7
  • Remove insecure process.env exposure and unused resolve alias from the Vite config
  • Add a real favicon set (SVG, PNGs, ICO, and web manifest)
  • Add ESLint (flat config with eslint-plugin-vue) and Prettier, and lint/format all files

July 7, 2026

DevSpace

A tooling and dependency refresh across every edition: a new live-reload dev server for HTML, Next.js and Vue framework upgrades, a Tailwind CSS 4.3.2 upgrade, dependency cleanups, ESLint and Prettier configuration, and a full favicon pack.

HTML

  • Add local dev server with live reload (pnpm run dev now runs the Tailwind watcher and Browsersync together)
  • Bundle the Tailwind CLI as a dependency
  • Upgrade Tailwind CSS to 4.3.2 and update other dependencies
  • Add favicon pack (SVG, PNGs, ICO, and web manifest)
  • Standardize README and page titles

Next.js

  • Upgrade to Next.js 16.2.10 and React 19.2.7
  • Update to Tailwind 4.3.2
  • Upgrade next-mdx-remote-client to v2
  • Remove unused @next/mdx config
  • Remove unused API route
  • Clean up dependencies and move types to devDependencies
  • Add ESLint and Prettier configuration with import sorting
  • Add favicon pack (SVG, PNGs, ICO, and web manifest)
  • Fix root layout metadata and wire footer on all pages
  • Remove unused Stellar leftover components

Vue

  • Upgrade Vue to 3.5.39 and Vue Router to 5.1.0
  • Upgrade to Tailwind 4.3.2
  • Upgrade Vite to 8.1.3 and @vitejs/plugin-vue to 6.0.7
  • Remove insecure process.env exposure and unused resolve alias from the Vite config
  • Add a real favicon set (SVG, PNGs, ICO, and web manifest)
  • Fix web manifest template name
  • Add ESLint (flat config with eslint-plugin-vue) and Prettier, and lint/format all files

July 7, 2026

Docs

A tooling and dependency refresh across every edition: a new live-reload dev server for HTML, Next.js and Vue framework upgrades, a Tailwind CSS 4.3.2 upgrade, dependency cleanups, ESLint and Prettier configuration, a full favicon pack, and refreshed footers.

HTML

  • Add local dev server with live reload (pnpm run dev now runs the Tailwind watcher and Browsersync together)
  • Bundle the Tailwind CLI as a dependency
  • Upgrade Tailwind CSS to 4.3.2 and update other dependencies
  • Add favicon pack (SVG, PNGs, ICO, and web manifest)
  • Standardize README and page titles
  • Update footer with Cruip.com copyright and social links

Next.js

  • Upgrade to Next.js 16.2.10 and React 19.2.7
  • Update to Tailwind 4.3.2
  • Upgrade next-mdx-remote-client to v2
  • Remove unused @next/mdx build-time config
  • Remove unused API route
  • Clean up dependencies and move types to devDependencies
  • Add ESLint and Prettier configuration with import sorting
  • Add favicon pack (SVG, PNGs, ICO, and web manifest)
  • Fix root layout metadata and update footer with Cruip.com copyright and social links

Vue

  • Upgrade Vue to 3.5.39 and Vue Router to 5.1.0
  • Upgrade to Tailwind 4.3.2
  • Upgrade Vite to 8.1.3 and @vitejs/plugin-vue to 6.0.7
  • Remove insecure process.env exposure and unused resolve alias from the Vite config
  • Add a real favicon set (SVG, PNGs, ICO, and web manifest)
  • Fix web manifest template name
  • Add ESLint (flat config with eslint-plugin-vue) and Prettier, and lint/format all files
  • Standardize README and update footer with Cruip.com copyright and social links

July 7, 2026

Fintech

A tooling and dependency refresh across every edition: a new live-reload dev server for HTML, Next.js and Vue framework upgrades, a Tailwind CSS 4.3.2 upgrade, a Swiper carousel upgrade, dependency cleanups, ESLint and Prettier configuration, a full favicon pack, and rebuilt footers.

HTML

  • Add local dev server with live reload (pnpm run dev now runs the Tailwind watcher and Browsersync together)
  • Bundle the Tailwind CLI as a dependency
  • Upgrade Tailwind CSS to 4.3.2 and update other dependencies
  • Add favicon pack (SVG, PNGs, ICO, and web manifest)
  • Standardize README and page titles
  • Update footer Cruip.com copyright and rebuild footer with real internal links and Cruip social links

Next.js

  • Upgrade to Next.js 16.2.10 and React 19.2.7
  • Update to Tailwind 4.3.2
  • Upgrade next-mdx-remote-client to v2
  • Remove unused @next/mdx config
  • Remove unused API route
  • Migrate Swiper carousel to v14 API
  • Move AOS init into a client component to improve static rendering
  • Clean up dependencies and move types to devDependencies
  • Add ESLint and Prettier configuration with import sorting
  • Add favicon pack (SVG, PNGs, ICO, and web manifest)
  • Fix root layout metadata
  • Update footer Cruip.com copyright and rebuild footer with real internal links and Cruip social links

Vue

  • Upgrade Vue to 3.5.39 and Vue Router to 5.1.0
  • Upgrade to Tailwind 4.3.2
  • Upgrade Vite to 8.1.3 and @vitejs/plugin-vue to 6.0.7
  • Upgrade Swiper to 14 (modules are now imported from swiper/modules)
  • Remove insecure process.env exposure and unused resolve alias from the Vite config
  • Add a real favicon set (SVG, PNGs, ICO, and web manifest)
  • Fix web manifest template name
  • Update footer Cruip.com copyright and rebuild footer with real internal links and Cruip social links
  • Add ESLint (flat config with eslint-plugin-vue) and Prettier, and lint/format all files

July 7, 2026

Gray

A tooling and maintenance refresh across every edition: a Tailwind CSS 4.3.2 upgrade, updated dependencies, new favicon packs, refreshed footers, and ESLint/Prettier configuration.

HTML

  • Add local dev server with live reload (pnpm run dev now runs the Tailwind watcher and Browsersync together)
  • Bundle the Tailwind CLI as a dependency
  • Upgrade Tailwind CSS to 4.3.2 and update other dependencies
  • Add favicon pack (SVG, PNGs, ICO, and web manifest)
  • Standardize README and page titles
  • Rebuild footer with Cruip social links on a single row

Next.js

  • Upgrade to Next.js 16.2.10 and React 19.2.7
  • Update to Tailwind 4.3.2
  • Remove unused API route
  • Clean up dependencies and move types to devDependencies
  • Add ESLint and Prettier configuration with import sorting
  • Add favicon pack (SVG, PNGs, ICO, and web manifest)
  • Fix root layout metadata
  • Rebuild footer with Cruip social links on a single row

Vue

  • Upgrade Vue to 3.5.39 and Vue Router to 5.1.0
  • Upgrade to Tailwind 4.3.2
  • Upgrade Vite to 8.1.3 and @vitejs/plugin-vue to 6.0.7
  • Remove insecure process.env exposure and unused resolve alias from the Vite config
  • Add a real favicon set (SVG, PNGs, ICO, and web manifest)
  • Fix web manifest template name
  • Rebuild footer with Cruip social links on a single row
  • Add ESLint (flat config with eslint-plugin-vue) and Prettier, and lint/format all files

July 7, 2026

JobBoard

A tooling and maintenance refresh across every edition: a Tailwind CSS 4.3.2 upgrade, updated dependencies, new favicon packs, refreshed footers with real internal links, and ESLint/Prettier configuration.

HTML

  • Add local dev server with live reload (pnpm run dev now runs the Tailwind watcher and Browsersync together)
  • Bundle the Tailwind CLI as a dependency
  • Upgrade Tailwind CSS to 4.3.2 and update other dependencies
  • Add favicon pack (SVG, PNGs, ICO, and web manifest)
  • Standardize README and page titles
  • Update footer with real internal links, Cruip.com copyright, and social links

Next.js

  • Upgrade to Next.js 16.2.10 and React 19.2.7
  • Update to Tailwind 4.3.2
  • Remove unused API route
  • Clean up dependencies and move types to devDependencies
  • Add ESLint and Prettier configuration with import sorting
  • Add favicon pack (SVG, PNGs, ICO, and web manifest)
  • Fix root layout metadata
  • Update footer with real internal links, Cruip.com copyright, and social links

Vue

  • Upgrade Vue to 3.5.39 and Vue Router to 5.1.0
  • Upgrade to Tailwind 4.3.2
  • Upgrade Vite to 8.1.3 and @vitejs/plugin-vue to 6.0.7
  • Remove insecure process.env exposure and unused resolve alias from the Vite config
  • Add a real favicon set (SVG, PNGs, ICO, and web manifest)
  • Fix web manifest template name
  • Update footer with real internal links, Cruip.com copyright, and social links
  • Add ESLint (flat config with eslint-plugin-vue) and Prettier, and lint/format all files

July 7, 2026

Mosaic

A major release across every edition: powerful new data tables (sorting, faceted filtering, pagination, row selection, and bulk delete), detail and create pages for Customers, Orders, Invoices, and Transactions, 7 brand-new dashboards (SaaS, Ecommerce, Marketing, Projects, CRM, Support, and Monitoring), new Community pages, Mosaic branding, and a full favicon set.

HTML

  • Add vanilla JS + Alpine.js data tables for Customers, Orders, Invoices, and Transactions (sorting, faceted filtering, pagination, row selection, and bulk delete)
  • Add Add Customer, Add Order (interactive order builder with live totals), and Create Invoice pages, plus Customer, Order, Invoice, and Transaction detail pages
  • Add 7 new dashboards (SaaS, Ecommerce, Marketing, Projects, CRM, Support, Monitoring) with fully configured Chart.js charts
  • Centralize sample data in js/data/ with shared getById helpers
  • Add a Users - List members table and an Add Member page, wired into the Community sidebar
  • Add the "Mosaic" sidebar wordmark and a "Dashboard Template by Cruip.com" header byline
  • Add a dev server: pnpm dev runs the Tailwind CLI in watch mode alongside a browser-sync live-reload server
  • Add a full favicon set and set descriptive page titles
  • Rebuild the Finance transactions page with a running-total header, account switcher, and slide-over receipt panel

Next.js

  • Add @tanstack/react-table as the engine for all data tables via a reusable headless DataTable component (sorting, faceted filtering, pagination, row selection, and bulk delete)
  • Add Add Customer, Add Order (interactive order builder with live totals), and Create Invoice pages, plus detail pages for Customers, Orders, Invoices, and Transactions
  • Add a reusable row actions menu (View detail / Edit / Remove) and wire everything into the sidebar
  • Add 7 new dashboards (SaaS, Ecommerce, Marketing, Projects, CRM, Support, Monitoring) reusing the existing chart components
  • Move sample data to a dedicated data/ folder with getById helpers and a shared users-data module
  • Add a Users - List view and an Add Member page, wired into the Community sidebar
  • Add the "Mosaic" sidebar wordmark and a "Dashboard Template by Cruip.com" header byline
  • Add a full favicon set and descriptive page titles

React

  • Add @tanstack/react-table as the engine for all data tables via a reusable headless DataTable component (sorting, faceted filtering, pagination, row selection, and bulk delete)
  • Add Add Customer, Add Order (interactive order builder with live totals), and Create Invoice pages, plus detail pages for Customers, Orders, Invoices, and Transactions
  • Add a reusable row actions menu (View detail / Edit / Remove) and wire everything into the sidebar
  • Add 7 new dashboards (SaaS, Ecommerce, Marketing, Projects, CRM, Support, Monitoring) reusing the existing chart components
  • Move sample data to a dedicated src/data/ folder with getById helpers and a shared users-data module
  • Add a Users - List view and an Add Member page, wired into the Community sidebar
  • Add the "Mosaic" sidebar wordmark and a "Dashboard Template by Cruip.com" header byline
  • Add a full favicon set and a page title on every route
  • Restore chart gradients and populate previously empty dashboard card edit menus

Vue

  • Add @tanstack/vue-table as the engine for all data tables via a reusable headless DataTable component (sorting, faceted filtering, pagination, row selection, and bulk delete)
  • Add Add Customer, Add Order (interactive order builder with live totals), and Create Invoice pages, plus detail pages for Customers, Orders, Invoices, and Transactions
  • Add a reusable row actions menu (View detail / Edit / Remove) and wire everything into the sidebar
  • Add 7 new dashboards (SaaS, Ecommerce, Marketing, Projects, CRM, Support, Monitoring) reusing the existing chart components
  • Add a dedicated src/data/ folder with getById helpers and a shared users-data module
  • Add a Users - List view and an Add Member page, wired into the Community sidebar
  • Add the "Mosaic" sidebar wordmark and a "Dashboard Template by Cruip.com" header byline
  • Add a full favicon set and a page title on every route
  • Populate previously empty dashboard card edit menus and fix dead links

Laravel

  • Add Alpine.js data tables for Customers, Orders, Invoices, and Transactions (sorting, faceted filtering, pagination, row selection, and bulk delete)
  • Add Add Customer, Add Order (interactive order builder with live totals), and Create Invoice pages, plus Customer, Order, Invoice, and Transaction detail pages
  • Add row actions menus and wire the detail and create pages into the sidebar
  • Add 7 new dashboards (SaaS, Ecommerce, Marketing, Projects, CRM, Support, Monitoring) with fully configured Chart.js charts bundled through Vite
  • Add a Users - List members table and an Add Member page, wired into the Community sidebar
  • Add the "Mosaic" sidebar wordmark and a "Dashboard Template by Cruip.com" header byline
  • Add a full favicon set and descriptive page titles
  • Standardize card, button, and control shadows for consistent depth across pages

July 7, 2026

Neon

A tooling and maintenance refresh across every edition: a Tailwind CSS 4.3.2 upgrade, updated dependencies, new favicon packs, refreshed footers with real internal links, and ESLint/Prettier configuration.

HTML

  • Add local dev server with live reload (pnpm run dev now runs the Tailwind watcher and Browsersync together)
  • Bundle the Tailwind CLI as a dependency
  • Upgrade Tailwind CSS to 4.3.2 and update other dependencies
  • Add favicon pack (SVG, PNGs, ICO, and web manifest)
  • Standardize README and page titles
  • Update footer with real internal links, Cruip.com copyright, and social links

Next.js

  • Upgrade to Next.js 16.2.10 and React 19.2.7
  • Update to Tailwind 4.3.2
  • Remove unused API route
  • Move AOS init into a client component to improve static rendering
  • Clean up dependencies and move types to devDependencies
  • Add ESLint and Prettier configuration with import sorting
  • Add favicon pack (SVG, PNGs, ICO, and web manifest)
  • Update layout metadata and page description
  • Update footer with real internal links, Cruip.com copyright, and social links

Vue

  • Upgrade Vue to 3.5.39 and Vue Router to 5.1.0
  • Upgrade to Tailwind 4.3.2
  • Upgrade Vite to 8.1.3 and @vitejs/plugin-vue to 6.0.7
  • Remove insecure process.env exposure and unused resolve alias from the Vite config
  • Add a real favicon set (SVG, PNGs, ICO, and web manifest)
  • Add ESLint (flat config with eslint-plugin-vue) and Prettier, and lint/format all files
  • Update footer with real internal links, Cruip.com copyright, and social links

July 7, 2026

Open PRO

A tooling and maintenance refresh across every edition: a Tailwind CSS 4.3.2 upgrade, updated dependencies, a gradient-border mask fix under Tailwind 4.3, new favicon packs, refreshed footers with real internal links, and ESLint/Prettier configuration.

HTML

  • Add local dev server with live reload (pnpm run dev now runs the Tailwind watcher and Browsersync together)
  • Bundle the Tailwind CLI as a dependency
  • Upgrade Tailwind CSS to 4.3.2 and update other dependencies
  • Fix gradient-border mask rendering under Tailwind 4.3 (use trailing ! important syntax so mask-composite: exclude is applied)
  • Add favicon pack (SVG, PNGs, ICO, and web manifest)
  • Standardize README and page titles
  • Update footer with real internal links, Cruip.com copyright, and social links
  • Fix Nacelle font loading (import custom-fonts.css in the Tailwind entry file)

Next.js

  • Upgrade to Next.js 16.2.10 and React 19.2.7
  • Update to Tailwind 4.3.2
  • Upgrade next-mdx-remote-client to v2
  • Remove unused @next/mdx config
  • Remove unused API route
  • Move AOS init into a client component to improve static rendering
  • Clean up dependencies and move types to devDependencies
  • Add ESLint and Prettier configuration with import sorting
  • Fix gradient-border mask rendering under Tailwind 4.3
  • Add favicon pack (SVG, PNGs, ICO, and web manifest)
  • Update layout metadata and page description
  • Update footer with real internal links, Cruip.com copyright, and social links

Vue

  • Upgrade Vue to 3.5.39 and Vue Router to 5.1.0
  • Upgrade to Tailwind 4.3.2
  • Upgrade Vite to 8.1.3 and @vitejs/plugin-vue to 6.0.7
  • Remove the redundant @vue/compiler-sfc dependency
  • Remove insecure process.env exposure and unused resolve alias from the Vite config
  • Add a real favicon set (SVG, PNGs, ICO, and web manifest)
  • Add ESLint (flat config with eslint-plugin-vue) and Prettier, and lint/format all files
  • Fix gradient-border mask rendering under Tailwind 4.3
  • Update footer with real internal links, Cruip.com copyright, and social links

July 7, 2026

Podcast

A tooling and dependency refresh across every edition: a Tailwind CSS 4.3.2 upgrade, framework and build-tool updates, a new favicon pack, ESLint/Prettier configuration, and a footer refresh with Cruip.com copyright and social links.

HTML

  • Add local dev server with live reload (pnpm run dev now runs the Tailwind watcher and Browsersync together)
  • Bundle the Tailwind CLI as a dependency
  • Upgrade Tailwind CSS to 4.3.2 and update other dependencies
  • Add favicon pack (SVG, PNGs, ICO, and web manifest)
  • Standardize README and page titles
  • Update footer with Cruip.com copyright and social links

Next.js

  • Upgrade to Next.js 16.2.10 and React 19.2.7
  • Update to Tailwind 4.3.2
  • Upgrade next-mdx-remote-client to v2
  • Remove unused @next/mdx config
  • Remove unused API route
  • Migrate Swiper carousel to the v14 API
  • Move AOS init into a client component to improve static rendering
  • Clean up dependencies and move types to devDependencies
  • Add ESLint and Prettier configuration with import sorting
  • Add favicon pack (SVG, PNGs, ICO, and web manifest)
  • Standardize README and page titles
  • Update footer with Cruip.com copyright and social links

Vue

  • Upgrade Vue to 3.5.39 and Vue Router to 5.1.0
  • Upgrade to Tailwind 4.3.2
  • Upgrade Vite to 8.1.3 and @vitejs/plugin-vue to 6.0.7
  • Upgrade Swiper to 14 (modules are now imported from swiper/modules)
  • Remove insecure process.env exposure and unused resolve alias from the Vite config
  • Add favicon pack (SVG, PNGs, ICO, and web manifest)
  • Add ESLint (flat config with eslint-plugin-vue) and Prettier, and lint/format all files
  • Standardize README and page title
  • Update footer with Cruip.com copyright and social links

July 7, 2026

Quoty

A tooling and dependency refresh across every edition: a Tailwind CSS 4.3.2 upgrade, framework and build-tool updates, a new favicon pack, and ESLint/Prettier configuration.

HTML

  • Add local dev server with live reload (pnpm run dev now runs the Tailwind watcher and Browsersync together)
  • Bundle the Tailwind CLI as a dependency
  • Upgrade Tailwind CSS to 4.3.2 and update other dependencies
  • Add favicon pack (SVG, PNGs, ICO, and web manifest)
  • Standardize README and page titles

Next.js

  • Upgrade to Next.js 16.2.10 and React 19.2.7
  • Update to Tailwind 4.3.2
  • Remove unused API route
  • Clean up dependencies and move types to devDependencies
  • Add ESLint and Prettier configuration with import sorting
  • Add favicon pack (SVG, PNGs, ICO, and web manifest)
  • Standardize README and page titles

Vue

  • Upgrade Vue to 3.5.39 and Vue Router to 5.1.0
  • Upgrade to Tailwind 4.3.2
  • Upgrade Vite to 8.1.3 and @vitejs/plugin-vue to 6.0.7
  • Remove insecure process.env exposure and unused resolve alias from the Vite config
  • Add favicon pack (SVG, PNGs, ICO, and web manifest)
  • Add ESLint (flat config with eslint-plugin-vue) and Prettier, and lint/format all files
  • Standardize README and page title

July 7, 2026

Simple

A content and tooling refresh across every edition: new Terms and Privacy pages, a Tailwind CSS 4.3.2 upgrade with a gradient-border mask fix, framework and build-tool updates, real favicons, ESLint/Prettier configuration, and a refreshed footer.

HTML

  • Add local dev server with live reload (npm run dev now runs the Tailwind watcher and Browsersync together)
  • Bundle the Tailwind CLI as a dependency
  • Upgrade Tailwind CSS to 4.3.2 and update other dependencies
  • Fix gradient-border mask rendering under Tailwind 4.3 (use trailing ! important syntax so mask-composite: exclude is applied)
  • Add Terms and Privacy pages
  • Refresh the footer with the new layout and real links across all pages
  • Add real favicons (SVG, ICO, PNG, Apple touch icon, and web manifest)

Next.js

  • Upgrade to Next.js 16.2.10 and React 19.2.7
  • Update to Tailwind 4.3.2
  • Upgrade next-mdx-remote-client to v2
  • Remove unused @next/mdx config
  • Remove unused API route
  • Add Terms and Privacy pages
  • Move AOS init into a client component to improve static rendering
  • Clean up dependencies and move types to devDependencies
  • Add ESLint and Prettier configuration with import sorting
  • Update footer to only link to real internal pages
  • Improve page metadata and titles
  • Add favicon pack and web manifest
  • Fix gradient-border mask rendering under Tailwind 4.3

Vue

  • Upgrade Vue to 3.5.39 and Vue Router to 5.1.0
  • Upgrade to Tailwind 4.3.2
  • Upgrade Vite to 8.1.3 and @vitejs/plugin-vue to 6.0.7
  • Upgrade @headlessui/vue and remove the redundant @vue/compiler-sfc dependency
  • Remove insecure process.env exposure and unused resolve alias from the Vite config
  • Add Terms of Service and Privacy Policy pages
  • Restructure the footer nav (Product / Resources / Legal) with real links
  • Add a real favicon set (SVG, PNGs, ICO, and web manifest)
  • Add ESLint (flat config with eslint-plugin-vue) and Prettier, and lint/format all files
  • Fix gradient-border mask rendering under Tailwind 4.3 (use the supported trailing ! important syntax so mask-composite: exclude is emitted)
  • Fix a broken closing tag in the business categories tabs and a malformed app card link

July 7, 2026

Stellar

A major content and tooling refresh across every edition: new Blog, Contact, Terms, and Privacy pages, real favicon sets, refreshed navigation and footer links, and up-to-date dependencies.

Astro

Stellar is now available as an Astro edition — a static-first port of the Next.js template with React 19.2.7 islands for the interactive pieces. Its earlier version history is inherited from the Next.js edition.

  • Convert the template from Next.js to Astro (static-first, islands architecture)
  • Build on Astro 7 with React 19.2.7 islands for the interactive pieces (Headless UI, Swiper, AOS)
  • Style with Tailwind CSS 4.3.2 via the @tailwindcss/vite plugin
  • Move blog posts, customer stories, integrations, and the changelog to MDX content collections
  • Handle code highlighting with rehype-pretty-code through the unified markdown processor
  • Add ESLint (with the Astro plugin and import sorting) and keep Prettier
  • Carry over favicons, page metadata, and titles from the Next.js edition

HTML

  • Add a local dev server with live reload (npm run dev runs the Tailwind watcher and Browsersync together)
  • Bundle the Tailwind CLI as a dependency
  • Add Blog and single blog post pages
  • Add Terms and Privacy pages
  • Add a Contact page with form and contact details
  • Update the navbar and footer with the new pages and real links
  • Add real favicons (SVG, ICO, PNG, Apple touch icon, and web manifest)
  • Update dependencies

Next.js

  • Upgrade to Next.js 16.2.10 and React 19.2.7
  • Upgrade to Tailwind CSS 4.3.2
  • Upgrade Swiper to v14 and next-mdx-remote-client to v2
  • Add proper dynamic routes for customer stories and integrations
  • Add a blog with MDX posts
  • Add Terms, Privacy, and a Contact page with form and contact details
  • Add real content for all integration pages and customer stories matching each logo
  • Fix a requestAnimationFrame leak in particles and replace dead canvas elements with a Particles component
  • Move AOS init into a client component to improve static rendering
  • Remove an unused API route and clean up dependencies
  • Add ESLint and Prettier
  • Update the footer to only link to real internal pages
  • Add proper favicons and improve page metadata and titles

Vue

  • Upgrade Vue to 3.5.39 and Vue Router to 5.1.0
  • Upgrade to Tailwind CSS 4.3.2
  • Upgrade Vite to 8.1.3 and @vitejs/plugin-vue to 6.0.7
  • Upgrade Swiper to 14 (modules now imported from swiper/modules)
  • Migrate all components to the `` syntax
  • Remove insecure process.env exposure and an unused resolve alias from the Vite config
  • Add blog (listing and post) pages
  • Add a contact page with a working contact form
  • Add Terms of Service and Privacy Policy pages
  • Restructure the footer nav (Product / Company / Legal) with real links
  • Add a real favicon set (SVG, PNGs, ICO, and web manifest)
  • Add ESLint (flat config with eslint-plugin-vue) and Prettier

July 7, 2026

Talent

A tooling and dependency refresh across every edition: a Tailwind CSS 4.3.2 upgrade, framework and build-tool updates, a new favicon pack, ESLint/Prettier configuration, and a footer refresh with real internal links, Cruip.com copyright, and social links.

HTML

  • Add local dev server with live reload (pnpm run dev now runs the Tailwind watcher and Browsersync together)
  • Bundle the Tailwind CLI as a dependency
  • Upgrade Tailwind CSS to 4.3.2 and update other dependencies
  • Add favicon pack (SVG, PNGs, ICO, and web manifest)
  • Standardize README and page titles
  • Update footer with real internal links, Cruip.com copyright, and social links

Next.js

  • Upgrade to Next.js 16.2.10 and React 19.2.7
  • Update to Tailwind 4.3.2
  • Migrate Swiper to v14
  • Remove unused API route
  • Move AOS init into a client component to improve static rendering
  • Clean up dependencies and move types to devDependencies
  • Add ESLint and Prettier configuration with import sorting
  • Add favicon pack (SVG, PNGs, ICO, and web manifest)
  • Standardize README and page titles
  • Update footer with real internal links, Cruip.com copyright, and social links

Vue

  • Upgrade Vue to 3.5.39 and Vue Router to 5.1.0
  • Upgrade to Tailwind 4.3.2
  • Upgrade Vite to 8.1.3 and @vitejs/plugin-vue to 6.0.7
  • Upgrade Swiper to 14 (modules are now imported from swiper/modules)
  • Remove insecure process.env exposure and unused resolve alias from the Vite config
  • Add favicon pack (SVG, PNGs, ICO, and web manifest)
  • Add ESLint (flat config with eslint-plugin-vue) and Prettier, and lint/format all files
  • Standardize README and page title
  • Update footer with real internal links, Cruip.com copyright, and social links

July 7, 2026

Tidy

A cross-edition maintenance release that upgrades every edition to Tailwind CSS 4.3.2 and the latest framework dependencies, adds a full favicon set, standardizes READMEs and page titles, and refreshes footer links, alongside per-edition tooling improvements.

HTML

  • Add a local dev server with live reload (pnpm run dev now runs the Tailwind watcher and Browsersync together)
  • Bundle the Tailwind CLI as a dependency
  • Upgrade Tailwind CSS to 4.3.2 and update other dependencies
  • Add a favicon pack (SVG, PNGs, ICO, and web manifest)
  • Standardize README and page titles
  • Update footer with real internal links, Cruip.com copyright, and social links

Next.js

  • Upgrade to Next.js 16.2.10 and React 19.2.7
  • Update to Tailwind 4.3.2
  • Upgrade next-mdx-remote-client to v2
  • Remove unused @next/mdx config
  • Remove unused API route
  • Move AOS init into a client component to improve static rendering
  • Clean up dependencies and move types to devDependencies
  • Add ESLint and Prettier configuration with import sorting
  • Add a favicon pack (SVG, PNGs, ICO, and web manifest)
  • Standardize README and page titles
  • Update footer with real internal links, Cruip.com copyright, and social links

Vue

  • Upgrade Vue to 3.5.39 and Vue Router to 5.1.0
  • Upgrade to Tailwind 4.3.2
  • Upgrade Vite to 8.1.3 and @vitejs/plugin-vue to 6.0.7
  • Remove insecure process.env exposure and unused resolve alias from the Vite config
  • Add a real favicon set (SVG, PNGs, ICO, and web manifest)
  • Add ESLint (flat config with eslint-plugin-vue) and Prettier, and lint/format all files
  • Standardize README and page title
  • Update footer with real internal links, Cruip.com copyright, and social links

July 7, 2026

Waitlist

A cross-edition maintenance release that upgrades every edition to Tailwind CSS 4.3.2 and the latest framework dependencies, with added dev tooling, dependency cleanup, and linting and formatting setup.

HTML

  • Add a local dev server with live reload (npm run dev now runs the Tailwind watcher and Browsersync together)
  • Bundle the Tailwind CLI as a dependency
  • Upgrade Tailwind CSS to 4.3.2 and update other dependencies

Next.js

  • Upgrade to Next.js 16.2.10 and React 19.2.7
  • Update to Tailwind 4.3.2
  • Remove unused API route
  • Clean up dependencies and move types to devDependencies
  • Add ESLint and Prettier configuration with import sorting

Vue

  • Upgrade Vue to 3.5.39 and Vue Router to 5.1.0
  • Upgrade to Tailwind 4.3.2
  • Upgrade Vite to 8.1.3 and @vitejs/plugin-vue to 6.0.7
  • Remove insecure process.env exposure and unused resolve alias from the Vite config
  • Add a real favicon set (SVG, PNGs, ICO, and web manifest)
  • Add ESLint (flat config with eslint-plugin-vue) and Prettier, and lint/format all files