This repository contains the public product website for Flyfish Office Preview, an Office document preview solution for business systems.
The site is used to present the product value, supported formats, preview experience, licensing options, deployment service, purchase links, and support contact information.
It supports:
- A professional marketing homepage for Flyfish Office Preview
- Chinese and English content managed through a shared locale configuration
- Direct language URLs for SEO:
/zh-CN//en-US/
- Static prerendered HTML for search engine crawling
- Vercel deployment for
product.flyfish.group
- React
- Vite
- Lucide React icons
- Static SEO prerender script
- Vercel hosting
Install dependencies:
npm installStart the local development server:
npm run devBuild for production:
npm run buildThe production build generates normal Vite assets and prerendered SEO pages under dist/.
The site is deployed through Vercel. The production domain is:
This repository is for the product website only. It does not contain the proprietary Office document parser/viewer implementation.