Bunty Packages
Modular architecture. Install only what you need. All packages integrate seamlessly with the same DI container and configuration system.
Core Packages
Essential packages for building Bunty applications.
@bunty/common
StableThe foundation of every Bunty application. Includes DI, schemas, logger, env config, and core utilities.
bun add @bunty/common @bunty/http
StableBuild REST APIs, GraphQL endpoints, and web applications with routing, middleware, and more.
bun add @bunty/http @bunty/worker
StableBackground tasks, scheduled jobs, and headless services with interval and cron-based scheduling.
bun add @bunty/worker @bunty/orm
StableType-safe database queries with fluent builders for PostgreSQL, MySQL, and SQLite.
bun add @bunty/orm @bunty/config
StableAdvanced configuration management with validation, hot-reloading, and multi-source support.
bun add @bunty/config @bunty/redis
StableRedis client with connection pooling, caching utilities, and pub/sub messaging.
bun add @bunty/redis API Documentation
Automatic API documentation generation and interactive exploration.
@bunty/scalar
StableBeautiful, interactive API docs with Scalar UI.
bun add @bunty/scalar @bunty/swagger
StableClassic Swagger UI for API documentation.
bun add @bunty/swagger @bunty/openapi
StableOpenAPI v3 specification generator.
bun add @bunty/openapi Monitoring & Observability
Track performance, health, and metrics.
@bunty/metrics
StablePrometheus-compatible metrics collection and export.
bun add @bunty/metrics @bunty/liveness
StableHealth checks and readiness probes for Kubernetes.
bun add @bunty/liveness Beta Packages
Production-ready but still evolving. Breaking changes possible in minor versions.
@bunty/auth
BetaAuthentication & authorization utilities
bun add @bunty/auth @bunty/mail
BetaEmail sending with template support
bun add @bunty/mail @bunty/queue
BetaJob queue and task processing
bun add @bunty/queue @bunty/storage
BetaFile storage abstraction layer
bun add @bunty/storage @bunty/websocket
BetaWebSocket server for real-time apps
bun add @bunty/websocket @bunty/graphql
BetaGraphQL server with subscriptions
bun add @bunty/graphql @bunty/testing
BetaTesting utilities and helpers
bun add @bunty/testing Coming Soon
Packages currently in development. Not yet available.
@bunty/grpc
SoongRPC server/client
@bunty/events
SoonEvent-driven architecture
@bunty/cache
SoonMulti-layer caching
@bunty/search
SoonFull-text search
@bunty/i18n
SoonInternationalization
@bunty/crypto
SoonEncryption utilities
@bunty/rate-limit
SoonAdvanced rate limiting
@bunty/tracing
SoonDistributed tracing
@bunty/notifications
SoonMulti-channel notifications
@bunty/scheduler
SoonCron jobs & scheduled tasks
@bunty/pdf
SoonPDF generation & manipulation
@bunty/excel
SoonExcel file processing
@bunty/csv
SoonCSV parsing & generation
@bunty/xml
SoonXML processing & validation
@bunty/json-schema
SoonJSON Schema validation
@bunty/image
SoonImage processing & optimization
@bunty/video
SoonVideo processing & transcoding
@bunty/audio
SoonAudio processing utilities
@bunty/compression
SoonFile compression & archiving
@bunty/sessions
SoonSession management
@bunty/cookies
SoonCookie utilities & management
@bunty/cors
SoonCORS middleware
@bunty/helmet
SoonSecurity headers middleware
@bunty/jwt
SoonJWT utilities & validation
@bunty/oauth
SoonOAuth 2.0 client & server
@bunty/saml
SoonSAML authentication
@bunty/ldap
SoonLDAP integration
@bunty/sso
SoonSingle sign-on
@bunty/mfa
SoonMulti-factor authentication
@bunty/permissions
SoonRole-based access control
@bunty/audit
SoonAudit logging & compliance
@bunty/mongodb
SoonMongoDB integration
@bunty/elasticsearch
SoonElasticsearch client
@bunty/neo4j
SoonNeo4j graph database
@bunty/cassandra
SoonApache Cassandra client
@bunty/dynamodb
SoonAWS DynamoDB integration
@bunty/kafka
SoonApache Kafka messaging
@bunty/rabbitmq
SoonRabbitMQ integration
@bunty/nats
SoonNATS messaging system
@bunty/sqs
SoonAWS SQS integration
@bunty/sns
SoonAWS SNS pub/sub
@bunty/s3
SoonAWS S3 file storage
@bunty/gcs
SoonGoogle Cloud Storage
@bunty/azure-blob
SoonAzure Blob Storage
@bunty/stripe
SoonStripe payment integration
@bunty/paypal
SoonPayPal integration
@bunty/twilio
SoonTwilio SMS & voice
@bunty/sendgrid
SoonSendGrid email service
@bunty/slack
SoonSlack bot & webhooks
@bunty/discord
SoonDiscord bot integration
@bunty/telegram
SoonTelegram bot API
@bunty/prometheus
SoonPrometheus metrics exporter
@bunty/grafana
SoonGrafana dashboard integration
@bunty/sentry
SoonSentry error tracking
@bunty/datadog
SoonDatadog APM integration
Ready to get started?
Install @bunty/common and start building your application today.