Browse a catalog of named enterprise AI patterns and try each one with a live interactive demo before adopting it in a real workflow.
Copy a ready-made AI agent prompt for a specific business process and paste it directly into ChatGPT or Claude.
Fork the project and extend it with new patterns by adding a registry entry and a demo component, with no extra configuration needed.
Use it as a starting template for building an internal AI pattern library tailored to your own company's workflows.
This is a TypeScript web application that serves as a catalog of AI transformation patterns for enterprise businesses. The site lists named patterns on its home page, clicking any pattern opens a detail page with two panels: a live interactive demo on the left and a copyable AI agent prompt on the right. The target audience is Chinese enterprise companies (the "toB" label refers to the business-to-business market) that are exploring how to apply large language models in their workflows. The project uses Next.js with the App Router. Source code is organized into four areas: the app directory for the home page and per-pattern detail pages, a components directory for layout and card components, a demos directory for each interactive pattern demo, and a paradigms registry where each pattern's title, description, prompt, and live-or-draft status are stored. Adding a new pattern involves three steps: updating the registry file with the pattern's details and changing its status to live, creating a new demo component in the demos directory, and registering that component in a separate registry file. The home page then automatically displays the new pattern with an indicator that it can be tried interactively. The README is brief and focused almost entirely on setup and deployment steps, with minimal description of what any specific pattern or demo actually does. The project appears to be a personal or small-team tool for collecting and presenting enterprise AI prompts alongside proof-of-concept demos, rather than a finished product. Local development runs with a standard npm install and npm run dev.
← gaoweiblue-source on gitmyhub — every repo by this author, as a profile.
Verify against the repo before relying on details.