agent-ecosystem/landing
iliya 0876f192fa feat(landing): enhance localization and improve UI components
- Added support for German (de), French (fr), and Japanese (ja) languages, expanding the localization capabilities of the application.
- Updated the LanguageSwitcher component to include new language options and a search feature for better user experience.
- Enhanced the HeroSection with dynamic download URLs and a release version badge for improved visibility of updates.
- Refactored the ScreenshotsSection to utilize a new data structure for screenshots, improving maintainability and performance.
- Improved the styling of various components, including the addition of search functionality in the LanguageSwitcher and adjustments to the layout of the HeroSection.
- Fixed type handling in several components to ensure better TypeScript compatibility and reduce potential runtime errors.
2026-03-23 20:18:02 +02:00
..
assets fix(tests): improve messageId generation for legacy inbox rows 2026-03-23 16:31:37 +02:00
components feat(landing): enhance localization and improve UI components 2026-03-23 20:18:02 +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.