WebStray Website
The official home for WebStray documentation and products.
About
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.
Repository
The official WebStray website repository on GitHub is available at the following link.
Built With
The WebStray website leverages a modern tech stack designed for content delivery and optimal user and developer experience:
Framework & Content Layer
- 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.
UI & UX
- 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.
Local Development
To run the website in development mode with Velite watching for content changes, follow these steps:
Clone the repository
git clone https://github.com/webstraycom/website.git
cd websiteInstall dependencies
npm installStart the development server
npm run devProduction Build
To generate the static content and build the optimized Next.js production bundle:
Build for production
npm run buildStart the production server
npm run startLicense
This project is licensed under the MIT License. See the LICENSE file for details.