capcom6/android-sms-gateway

The SMS Gateway for Android™ app enables sending and receiving SMS messages through an API that can be accessed directly on the device or via a cloud server...

View on GitHub ↗Jump to charts ↓

Summary Information

Updated 30 minutes ago
Added to GitGenius on September 11th, 2026
Created on June 15th, 2022
Open Issues & Pull Requests: 18 (+0)
GitHub issues: Enabled
Number of forks: 998
Total Stargazers: 5,701 (+0)
Total Subscribers: 45 (+0)

Repository Insights (GitGenius)

Most active contributors

Sign in to see contributor activity.

Related repositories by overlapping contributors

No overlapping-contributor repos identified yet.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 9
New in 7 days: 0
Closed in 7 days: 3
Avg open age: 168 days
Stale 30+ days: 3
Stale 90+ days: 1

Recent activity

Opened in 7 days: 0
Closed in 7 days: 2
Comments in 7 days: 2
Events in 7 days: 3

Top labels

  • bug (66)
  • stale (64)
  • enhancement (56)
  • help wanted (5)
  • duplicate (4)
  • ai (2)
  • good first issue (2)
  • server (1)

Detailed Description

Android SMS Gateway is a lightweight Android application that turns a smartphone into an SMS gateway for sending and receiving messages through an API.

The tool solves the problem of integrating SMS functionality into applications without relying on third-party SMS services. It works by running on an Android device and exposing an API endpoint that allows programmatic sending of SMS messages and receiving of incoming messages via webhooks. Users can access the API directly on the device or route it through a cloud server when direct device access is not feasible. The application requires no registration in local mode, making it straightforward to deploy for personal or internal use.

The tool suits developers building applications that need SMS integration but want to avoid commercial SMS gateway costs or dependencies. It works well for small-scale deployments, testing environments, or scenarios where you control the Android device infrastructure. The project is compatible with Android 5.0 and later versions. The README does not name alternative projects for comparison.

Development activity shows consistent engagement with bug reports and feature requests being tracked through the issue system. The project maintains documentation through a dedicated docs site, indicating attention to user onboarding and API clarity. Build variants are offered to support different deployment scenarios, suggesting the maintainers have refined the tool based on real-world usage patterns.