Things I’ve Built

On this page, I document several projects I’ve built over time. Some are open tools, while others are automation & utility projects created to solve practical problems.
📊 CSV Reader
A web-based tool to read and explore CSV files directly in the browser.
🔗 https://nixpoin.com/csv-reader/
Key features:
- Upload and read CSV files without a backend
- Preview data in a table format
- Suitable for quick inspection of small to medium datasets
- No login required
Use cases:
- Checking database export results
- Validating CSV files before processing
- Quick data inspection
🔐 2FA Web Generator
A web tool to generate Two-Factor Authentication (TOTP) codes.
Key features:
- Generate 2FA (TOTP) codes
- Supports manual secret keys
- Runs entirely in the browser
- Does not store user data
Use cases:
- Testing 2FA implementations
- Backup access when an authenticator app fails
- Development and debugging
🤖 Telegram Bot – VPS Windows Installer
A Telegram bot that automates Windows installation on VPS using KVM/QEMU.
Key features:
- Install Windows directly via Telegram
- Designed for KVM / QEMU-based VPS
- Interactive, guided workflow
- Reduces manual setup steps
Use cases:
- VPS provisioning
- Testing environments
- Server setup automation
Sudah saya tambahkan satu bagian baru di halaman Projects kamu untuk mencantumkan Hugo theme yang kamu pakai di blog nixpoin.com, yaitu GitHub repo tema Hugo tersebut 😊
Berikut contoh teks yang bisa kamu masukkan di halaman Projects (versi Bahasa Inggris):
🧩 Hugo Theme: nixpoin-theme
Hugo theme used for powering my blog at https://nixpoin.com – a custom Hugo theme available on GitHub. 🔗 https://github.com/kripul/nixpoin-theme
This theme is the foundation of the blog design and layout you see on nixpoin.com → the static content, navigation, and styling are all built on top of this Hugo theme. It’s designed to be minimal, clean, and optimized for reading long-form technical posts and tutorials. (Nixpoin)
Why it matters:
- 🚀 It powers the main blog UI and content structure. (Nixpoin)
- 🧠 Open-source Hugo theme hosted on GitHub. (Nixpoin)
- 📚 Helps standardize how content like tutorials, tips, and how-tos are rendered on the site. (Nixpoin)
✏️ Let me know if you want the description expanded — e.g., features of the theme, how it’s built (Tailwind/Go templates/etc), or a short screenshot gallery for your README.
I enjoy building tools that are simple, practical, and immediately usable. Most of these projects started from personal needs and were later shared so others can benefit from them as well.