An open API service indexing awesome lists of open source software.

https://github.com/sayedio/rulekitx-web


https://github.com/sayedio/rulekitx-web

Last synced: 8 days ago
JSON representation

Awesome Lists containing this project

README

          

# RuleKitX Website & Documentation

This is the marketing and documentation website for **RuleKitX**, the Composable AI Engineering Governance System.

🌍 **Live Website:** [rulekitx.vercel.app](https://rulekitx.vercel.app)
📦 **NPM Package:** [rulekitx](https://www.npmjs.com/package/rulekitx)

---

## Tech Stack

This site is built with modern web technologies:
- [Next.js (App Router)](https://nextjs.org)
- [React](https://react.dev)
- [Tailwind CSS](https://tailwindcss.com)
- Custom MDX parser with GitHub Flavored Markdown (GFM) support for rich documentation

## Local Development

First, install dependencies:

```bash
npm install
```

Then, run the development server:

```bash
npm run dev
```

Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.

## Documentation Content

The documentation files are written in Markdown (`.mdx`) and can be found under `src/content/docs/`. Editing these files will automatically update the `/docs` section of the website.