imyakin
@imyakinAl
Followers
6
Following
766
Media
4
Statuses
26
full-time dreamer & software engineer
Joined April 2022
π Iβm building AI-powered Telegram mini-apps with Go + React. I experiment daily with Claude Code and AI tools to build faster and smarter. Sharing everything I learn β from code to monetization. Got approved my app in App Center π€ β‘ Follow for AI x Mini-Apps insights.
1
0
0
Wow, Serena with Claude Code seems like the best pair for development for your projects #claudecode #serena
0
0
0
I've been using Claude Code completely wrong. I gave it a custom skill and Browser CLI tools and letting it do work for me. It can open pages, click buttons, fill in forms all from your authenticated browser. Just published it to the marketplace, install it in 2 commands.
58
102
1K
Hereβs what my AI workout generator looks like π Simple UI, clean logic. Claude Code wrote 60% of the backend. 1 click = 1 new workout plan.
0
0
0
Most fitness apps are bloated. I wanted a simple mini-app that just generates workouts that fit you. You open Telegram β tap β done. AI does the planning, you just train. π₯ And what I like that you could add icon on Home Screen and use just like app
1
0
0
Deployment From git push to production in 90 seconds β‘ That's it. Railway handles: - Build - Deploy - HTTPS - Logs No Docker, no K8s, no DevOps team needed. Running here: https://t.co/lqjV4ruUoV
#Railway #DevOps
t.me
Generate personalized workout plans
0
0
0
Telegram Mini Apps = instant distribution to 900M users π± Frontend integration in 3 lines: const tg = window.Telegram.WebApp; tg.ready(); tg.MainButton.setText("Generate Workout").show(); No App Store. No downloads. Just send a link. #TelegramBots #MiniApps
1
0
0
func (h *Handler) GenerateWorkout(w http.ResponseWriter, r *http.Request) { workout, err := https://t.co/kB7zpT94WO.Generate(r.Context(), params) if err != nil { http.Error(w, err.Error(), 500) return } json.NewEncoder(w).Encode(workout) }
1
0
0
My AI workout generator stack: π¦ Go backend (REST API) βοΈ React + Telegram WebApp SDK π€ Claude Code for AI logic & prompts Itβs small, fast, and deploys in seconds on Railway. #GoLang #AI #ClaudeCode #MiniApps
1
0
0
Claude Code Weekly Round Up This week we made subagents resumable, added a Plan subagent, introduced prompt based stop hooks, fixed several high priority bugs & much more across the CLI, web and SDK. We're also replacing output styles with with more powerful alternatives:
53
43
651
Every week I'll share: β Code snippets & patterns β AI workflow tips β Monetization experiments β What worked (and what didn't) DM me if you're building mini-apps too. Let's learn together.
0
0
0
Telegram Stars changed the game. In-app payments with no: β’ Payment processing setup β’ Subscription infrastructure β’ Multi-currency headaches Just: WebApp.openInvoice() Users pay in Stars, you get real money.
1
0
0
3 lessons from building with AI: 1. Start with prompts, not code 2. AI excels at patterns, you own the product vision 3. Iterate 3x faster = 3x more experiments
1
0
0
Real example from this week: Built entire workout generator feature in 2 days: β’ Go backend with OpenAI integration β’ React UI with Telegram Stars payments β’ User feedback system Claude Code handled 60% of the boilerplate. I focused on product logic.
1
0
0
Why this stack? β Go: Fast backend, minimal resources, perfect for serverless β React: Rich UI in Telegram's WebApp SDK β Claude Code: 10x faster prototyping & debugging Traditional dev: weeks With AI tools: days The gap is only getting wider.
1
0
0
Not satisfied with Codex speed after Claude code. Plus drag-drop is super cool feature in Claude code, in codex you need to click and search needed images #claudecode #codex
0
0
0
Bought ChatGpt subscription to test Codex this month, seems need time to adjust my workflow after Claude Code
0
0
0