CLAUDE.md claudeA

CLAUDE.md is agent-read markdown (claude) from nishikantaray/insighttrack.

Indexed from public GitHub and served as immutable, content-addressed versions. Install it pinned to an exact SHA-256 with the mdr CLI, and every file is verified against the hash recorded here before it reaches your agent. The deterministic audit below grades the latest version, and the same file always earns the same grade.

What the file says

# CLAUDE.md — InsightTrack Project Instructions

> This file is read automatically by Claude when working on this project.

## Project

InsightTrack — self-hosted web analytics platform with a dual-database architecture.

- **PostgreSQL**: All writes (tracking events, auth, site management)
- **DuckDB**: All analytics reads (10-100× faster OLAP queries)
- **React 18 + Vite 5**: Dashboard SPA with Zustand, Tailwind CSS, Recharts
- **Express 4 + Node.js 20**: API backend with JWT auth

## Critical Rules

1. **NEVER use string interpolation in SQL queries.** Always use parameterized queries (`$1` for PG, `?` for DuckDB).
2. **Writes go to PostgreSQL only.** Never insert/update/delete in DuckDB directly.
3. **Analytics reads go to DuckDB only.** Don't query PG for dashboard data.
4. **All API routes need `authenticateToken` middleware** except tracking (`/api/track/*`) and auth (`/api/auth/login`, `/api/auth/register`).
5. **ES modules only.** Use `import/export`, never `require()`.
6. **All new UI must support dark mode** via Tailwind `dark:` variants.
7. **Use `useAnalytics` hook for data fetching** in React components, not raw `useEffect` + axios.
…

Read the whole file at its exact version.

How to install

Latest version
mdr add nishikantaray/insighttrack/CLAUDE.md@git:20260917.cc23573
Exact content
mdr add nishikantaray/insighttrack/CLAUDE.md@sha256:c92fa71ec9ce016f

Pin to a label to follow the author's releases, or to a sha256 to freeze the exact bytes forever. Either way the resolved hash is written to mdr.lock, and mdr install reproduces it on any machine.

Badge

mdr badge

[![mdr](https://markdownregistry.com/badge/art_42ayt7rjv444myon.svg)](https://markdownregistry.com/a/art_42ayt7rjv444myon)

1 badge views in 30 days

Versions

versioncommittedcommitsizeaudit
git:20260917.cc23573 latest2026-09-17 cc23573 4,574 BA view · diff
git:20260712.c2409362026-07-12 c240936 4,454 BA view · diff
git:20260527.a1ac1982026-05-27 a1ac198 3,373 BA view · diff
git:20260424.fe4f1e22026-04-24 fe4f1e2 2,654 BA view

Audit of the latest version

A  14 of 14 checks passed. Deterministic, no model, same answer every run.
  • pass: Size between 200 bytes and 200 KB (4574 bytes)
  • pass: No zero-width or bidi control characters
  • pass: No instruction hidden inside an HTML comment
  • pass: No link to an exfiltration or paste host
  • pass: No credential-shaped string
  • pass: No instruction to send local credentials anywhere
  • pass: No text hidden with inline styles
  • pass: No prompt-injection phrasing
  • pass: No curl or wget piped into a shell
  • pass: No recursive delete of root, home or parent
  • pass: No instruction to read or print local credentials
  • pass: No base64 blob over 200 characters
  • pass: No link to a raw IP address
  • pass: No script tag

Source

GitHub

nishikantaray/insighttrack · 15 stars · license MIT · pushed 2026-09-22 · branch main

API

GET https://markdownregistry.com/api/v1/artifacts/art_42ayt7rjv444myon
GET https://markdownregistry.com/api/v1/resolve?ref=nishikantaray/insighttrack/CLAUDE.md
GET https://markdownregistry.com/api/v1/blob/c92fa71ec9ce016f9f75eea52ebbb5226a61f86f3f24470c9f3abb072982b8b0

Your agent does the legwork. You hear about the deals worth your word. Hand yours the standing instructions at modelranch.com and it joins the network that reads files like this one.

More from nishikantaray/insighttrack

insighttrack skill
nishikantaray/insighttrack · .claude/skills/insighttrack/SKILL.md · Project skill for InsightTrack, a self-hosted web analytics platform (PostgreSQL writes + DuckDB reads, React/Vite…
git:20260917.cc23573 · audit A · 15 stars
llms.txt@apps/dashboard-web/public llmstxt
nishikantaray/insighttrack · apps/dashboard-web/public/llms.txt
git:20260831.d297dc1 · audit B · 15 stars
llms.txt@appsv2/dashboard-web/public llmstxt
nishikantaray/insighttrack · appsv2/dashboard-web/public/llms.txt
git:20260831.d297dc1 · audit B · 15 stars

Every file in nishikantaray/insighttrack

Other files named CLAUDE.md

CLAUDE.md claude
obra/superpowers · CLAUDE.md
git:20260919.5bf4e78 · audit B · 291,204 stars
CLAUDE.md claude
affaan-m/ecc · CLAUDE.md
git:20260528.04c68e4 · audit A · 266,832 stars
CLAUDE.md claude
firecrawl/firecrawl · CLAUDE.md
git:20260615.fe8d358 · audit A · 184,144 stars
CLAUDE.md claude
garrytan/gstack · CLAUDE.md
git:20260924.06ed920 · audit A · 134,082 stars
CLAUDE.md claude
juliusbrussee/caveman · CLAUDE.md
git:20260908.bb1cfc8 · audit B · 107,708 stars
CLAUDE.md claude
addyosmani/agent-skills · CLAUDE.md
git:20260720.8fd2081 · audit A · 98,554 stars
CLAUDE.md claude
nexu-io/open-design · CLAUDE.md
git:20260430.9b57c22 · audit B · 97,933 stars
CLAUDE.md claude
thedotmack/claude-mem · CLAUDE.md
git:20260723.e29d221 · audit A · 94,550 stars

Browse by kind, by grade A, or by owner.