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

Organizations

@kameroAi

Block or report Hitesh-Sisara

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.

Content in all repositories owned by your account will be closed.
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
Hitesh-Sisara/README.md

Typing SVG

I'm @Hitesh-Sisara, and I'm a Full Stack Developer with a strong passion for learning new things. I believe that the world of technology is constantly evolving, and I'm always striving to expand my knowledge and skills.

In addition to being a Full Stack Developer, I'm also exploring a variety of other topics to broaden my horizons. My interests include web development, artificial intelligence and more!

Feel free to reach out to me at hitesh.dev@sisara.in if you'd like to connect or collaborate.

#!/usr/bin/env python3

__author__	= "Hitesh-Sisara"
__copyright__   = f"Copyright (c) 2026 {__author__}"
__license__ 	= "Private Domain"

import subprocess
res = subprocess.run(["python3" , "-c" , "print('Feel the Code not Write it')"],
		capture_output=True, text=True
		)

print("stdout:", res.stdout)	# Output
if res.stderr != "" : print("stderr:", res.stderr)	# Error
⚡ Hitesh-Sisara GitHub Stats
innovatorved GitHub Stats

X (formerly Twitter) URL Linkedin URL

Pinned Loading

  1. qr-code-file-transfer qr-code-file-transfer Public

    Send a file between two devices with no internet, no cable and no account. Air-gapped file transfer over an animated QR code stream, entirely in the browser.

    TypeScript 1

  2. GoNextAuth GoNextAuth Public

    🚀 GoNextAut - Authentication starter with Go backend and Next.js frontend

    TypeScript 1

  3. agentic-inbox agentic-inbox Public

    Forked from cloudflare/agentic-inbox

    A self-hosted email client with an AI agent, running entirely on Cloudflare Workers

    TypeScript

  4. agentic-keyvault agentic-keyvault Public

    Cloudflare-native secrets manager with a CLI and MCP server. Never lose an API key again.

    TypeScript

  5. Tapetide-hq/agentdraft Tapetide-hq/agentdraft Public

    Publish AI-agent HTML and Markdown plans to stable, versioned review URLs. Cloudflare-native, self-hostable, MIT. Go CLI + Workers + D1 + R2.

    TypeScript

  6. Tapetide-hq/tapetide-score Tapetide-hq/tapetide-score Public

    Open methodology for the Tapetide Score — a deterministic 0-100 rating for Indian (NSE/BSE) stocks. Every pillar weight, metric, threshold and validation result published in full.

    1