# kylestetz/CLNDR

:calendar: a jQuery calendar plugin that uses HTML templates

Repository: https://github.com/kylestetz/CLNDR
Canonical: https://ross.abutalabs.com/products/clndr
Homepage: http://kylestetz.github.io/CLNDR/
Language: JavaScript
License: MIT
License Family: permissive
Topics: calendar, jquery-plugin
Last push: 2023-02-28T20:12:07+00:00

## Health v2 (maintenance only)
Score: 32/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 0, release rhythm 35, longevity 100
- inputs: {"age_days": 4844, "days_push": 1282, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: no_releases
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 2852, forks 429 (observed 2026-08-28T04:07:25.692694+00:00)

## What it is
CLNDR is a jQuery calendar plugin that generates calendar data (days grid, events, month info) and renders it through user-provided HTML templates, typically Underscore.js templates. It is markup-agnostic, letting developers fully control the calendar's HTML and styling.

## Use cases
- add a calendar widget to a jQuery web app
- build a custom-styled event calendar
- create a date picker with my own markup
- display monthly events on a website
- render a calendar grid from an events array
- make a multi-day event calendar in the browser

## When to choose
- you're already using jQuery and need a flexible, template-driven calendar
- you want full control over calendar markup and CSS
- you need event support including multi-day events
- you need internationalized month/day names via Moment.js

## When to avoid
- you're starting a modern project without jQuery or Underscore dependencies
- you want a batteries-included, pre-styled calendar component
- you need a React/Vue-native calendar solution
- you need active development or new features

## Facets
- artifact type: plugin
- maturity: maintenance
- function: ui-components, templating, internationalization
- domain: web-development, frontend
- platform: browser
- tags: jquery-plugin, calendar, date-picker, events, underscore-templates, momentjs, javascript

## Member repositories
- kylestetz/CLNDR (main) score 32

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:07:25.692694+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T07:36:53.248038+00:00, confidence not recorded.
  - readme: https://github.com/kylestetz/CLNDR (fetched 2026-08-28T04:07:25.692694+00:00, sha 3a7946e8f915)
  - homepage: http://kylestetz.github.io/CLNDR/ (fetched 2026-08-29T09:52:43.426263+00:00, sha 202520c59be1)
  - registry_npm: https://registry.npmjs.org/clndr (fetched 2026-08-29T09:52:43.435753+00:00, sha 1640eb56093d)
- Data as of 2026-08-30T08:39:29.467469+00:00.
