agent-ecosystem/landing
iliya 3a4c226b60 fix(landing): update live processes feature status and improve comparison table styling
- Changed the status of the live processes feature for Aperant from 'yes' to 'no' in both README.md and ComparisonSection.vue to reflect accurate capabilities.
- Adjusted the comparison table styling, including overflow behavior and header positioning for better responsiveness and user experience.
- Enhanced background colors for table headers to improve visibility across themes.
2026-03-23 20:59:29 +02:00
..
assets fix(tests): improve messageId generation for legacy inbox rows 2026-03-23 16:31:37 +02:00
components fix(landing): update live processes feature status and improve comparison table styling 2026-03-23 20:59:29 +02:00
composables feat(landing): enhance localization and improve UI components 2026-03-23 20:18:02 +02:00
content feat(landing): enhance localization and improve UI components 2026-03-23 20:18:02 +02:00
data feat(landing): enhance localization and improve UI components 2026-03-23 20:18:02 +02:00
docs fix(tests): improve messageId generation for legacy inbox rows 2026-03-23 16:31:37 +02:00
layouts fix(tests): improve messageId generation for legacy inbox rows 2026-03-23 16:31:37 +02:00
locales feat(landing): enhance localization and improve UI components 2026-03-23 20:18:02 +02:00
pages fix(tests): improve messageId generation for legacy inbox rows 2026-03-23 16:31:37 +02:00
plugins fix(tests): improve messageId generation for legacy inbox rows 2026-03-23 16:31:37 +02:00
public feat(landing): enhance base URL handling and improve image paths 2026-03-23 17:51:09 +02:00
server/routes feat(landing): enhance localization and improve UI components 2026-03-23 20:18:02 +02:00
stores fix(tests): improve messageId generation for legacy inbox rows 2026-03-23 16:31:37 +02:00
types fix(tests): improve messageId generation for legacy inbox rows 2026-03-23 16:31:37 +02:00
utils fix(tests): improve messageId generation for legacy inbox rows 2026-03-23 16:31:37 +02:00
.eslintrc.cjs fix(tests): improve messageId generation for legacy inbox rows 2026-03-23 16:31:37 +02:00
.gitignore fix(tests): improve messageId generation for legacy inbox rows 2026-03-23 16:31:37 +02:00
.prettierignore fix(tests): improve messageId generation for legacy inbox rows 2026-03-23 16:31:37 +02:00
.prettierrc fix(tests): improve messageId generation for legacy inbox rows 2026-03-23 16:31:37 +02:00
app.vue fix(tests): improve messageId generation for legacy inbox rows 2026-03-23 16:31:37 +02:00
dist feat(landing): add new dist file and enhance AppLogo and HeroDemoVideo components 2026-03-23 17:21:25 +02:00
error.vue fix(tests): improve messageId generation for legacy inbox rows 2026-03-23 16:31:37 +02:00
eslint.config.mjs fix(tests): improve messageId generation for legacy inbox rows 2026-03-23 16:31:37 +02:00
nuxt.config.ts feat(landing): enhance localization and improve UI components 2026-03-23 20:18:02 +02:00
package-lock.json feat(landing): enhance comparison section and localization updates 2026-03-23 17:00:29 +02:00
package.json fix(tests): improve messageId generation for legacy inbox rows 2026-03-23 16:31:37 +02:00
README.md fix(tests): improve messageId generation for legacy inbox rows 2026-03-23 16:31:37 +02:00
tsconfig.json fix(tests): improve messageId generation for legacy inbox rows 2026-03-23 16:31:37 +02:00

Claude Agent Teams Landing

Quick start

pnpm install
pnpm dev

Build (SSG)

pnpm generate
pnpm preview

Notes

  • Static-first (SSG) by design.
  • Locale auto-detection: cookie -> browser settings -> fallback en.
  • Theme auto-detection: localStorage -> system preference -> fallback light.