Skip to content

Sytten/AnveoSMS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

30 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

AnveoSMS

Golang version Release Version

AnveoSMS is a small program to receive your SMS from Anveo and forward them to an email address of your choice. Anveo is a great provider is you need a phone number to receive 2FA since it supports short codes. If you are willing to pay for a premium plan, Anveo does offer the same feature but if you are a thinkerer like me I invite you to use this application!

βœ… Current features

  • Receive SMS from Anveo
  • Send them to any email using Sengrid
  • Deployment infrastructure on GCP

πŸ—οΈ How to deploy?

  • The suggested way of deploying it is using the provided Infrastructure as Code in the infra folder. This will deploy it on GCP Cloud Run which is very cheap. As I build more and more features, I plan to rely heavily on GCP features so this will eventually be the only way of deploying.
  • If you want to host it yourself, you can use the Docker images I build for every release. See the configuration setup in the app folder.

πŸ’‘ Ideas for future features

  • Store them in a database
  • An API for access
  • Web portal
  • Mobile application