agent-ecosystem/landing
iliya 1718f9cf7c refactor(README): reorganize roadmap items for clarity and update language switcher flag icon
- Rearranged roadmap items in README.md for better organization, moving planning mode and visual workflow editor to the top.
- Updated the flag icon for English in LanguageSwitcher.vue from the US to the GB flag.
- Enhanced user environment setup in CliInstallerService.ts by adding user information retrieval.
- Improved timestamp handling in MemberLogsTab.tsx to better reflect recent activity.
- Adjusted button class names in ProvisioningProgressBlock.tsx for consistency.
2026-03-24 16:52:12 +02:00
..
assets fix(tests): improve messageId generation for legacy inbox rows 2026-03-23 16:31:37 +02:00
components refactor(README): reorganize roadmap items for clarity and update language switcher flag icon 2026-03-24 16:52:12 +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 fix(readme): update Discord link and remove obsolete screenshot 2026-03-23 23:38:57 +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 fix(readme): update Discord link and remove obsolete screenshot 2026-03-23 23:38:57 +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.