# oscarmorrison/md-page

📝 create a webpage with just markdown

Repository: https://github.com/oscarmorrison/md-page
Canonical: https://ross.abutalabs.com/products/md-page
Homepage: https://oscarmorrison.github.io/md-page/
Language: JavaScript
License: MIT
License Family: permissive
Topics: markdown, html, onepagewebsite, simple
Last push: 2024-04-04T23:35:48+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": 2889, "days_push": 881, "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 1309, forks 94 (observed 2026-08-28T04:04:19.422696+00:00)

## What it is
md-page is a small JavaScript library that lets you create a complete webpage using only markdown, by including a single script tag in an HTML file. It renders the markdown client-side, so no build step or server tooling is required.

## Use cases
- create a simple one-page website with just markdown
- build a personal page without a static site generator
- turn a markdown file into an html page
- make a quick landing page with no build tools
- host a simple documentation page as a single html file

## When to choose
- you want a simple one-page site with zero build tooling
- you prefer writing content in markdown and hosting a single html file
- you need a quick personal or project page on static hosting

## When to avoid
- you need SEO or server-side rendering, since content renders client-side
- you need a multi-page site with routing or complex layouts
- your audience may have JavaScript disabled

## Facets
- artifact type: library
- maturity: maintenance
- function: markdown, templating, static-site-generator
- domain: web-development, frontend, documentation
- platform: browser
- tags: markdown-to-html, single-file-website, no-build-tool, client-side-rendering, web-server

## Member repositories
- oscarmorrison/md-page (main) score 32

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:04:19.422696+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-30T04:50:00.408974+00:00, confidence not recorded.
  - readme: https://github.com/oscarmorrison/md-page (fetched 2026-08-28T04:04:19.422696+00:00, sha 79d98125443e)
  - homepage: https://oscarmorrison.github.io/md-page/ (fetched 2026-08-29T12:08:29.060008+00:00, sha cdbffd6eb9e5)
- Data as of 2026-08-30T08:39:29.467469+00:00.
