Skip to content
View SamsonPG's full-sized avatar
🎯
Focusing
🎯
Focusing

Organizations

@acsavenhq

Block or report SamsonPG

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
SamsonPG/README.md

cover cropped


Full-stack engineer — TypeScript, Next.js, PostgreSQL. I build and operate production systems solo at Acsaven, an independent software studio.

Most of my work is the part that shows up after launch: encryption for stored credentials, permission checks where the UI and the server agree, webhooks that survive retries, and CI that fails when those slip.


What I'm building

TryTokka — AI API spend monitoring for developers and teams Next.js · TypeScript · Supabase/Postgres · Vercel 96 API routes · 69 migrations · 429 automated tests AES-256-GCM credential encryption, Row-Level Security, TOTP 2FA, and live payments across Razorpay, Dodo and Stripe with signature-verified, idempotent webhooks. The three credential-handling modules are published for review — you shouldn't have to take a security claim on trust.

TryQuickImg · TryDevSnip · TryCalculatingNow Astro · Cloudflare Workers · ~700 pages combined Browser-based tools that each do one job properly. Every file is processed on your own device — nothing is uploaded.


Published

npm

@acsaven/astro-ops — production build gates for Astro sites. Seven checks that turn silent post-deploy failures into build failures: content-hashed cache busting, link integrity, third-party asset detection, freshness watchdogs, discovery wiring, performance budgets, and a source-integrity gate. Zero runtime dependencies.

Scout — VS Code extension (MIT) showing live AI API spend in the status bar. No proxy, no SDK, no changes to your project.


Stack


Before this

~2 years building production web applications, most recently at Benagon Technologies. Before software: four years in print production and sales in Bahrain, and an MSc in Electronics. That background is why I care about things working in the real world, not only on my machine.

Open to full-stack and backend roles — Kochi, Bengaluru, or remote.

LinkedIn · acsaven.com · @acsavenhq

📺 Latest YouTube Videos YouTube


Simple React-Typescript Game FoodCart - Exploring React more SoundShoppie E-Commerce Website Project MERN app with Redux ToDo App using React Olx Clone using React & Firebase


youtube subscribers


Quotes

Pinned Loading

  1. acsavenhq/astro-ops acsavenhq/astro-ops Public

    Production gates for Astro sites — content-hashed build ids, freshness watchdogs, and CI checks extracted from four live sites.

    JavaScript 1

  2. acsavenhq/trytokka acsavenhq/trytokka Public

    TryTokka — AI API spend alerts (Scout). Synced spend across OpenAI, Anthropic, Gemini & more. By Acsaven.

    1

  3. acsavenhq/trytokka-vscode-ext acsavenhq/trytokka-vscode-ext Public

    Scout — AI Spend Tracker for VS Code. See what OpenAI, Anthropic, Gemini, OpenRouter, Azure, Bedrock and Cursor are costing you, in one number, without a proxy or code changes. By TryTokka.

    TypeScript 1

  4. acsavenhq/trytokka-security acsavenhq/trytokka-security Public

    Credential-handling source behind trytokka.com/security - published verbatim so the claims can be checked rather than believed.

    TypeScript