The official home for WebStray documentation and products.
The WebStray website is the primary digital storefront and documentation platform for WebStray products, built using Next.js, React, and Velite as a type-safe content layer.
Detailed documentation for WebStray website is available at the following link.
The WebStray website leverages a modern tech stack designed for content delivery and optimal user and developer experience:
- Next.js – The React framework for the web, optimized for performance and SEO.
- React – Declarative UI framework for building a fast and reactive user interface.
- Velite – A powerful tool for turning Markdown/MDX into type-safe data collections.
- shadcn/ui – Accessible, high-quality components built with Radix UI.
- Tailwind CSS v4 – Utility-first CSS framework for UI styling.
- Motion – Production-ready motion library for React.
- Lucide React – Clean and consistent icon library.
To run the website in development mode with Velite watching for content changes, follow these steps:
git clone https://github.com/webstraycom/website.git
cd websitenpm installnpm run devTo generate the static content and build the optimized Next.js production bundle:
npm run buildnpm run startThis project is licensed under the MIT License. See the LICENSE file for details.
