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

maticzav/nookies

🍪 A set of cookie helpers for Next.js observed · 2026-08-28

github.com/maticzav/nookies · TypeScript observed · 2026-08-28

Health v2 · maintenance only

67/100

  • Activity 99
  • Release rhythm 8
  • Longevity 100

Flags: no_license

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: 3152
  • days_rel: n/a
  • days_push: 7
  • n_releases_24m: 0

Full methodology

Adoption not part of the score

2352 stars · 76 forks observed · 2026-08-28

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

Nookies is a lightweight set of cookie helpers for Next.js that supports parsing, setting, and destroying cookies on both the client and server side, including SSR contexts and custom Express servers. It is commonly used for authentication flows in Next.js applications.

Use cases

  • parse cookies in getServerSideProps
  • set cookies during server-side rendering in Next.js
  • destroy cookies on logout in a Next.js app
  • manage auth cookies with a custom Express server
  • read and write cookies from the browser in React
  • handle httpOnly session cookies in Next.js

When to choose

  • you are building a Next.js app and need SSR-aware cookie handling
  • you need the same cookie API on both client and server
  • you use a custom Express server with Next.js and need cookie helpers
  • you want a tiny dependency for auth cookie management

When to avoid

  • you are not using Next.js or Express
  • you need advanced cookie features like signing or encryption
  • you prefer a framework-agnostic cookie library with broader ecosystem support

Facets

library · maturity stable

auth middleware web-development frontend backend cookies nextjs ssr react express nodejs web-server

2 sources

Member repositories

RepositoryRoleHealth v2
maticzav/nookiesmain67

For agents

markdown · JSON · MCP: product_card(name="maticzav/nookies")

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