Mobinova logo

Open Source

Open-source work from Mobinova.

We share the libraries we build and the projects we contribute to. These tools are shaped by production needs and maintained with care.

Open-source focus

Practical, production-ready tools.

  • Clear APIs with quick onboarding.
  • Documentation grounded in real use cases.
  • Responsive maintenance and community feedback.

Libraries

Our open-source libraries

Each project comes from real client and internal needs, then gets documented and maintained for the community.

netgsm-go

An easy-to-use Go client for NETGSM APIs.

netgsm-go is a lightweight Go library for sending SMS, checking balances, and managing NETGSM services. It favors simple configuration, clear request types, and a fast setup so teams can integrate messaging quickly.

  • Typed request helpers for NETGSM operations.
  • SMS delivery, balance, and account management endpoints.
  • Minimal dependencies with idiomatic Go patterns.
★ 0 stars ⎇ 0 forks Updated Dec 25, 2025

PWT (Protobuf Web Token)

PWT (Protobuf Web Token) library with JWT-style claims.

PWT (Protobuf Web Token) stores JWT-style claims in Protocol Buffers while keeping the familiar jwt.Claims API. It uses the signing algorithms from github.com/golang-jwt/jwt/v5, yields smaller tokens, and parses faster thanks to protobuf serialization. Custom data lives in a protobuf Struct on TokenBody.Payload.

  • Drop-in compatible with jwt.Claims for validation.
  • Smaller tokens and faster parsing vs standard JWT.
  • Custom claims live in TokenBody.Payload as a protobuf Struct.
★ 0 stars ⎇ 0 forks Updated Jan 20, 2026