Node.js client for the unofficial ChatGPT API.
 
 
 
Go to file
Travis Fischer 364f6a022b feat: WIP kittens 2025-05-30 19:08:05 +07:00
.cursor/rules 💖 2025-05-21 00:50:41 +07:00
.github feat: init skeleton 2025-04-04 17:53:50 +07:00
.vscode feat: add initial impl of better-auth 2025-05-23 00:19:04 +07:00
apps feat: WIP kittens 2025-05-30 19:08:05 +07:00
packages feat: WIP kittens 2025-05-30 19:08:05 +07:00
.editorconfig feat: init skeleton 2025-04-04 17:53:50 +07:00
.gitignore feat: WIP initial work on API gateway 2025-05-29 02:03:42 +07:00
.npmrc feat: init skeleton 2025-04-04 17:53:50 +07:00
.prettierignore feat: WIP initial work on API gateway 2025-05-29 03:29:35 +07:00
eslint.config.js feat: WIP initial work on API gateway 2025-05-29 02:03:42 +07:00
license feat: init skeleton 2025-04-04 17:53:50 +07:00
package.json chore: move deps to pnpm catalogs and bump to latest 2025-05-27 14:06:59 +07:00
pnpm-lock.yaml feat: WIP kittens 2025-05-30 19:08:05 +07:00
pnpm-workspace.yaml 🙃 2025-05-30 02:50:40 +07:00
readme.md feat: WIP kittens 2025-05-30 19:08:05 +07:00
tsup.config.ts feat: init skeleton 2025-04-04 17:53:50 +07:00
turbo.json feat: init skeleton 2025-04-04 17:53:50 +07:00

readme.md

Build Status Prettier Code Formatting

Agentic

TODO

  • api gateway
    • signed requests
  • webapp
  • end-to-end working examples
    • raw
    • openapi
    • mcp
  • stripe
  • transactional emails
    • (openauth password emails and sendCode)
    • stripe-related billing emails
  • auth
    • custom auth pages
  • re-add support for teams / organizations
  • consider switching to consola for logging?
  • consider switching to bun (for --hot reloading!!)
  • consider projectName and projectSlug or projectIdentifier?
  • for clients and internal packages, importing some types from platform-schemas and some types from platform-api-client is confusing
    • this actually causes problems because some types from the openapi version aren't compatible with the schema types like PricingPlan
  • validate stability of pricing plan slugs across deployments
    • same for pricing plan line-items
  • replace ms package

License

UNLICENSED PROPRIETARY © Agentic

To stay up to date or learn more, follow @transitive_bs on Twitter.