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 website

Install dependencies

npm install

Start the development server

npm run dev

Production Build

To generate the static content and build the optimized Next.js production bundle:

Build for production

npm run build

Start the production server

npm run start

License

This project is licensed under the MIT License. See the LICENSE file for details.