Skip to content

openprx/site

openprx.dev

Official website for OpenPRX — AI-native development infrastructure.

Live: https://openprx.dev

Tech Stack

Development

npm install
npm run dev       # http://localhost:4321
npm run build     # Build to dist/
npm run preview   # Preview production build

Structure

src/
├── components/    # Header, Footer, Icon, LanguageSwitcher
├── i18n/          # Translation files (en, zh, ka, ru)
├── layouts/       # MainLayout (HTML shell, SEO, theme)
├── pages/         # Route pages (product pages per locale)
├── styles/        # Global CSS, Tailwind config
└── templates/     # HomePage, ProductPage (shared templates)

i18n

4 languages: English (default, no prefix), 中文 (/zh/), ქართული (/ka/), Русский (/ru/).

Translations live in src/i18n/*.json. The Dictionary type is derived from en.json.

Deployment

Static output deployed to Cloudflare Pages. Push to main triggers auto-deploy.

License

Apache-2.0

About

Official website for OpenPRX — openprx.dev

Topics

Resources

License

Code of conduct

Contributing

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors