# kazzkiq/CodeFlask

A micro code-editor for awesome web pages.

Repository: https://github.com/kazzkiq/CodeFlask
Canonical: https://ross.abutalabs.com/products/codeflask
Homepage: https://kazzkiq.github.io/CodeFlask/
Language: JavaScript
License: MIT
License Family: permissive
Topics: javascript, html, css, highlight, code-editor
Last push: 2023-09-17T11:30:27+00:00

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

## Adoption (not part of the score)
Stars 1116, forks 123 (observed 2026-08-28T04:03:38.730123+00:00)

## What it is
CodeFlask is a lightweight JavaScript library that embeds a micro code editor with syntax highlighting (via Prism) into web pages. It is designed for small code snippets on landing pages, playgrounds, and interactive samples, not for large files or IDEs.

## Use cases
- embed a small editable code snippet on a landing page
- build a code playground where visitors can edit API samples
- show interactive editable code examples in documentation
- add a lightweight syntax-highlighted editor to a web form
- display read-only highlighted code with line numbers
- customize editor themes and add extra language support

## When to avoid
- building a web IDE or editing large files
- you only need static syntax highlighting (use Prism.js directly)
- you need advanced editor features like autocomplete, multi-cursor, or linting
- you must support older browsers

## Facets
- artifact type: library
- maturity: maintenance
- function: editor, ui-components
- domain: web-development, frontend, developer-tools
- platform: browser
- tags: code-editor, syntax-highlighting, prism, micro-editor, code-snippets, javascript

## Member repositories
- kazzkiq/CodeFlask (main) score 23

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:03:38.730123+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-30T06:41:58.821101+00:00, confidence not recorded.
  - readme: https://github.com/kazzkiq/CodeFlask (fetched 2026-08-28T04:03:38.730123+00:00, sha 692134a0ab5a)
  - homepage: https://kazzkiq.github.io/CodeFlask/ (fetched 2026-08-29T12:45:46.974711+00:00, sha 07a6be400386)
  - registry_npm: https://registry.npmjs.org/codeflask (fetched 2026-08-29T12:45:46.983605+00:00, sha 12fed85c6509)
- Data as of 2026-08-30T08:39:29.467469+00:00.
