New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details
Socket
Book a DemoSign in
Socket

@raystack/chronicle

Package Overview
Dependencies
Maintainers
2
Versions
37
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@raystack/chronicle

Config-driven documentation framework

latest
npmnpm
Version
0.5.3
Version published
Weekly downloads
470
119.63%
Maintainers
2
Weekly downloads
 
Created
Source

Chronicle

Config-driven documentation framework built on Vite, Nitro, and Apsara UI.

Features

  • Config-driven — Single chronicle.yaml for all site configuration
  • Themeable — Built-in themes: default (sidebar + TOC) and paper (book-style)
  • MDX — Write docs in MDX with callouts, tabs, mermaid diagrams, and syntax highlighting
  • API docs — Interactive OpenAPI documentation with "Try it out" panel
  • LLMs — Auto-generate /llms.txt and /llms-full.txt for AI consumption
  • CLIinit, dev, build, start, serve commands

Quick Start

Install

npm install -g @raystack/chronicle

Initialize

chronicle init

Creates a chronicle.yaml and sample index.mdx.

Develop

chronicle dev

Open http://localhost:3000.

Build for production

chronicle build
chronicle start

Contributing

We welcome contributions! Here's how to get started:

Prerequisites

Running Locally

  • Fork and clone the repository
git clone https://github.com/<your-username>/chronicle.git
cd chronicle
  • Install dependencies
bun install
  • Build the CLI
bun run build:cli
  • Run the docs site locally
bun run dev:docs

Open http://localhost:3000 to see the docs site.

You can also run the CLI directly:

./packages/chronicle/bin/chronicle.js dev --config docs/chronicle.yaml

Making Changes

  • Create a branch from main
  • Make your changes
  • Test locally from the docs/ directory
  • Open a pull request

License

Apache-2.0

FAQs

Package last updated on 14 Apr 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts