I'm Soodit Kumar, a passionate developer based in Delhi, India. I believe in the power of technology and creativity to solve problems and innovate. 🌟
I'm a dedicated developer with a strong focus on building efficient and scalable applications. Currently, I'm based in Delhi, India. My expertise spans multiple programming languages and frameworks, primarily in TypeScript and Go. I love tackling challenging problems and contributing to open-source projects.
- inori - A lightweight, self-hosted secrets manager inspired by HashiCorp Vault. ⭐️ 1 | Language: Go | Forks: 0 | Issues: 0
- downstash - A project for simplified database management. ⭐️ 0 | Language: TypeScript | Forks: 0 | Issues: 0
Visit my blog for insightful articles on technology and development at sooditk.dev.
This repo — sooditk.dev
This repository also contains the source for my personal website, a fully static Astro site with zero client-side JavaScript (except a ~300-byte inline theme switcher), styled with Tailwind CSS v4 and deployed to Cloudflare Workers static assets.
bun install
bun run dev # dev server on http://localhost:3000
bun run build # typecheck (astro check) + static build to dist/
bun run preview # preview the production build
bun run deploy # build + wrangler deployAdd a markdown file to src/content/blog/:
---
title: "My Post Title"
description: "One-line summary shown in meta tags and RSS."
publishedAt: 2026-07-08
draft: false
---
Post content in Markdown (or MDX). Code blocks get syntax highlighting at build time.Push to main and deploy — the post page, blog index, RSS feed, and sitemap are all generated from the frontmatter. Set draft: true to keep a post out of the published site.


