Documentation
Two packages, one toolkit. Pick where to start.
INSTALL
npm install @perhapxin/dddk @perhapxin/webagent
import { DotDotDuck, OpenAIProvider } from '@perhapxin/dddk';
import '@perhapxin/dddk/styles.css';
new DotDotDuck({
siteName: 'YourSaaS',
llm: new OpenAIProvider({ apiKey: '...' }),
}).mount();PICK A PACKAGE