# vercel-labs/book-inventory

Repository: https://github.com/vercel-labs/book-inventory
Canonical: https://ross.abutalabs.com/products/book-inventory
Homepage: https://next-books-search.vercel.app/
Language: TypeScript
License Family: other
Archived: true
Last push: 2025-12-12T04:32:40+00:00

## Health v2 (maintenance only)
Score: 10/100 (v2, computed 2026-09-02T17:46:02.011165+00:00)
- activity 56, release rhythm 35, longevity 62
- inputs: {"age_days": 870, "days_push": 264, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: no_releases, archived, no_license
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1423, forks 199 (observed 2026-08-28T04:04:41.258309+00:00)

## What it is
A Next.js book inventory application with search and filtering over a PostgreSQL database containing over 2 million Goodreads books. It uses Drizzle ORM, the pgvector extension for vector search, and the unaccent extension for accent-insensitive title matching.

## Use cases
- search millions of books by title
- filter books by publication year, rating, language, and page count
- semantic vector search over a book catalog with pgvector
- deploy a searchable book catalog on Vercel
- learn how to build search UIs with Next.js App Router
- use Postgres as a vector store for a demo app

## When to choose
- you want a ready-to-deploy Next.js app with large-scale book search
- you need a reference implementation of pgvector-based search with Drizzle ORM
- you want a Vercel-deployable demo with faceted filtering

## When to avoid
- you need a production book inventory system with inventory management features
- you use a database other than PostgreSQL
- you need a non-Next.js stack or a license-guaranteed codebase (no license is specified)

## Facets
- artifact type: application
- maturity: active
- function: search-engine, vector-database, database, web-framework, ui-components
- domain: web-development, databases, frontend
- platform: self-hosted
- tags: nextjs, drizzle-orm, postgresql, pgvector, full-text-search, semantic-search, book-catalog, vercel, demo-app, typescript, search, nodejs, web-server, docker

## Member repositories
- vercel-labs/book-inventory (main) score 10

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:04:41.258309+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:37:40.117215+00:00, confidence not recorded.
  - readme: https://github.com/vercel-labs/book-inventory (fetched 2026-08-28T04:04:41.258309+00:00, sha 7754fd59dde3)
  - homepage: https://next-books-search.vercel.app/ (fetched 2026-08-29T11:50:04.434333+00:00, sha 903efb83905e)
- Data as of 2026-08-30T08:39:29.467469+00:00.
