1// Modern frameworks · marketing sites & apps
2import { NextJS, Astro, React, Webflow, Vue } from '@matrixe/frontend'
3
4// E-commerce · headless and traditional
5import { Shopify, Hydrogen, Shopware, Magento2, WooCommerce } from '@matrixe/commerce'
6
7// Content management · headless to legacy
8import { WordPress, Sanity, Contentful, CustomPHP } from '@matrixe/content'
9
10// Database · pick the data layer that fits
11import { PostgreSQL, MongoDB, MySQL } from '@matrixe/data'
12
13// Infrastructure · production-grade ops
14import { Vercel, Cloudflare, Sentry, PostHog, GitHub } from '@matrixe/infra'
15
16// Stack-agnostic. Outcome-obsessed.
17export const ship = () => 'production'