Skip to content

webstraycom/website

Repository files navigation

WebStray Website Preview

WebStray Official 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.

Documentation

Detailed documentation for WebStray website 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:

1. Clone the repository

git clone https://github.com/webstraycom/website.git
cd website

2. Install dependencies

npm install

3. Start the development server

npm run dev

Production Build

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

1. Build for production

npm run build

2. Start the production server

npm run start

License

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

About

WebStray official website and documentation hub. Built with Next.js, React, and Velite as a type-safe content layer.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors