Skip to content

Latest commit

Β 

History

History
60 lines (40 loc) Β· 1.68 KB

File metadata and controls

60 lines (40 loc) Β· 1.68 KB

VeeCode Platform Site

The official marketing website for VeeCode Platform - an Internal Developer Platform (IDP) built on Backstage. This Next.js-based site showcases product information, plugin catalog, pricing, and platform capabilities with multi-language support.

🌐 Live Sites

πŸš€ Quick Start

# Install dependencies
yarn install

# Run development server
yarn dev

# Build for production
yarn build

# Serve static build locally
yarn static

πŸ› οΈ Tech Stack

  • Framework: Next.js 15 with App Router & Static Export
  • Language: TypeScript (strict mode)
  • Styling: Tailwind CSS 4
  • i18n: next-intl (English & Portuguese)
  • Deployment: GitHub Pages (dual-environment)

πŸ“‚ Project Structure

src/
β”œβ”€β”€ app/[locale]/       # Locale-based routing (en, pt)
β”œβ”€β”€ components/         # Reusable UI components
β”œβ”€β”€ data/plugins/       # Plugin catalog data
β”œβ”€β”€ i18n/              # Internationalization config
└── services/          # API integration

πŸ“– Documentation

For detailed architecture, conventions, and deployment workflows, see CLAUDE.md.

πŸ”„ Deployment

This repository uses a dual-environment workflow:

  • develop β†’ Auto-deploys to staging (next.platform.vee.codes)
  • main β†’ Auto-deploys to production (platform.vee.codes)

See CLAUDE.md - Deployment & Environments for the complete workflow.

πŸ“ License

Proprietary - VeeCode Platform