{"id":26087852,"url":"https://github.com/devflex-pro/tma-starter-kit","last_synced_at":"2026-04-29T12:38:24.729Z","repository":{"id":280835796,"uuid":"939737102","full_name":"devflex-pro/tma-starter-kit","owner":"devflex-pro","description":"TMA Starter Kit is a ready-to-use template for developing Telegram Mini Apps, built with Quasar (Vue.js), TypeScript, Go, and MongoDB. It includes authentication, data storage, payments, API, Docker, CI/CD, and deployment tools. 🚀","archived":false,"fork":false,"pushed_at":"2025-03-05T14:56:59.000Z","size":72469,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-05T15:36:00.079Z","etag":null,"topics":["golang","miniapps","quasar","telegram","tma","vuejs"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/devflex-pro.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2025-02-27T02:53:31.000Z","updated_at":"2025-03-05T14:57:03.000Z","dependencies_parsed_at":"2025-03-05T15:47:49.051Z","dependency_job_id":null,"html_url":"https://github.com/devflex-pro/tma-starter-kit","commit_stats":null,"previous_names":["devflex-pro/tma-starter-kit"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devflex-pro%2Ftma-starter-kit","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devflex-pro%2Ftma-starter-kit/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devflex-pro%2Ftma-starter-kit/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devflex-pro%2Ftma-starter-kit/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/devflex-pro","download_url":"https://codeload.github.com/devflex-pro/tma-starter-kit/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":242661663,"owners_count":20165331,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["golang","miniapps","quasar","telegram","tma","vuejs"],"created_at":"2025-03-09T07:57:54.615Z","updated_at":"2026-04-29T12:38:19.708Z","avatar_url":"https://github.com/devflex-pro.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# TMA (Telegram Mini Apps) Starter Kit\n\nTMA Starter Kit is a developer-friendly template for building **Telegram Mini Apps**. It provides a ready-to-use foundation with a modern tech stack, allowing developers to focus on business logic rather than project setup.\n\n## Why Use TMA Starter Kit?\n- **Fast Development** – Pre-configured setup with essential tools.\n- **Scalability** – Modular architecture for easy expansion.\n- **Modern Tech Stack** – Uses Quasar (Vue.js), TypeScript, Go, and MongoDB.\n- **Built-in DevOps** – CI/CD pipelines, Docker Compose, and deployment scripts included.\n\n## Project Structure\n```\nTMA-Starter-Kit/\n│── frontend/   # Quasar-based Vue.js frontend\n│── backend/    # Go API backend\n│── devops/     # DevOps tools, CI/CD, Docker Compose files\n```\n\n## Tech Stack\n- **Frontend:** Quasar (Vue.js), TypeScript, Composition API\n- **Backend:** Go\n- **Database:** MongoDB\n- **DevOps:** Docker, CI/CD, Deployment automation\n\n## Getting Started\n\n### Prerequisites\n- Node.js \u0026 npm (for frontend)\n- Go (for backend)\n- Docker \u0026 Docker Compose (for containerized deployment)\n- LocalTunnel (for exposing the app to the internet)\n\n\n### Installation\nClone the repository:\n```sh\n git clone https://github.com/devflex-pro/tma-starter-kit.git\n cd tma-starter-kit\n```\n\n#### Run with Docker Compose\n```sh\ndocker compose -f devops/docker-compose.dev.yml up -d\n```\n#### Exposing the Application to the Internet\n\nInstall LocalTunnel:\n```sh\nnpm install -g localtunnel\n```\n\nRun the following command to expose your app:\n```sh\nlt --port 9000 --subdomain \u003csubdomain\u003e\n```\n\nYour application will now be accessible online at https://\u003csubdomain\u003e.loca.lt/.\n\n# Setting Up a Telegram Web App\n\nTo integrate your application as a **Telegram Web App**, follow these steps:\n\n## 1. Create a Telegram Bot\n- Open Telegram and search for [@BotFather](https://t.me/BotFather).\n- Start a chat and send the command:\n  ```\n  /newbot\n  ```\n- Follow the instructions to provide a name and username for your bot.\n- After completion, BotFather will provide a **bot token**. Save this token for later use.\n\n## 2. Register a Telegram Web App\n- In BotFather, send:\n  ```\n  /newapp\n  ```\n- Provide a name for your Web App when prompted.\n- Enter a short description of your application.\n- Provide the **URL** where your Web App is hosted (e.g., `https://\u003csubdomain\u003e.loca.lt/`).\n- After registration, you will receive confirmation that the Web App has been created.\n\nNow your Telegram Web App is fully configured and ready to use! 🚀\n\n## Contribution\nContributions are welcome! Feel free to submit a PR or open an issue.\n\n## License\nMIT License.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdevflex-pro%2Ftma-starter-kit","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdevflex-pro%2Ftma-starter-kit","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdevflex-pro%2Ftma-starter-kit/lists"}