142
Published Gems
8.4M
Monthly Downloads
286
Contributors
4.9k
GitHub Stars
zenth-core
v3.2.1

Foundational library providing cross-divisional utilities, configuration management, and event bus architecture.

โฌ‡ 2.1M/mo ๐Ÿ“œ MIT ๐Ÿ”น Core
gem install zenth-core
aevum-cloud-sdk
v2.8.0

Unified SDK for interacting with Aevum's multi-region cloud infrastructure, serverless functions, and storage APIs.

โฌ‡ 840K/mo ๐Ÿ“œ Apache-2.0 ๐Ÿ”น Cloud
gem install aevum-cloud-sdk
zenth-analytics
v1.14.3

Privacy-first telemetry and real-time analytics pipeline for high-throughput enterprise applications.

โฌ‡ 620K/mo ๐Ÿ“œ MIT ๐Ÿ”น Analytics
gem install zenth-analytics
aevum-auth-rails
v4.1.0

Zero-config authentication engine for Rails applications with SSO, MFA, and role-based access control.

โฌ‡ 310K/mo ๐Ÿ“œ MIT ๐Ÿ”น Auth
gem install aevum-auth-rails
zenth-mocks
v2.0.4

Lightweight mocking and stubbing framework designed for complex microservice architectures and external API testing.

โฌ‡ 180K/mo ๐Ÿ“œ MIT ๐Ÿ”น Testing
gem install zenth-mocks
zenth-cli
v5.3.2

Official command-line interface for scaffolding, deploying, and managing Aevum Zenth infrastructure locally.

โฌ‡ 450K/mo ๐Ÿ“œ MIT ๐Ÿ”น Core
gem install zenth-cli

Quick Start

Add any Aevum Zenth gem to your Gemfile and run bundle. Most gems include auto-configuration for Rails and Sinatra.

# Gemfile
source "https://rubygems.org"
gem "rails", ">= 7.0"
gem "zenth-core"
gem "aevum-cloud-sdk"
gem "zenth-analytics"

# Initialize in config/initializers/zenth.rb
Zenth::Core.configure do |config|
  config.env = ENV["AEVUM_ENV"] || "development"
  config.cloud_region = "us-east-1"
  config.analytics.enabled = true
end

For API references, middleware guides, and architecture diagrams, visit the Developer Documentation โ†’

Build With Us

We maintain a transparent, community-driven development process. Contribute patches, report bugs, or propose new gems via our public repository.

View on GitHub โ†’ Contribution Guidelines