Official documentation for Toolpack SDK - a unified TypeScript SDK for building AI-powered applications with OpenAI, Anthropic, Gemini, and Ollama.
Built with Docusaurus.
npm installnpm startRuns at http://localhost:3000. Changes hot-reload automatically.
npm run buildGenerates static files in the build/ directory.
npm run serveDeploy the build/ directory to any static hosting service:
- Firebase Hosting -
firebase deploy - Vercel -
vercel --prod - Netlify - drag & drop
build/folder - GitHub Pages - use
npm run deploy
docs/
├── intro.md # Landing page
├── getting-started/ # Installation & quick start
├── guides/ # Providers, modes, workflows, CLI
├── tools/ # 77 built-in tools documentation
└── reference/ # API reference & configuration
The documentation is optimized for search engines:
- Meta descriptions and keywords on all pages
- JSON-LD structured data
- Auto-generated sitemap (
sitemap.xml) - robots.txt configured
- Open Graph and Twitter Card meta tags