Ross ROSS = Recommend OSS · open-source software intelligence for agents

camwiegert/typical

Animated typing in ~400 bytes 🐡 of JavaScript observed · 2026-08-28

github.com/camwiegert/typical · JavaScript · MIT (permissive) observed · 2026-08-28

Health v2 · maintenance only

54/100

  • Activity 70
  • Release rhythm 8
  • Longevity 100
How is this computed?

round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.

  • gap_med: n/a
  • age_days: 2532
  • days_rel: n/a
  • days_push: 184
  • n_releases_24m: 0

Full methodology

Adoption not part of the score

1577 stars · 62 forks observed · 2026-08-28

What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded

A tiny (~400 bytes) zero-dependency JavaScript module for animating typewriter-style text effects in the browser. It exposes a single `type` function that accepts a target element and a sequence of steps (strings to type, pauses, callbacks, or Promises) with features like smart delete, looping, and humanized typing speed.

Use cases

  • animate typing text on a landing page hero
  • create a typewriter effect for a tagline
  • loop through rotating text phrases on a website
  • add animated typing to a portfolio site
  • simulate a terminal typing effect in the browser
  • type and delete text with minimal JavaScript

When to choose

  • you need a lightweight typewriter effect with zero dependencies
  • you want fine control over typing steps, pauses, and looping
  • bundle size matters and full animation libraries are overkill
  • you need to wait on Promises or run custom logic between typing steps

When to avoid

  • you need rich text animation features like cursors, syntax highlighting, or scroll-triggered effects
  • you are animating non-text UI elements
  • you prefer a declarative React/Vue component over an imperative DOM function
  • you need accessibility features like reduced-motion support out of the box

Facets

library · maturity active

animation frontend web-development browser typewriter-effect zero-dependency text-animation micro-library es-modules nodejs

1 source

Member repositories

RepositoryRoleHealth v2
camwiegert/typicalmain54

For agents

markdown · JSON · MCP: product_card(name="camwiegert/typical")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem