Skip to main content

@latimer-woods-tech/content

CRUD content management with Neon Postgres and optional LLM-assisted generation. Depends on @latimer-woods-tech/neon and @latimer-woods-tech/copy.

Installation

Database

Schema:

API

createContent(db, opts)

getContent(db, appId, slug)

listContent(db, opts)

updateContent(db, id, updates)

publishContent(db, id)

Example