agent-ecosystem/landing
iliya 32e310a5ff feat(landing): add new dist file and enhance AppLogo and HeroDemoVideo components
- Introduced a new symbolic link for the dist directory.
- Updated AppLogo.vue to improve text styling with a new gradient for light theme.
- Modified HeroDemoVideo.vue to use a dynamic video source and added aspect ratio styling for better layout.
2026-03-23 17:21:25 +02:00
..
assets fix(tests): improve messageId generation for legacy inbox rows 2026-03-23 16:31:37 +02:00
components feat(landing): add new dist file and enhance AppLogo and HeroDemoVideo components 2026-03-23 17:21:25 +02:00
composables fix(tests): improve messageId generation for legacy inbox rows 2026-03-23 16:31:37 +02:00
content fix(tests): improve messageId generation for legacy inbox rows 2026-03-23 16:31:37 +02:00
data fix(tests): improve messageId generation for legacy inbox rows 2026-03-23 16:31:37 +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 comparison section and localization updates 2026-03-23 17:00:29 +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 fix(tests): improve messageId generation for legacy inbox rows 2026-03-23 16:31:37 +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 fix(tests): improve messageId generation for legacy inbox rows 2026-03-23 16:31:37 +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.