Skip to content

toolpack-ai/toolpack-documentation

Repository files navigation

Toolpack SDK Documentation

Official documentation for Toolpack SDK - a unified TypeScript SDK for building AI-powered applications with OpenAI, Anthropic, Gemini, and Ollama.

Built with Docusaurus.

Development

Install dependencies

npm install

Start dev server

npm start

Runs at http://localhost:3000. Changes hot-reload automatically.

Build for production

npm run build

Generates static files in the build/ directory.

Preview production build

npm run serve

Deployment

Deploy 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

Project Structure

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

SEO

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors