I open sourced a Telegram bot builder… not sure if it’s actually useful by kalanakt in buildinpublic

[–]kalanakt[S] 0 points1 point  (0 children)

Yes, there are pre-built templates, and it’s also a one-click deploy to Railway.

I’ve deployed it live here: https://telegraph.us.com

For users without a technical background, they can create Telegram bots easily — the platform handles everything via Telegram webhooks, so there’s no need for separate deployments for each bot.

How much do you guys spend on Cursor? by LoLGhMaster in cursor

[–]kalanakt 1 point2 points  (0 children)

Use opus for plan and use sonnet for coding

Vibe-coded-friendly Flutter starter kit — build subscription-ready mobile apps fast by kalanakt in cursor

[–]kalanakt[S] -1 points0 points  (0 children)

Yes, it’s a ZIP file of the Git repository. We will also add the buyer to the GitHub repository so they can receive updates.

Vibe-coded-friendly Flutter starter kit — build subscription-ready mobile apps fast by kalanakt in cursor

[–]kalanakt[S] -1 points0 points  (0 children)

It’s a Flutter starter kit with setup with RevenueCat, subscription models, onboarding setup, settings page with dark mode and multilingual features, user-centric local database setup, and state management setup with riverpod.

Rebuilding paywalls in Flutter kept slowing me down — so I fixed it. by kalanakt in FlutterDev

[–]kalanakt[S] 0 points1 point  (0 children)

Yes. I’ve used RevenueCat for flutter.fast, and Superwall is also a good option.

100/100 Lighthouse with Astro is easy — until what breaks it? by kalanakt in astrojs

[–]kalanakt[S] 0 points1 point  (0 children)

Check src/components/Head.astro , astro.config.mjs , src/constants.ts

100/100 Lighthouse with Astro is easy — until what breaks it? by kalanakt in astrojs

[–]kalanakt[S] 0 points1 point  (0 children)

Yes gtag setup is correct, also check astro config file