Packages
Client SDKs and framework packages for building with Augur.
Packages
API Client Libraries
From the augur-api monorepo. All three clients cover the same services with full endpoint parity.
| Package | Language | Registry |
|---|---|---|
@simpleapps-com/augur-api | TypeScript | npm |
simpleapps-com-augur-api | Python | PyPI |
simpleapps-com/augur-api-php | PHP | Composer |
See Getting Started for installation and first API call.
Framework Packages
From the augur-packages monorepo. These build on top of the API client for application development.
| Package | Purpose |
|---|---|
@simpleapps-com/augur-hooks | React Query hooks + Zustand stores for Augur data |
@simpleapps-com/augur-web | Shared React UI components (Radix + Tailwind) |
@simpleapps-com/augur-server | Server-side utilities — Redis caching, SDK helpers, auth |
@simpleapps-com/augur-mobile | React Native / Expo adapters — offline sync, biometrics, push |
@simpleapps-com/augur-tailwind | Tailwind CSS preset with HSL theme variables |
@simpleapps-com/augur-config | Shared tooling configuration presets |
@simpleapps-com/augur-utils | Shared types, cache config, and utility functions |
AI Agent Tools
| Package | Purpose | Install |
|---|---|---|
simpleapps-com-augur-mcp | MCP server for AI agents | pip install simpleapps-com-augur-mcp |
augur-api-plugin | Claude Code plugin | See Claude Code Plugin |
augur-skills | Skill marketplace | See Claude Code Plugin |