Marketing site for OptimaJet WorkflowEngine — .NET workflow automation engine.
Live site: https://workflowengine.io (deploy pending)
npm install # Install dependencies
npm run dev # http://localhost:3000
npm run build # Static export → /out
npm run lint # ESLintNext.js 16 (App Router, static export) · React 19 · TypeScript 5.9 · Tailwind CSS 4 · Framer Motion · highlight.js · next-mdx-remote (blog).
src/app/— page routes (/,/features/,/server/,/downloads/,/contacts/,/blog/,/agreements/policy/)src/components/— block components + shared UI (Navigation, Footer, ContactForm…)src/data/—main.json,features.json,server.json,blog.ts(JSON-driven block content)src/content/blog/— MDX post bodiespublic/— static assets, sitemap, robots,_redirects,_headersnetlify/— Netlify Function for contact-form lead proxy → Bitrix24
- CLAUDE.md — project conventions and critical rules for AI assistants
- knowledge/INDEX.md — full wiki (architecture, routes, blog pipeline, decisions)
- STATUS.md — current status snapshot
Forked from formengine-next; no upstream sync.