https://github.com/sayedio/rulekitx-web
https://github.com/sayedio/rulekitx-web
Last synced: 8 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/sayedio/rulekitx-web
- Owner: sayedio
- Created: 2026-06-10T16:13:11.000Z (11 days ago)
- Default Branch: main
- Last Pushed: 2026-06-10T17:44:12.000Z (11 days ago)
- Last Synced: 2026-06-10T18:17:22.790Z (11 days ago)
- Language: TypeScript
- Homepage: https://rulekitx.vercel.app
- Size: 3.51 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Agents: AGENTS.md
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.