Konstantin Tarkus

Konstantin Tarkus

Founder @ Kriasoft · Applied AI Engineer
All activity
Deterministic, audit-first workflow kernel for production AI systems.
Verist
VeristGit for AI decisions — replay, diff, and review every change
Konstantin Tarkusstarted a discussion

New: Prompt injection, changing root folder, and more

Hey hunters. Quick update on srcpack. Just shipped v0.1.10 with features you've been asking for: Prompt option - Prepend instructions to your bundles. Great for code reviews: bundles: { review: { include: "src/**/*", prompt: "./prompts/review.md" } } Root option - Bundle from a different root folder: root: "./packages/app", bundles: { app: "src/**/*" } Upload exclude - Skip local-only bundles...

Srcpack is a zero-config CLI that bundles your codebase into semantic, indexed context files optimized for LLMs like ChatGPT, Claude, and Gemini. Instead of pasting random files or hitting context limits, you define domain-based bundles (web, api, db, docs) and get clean, readable output with file boundaries and line numbers. Perfect for refactors, reviews, debugging, and AI-assisted design on real-world repos.
srcpack
srcpackBundle your codebase into LLM-ready context files
Konstantin Tarkusstarted a discussion

AI Assistant for React Starter Kit

Hey folks 👋 I just launched React Starter Kit Assistant. I’ve been working on React Starter Kit for a while, and I kept answering the same questions over and over: Where does this go? How do I add a tRPC endpoint? Why does auth work this way? So I turned that into a small assistant trained specifically on the kit — the actual repo structure, patterns, and deployment setup (Cloudflare Workers,...

Konstantin Tarkusstarted a discussion

🚀 React Starter Kit: Now 87% Faster with Astro Integration

Hey hunters! 👋 Big update to React Starter Kit - we've solved one of the biggest pain points in modern web development: the performance tax of JavaScript-heavy marketing pages. The Problem Every Startup Faces You know the drill. You build a beautiful React app, everything works great, then your marketing team asks for a simple copy change and suddenly you're worried about breaking user...

Konstantin Tarkusstarted a discussion

Beginner-Friendly Ways to Help Out with React Starter Kit

Hey everyone, I've been tinkering with the repo lately and just created a few "good first issues" on GitHub – stuff like quick bug fixes or doc improvements that shouldn't take too much time. They're perfect if you're new to contributing or just want to help out casually. Check 'em out here: https://github.com/kriasoft/react-starter-kit/issues Would be cool to get some new perspectives on this....

Konstantin Tarkusstarted a discussion

10+ Years of React Starter Kit

Hey Product Hunt fam! 🚀 I'm thrilled to launch the latest evolution of React Starter Kit here on PH. I first open-sourced this back in 2014 on GitHub, right when React was exploding and everyone was figuring out Webpack. It became a go-to for devs wanting a quick start without the setup grind, and it's powered countless projects since. What started as an isomorphic app (code sharing between...

React Starter Kit
React Starter KitBoilerplate and tooling for building "isomorphic" web apps
React Starter Kit for Firebase
React Starter Kit for FirebaseReact, Redux app boilerplate optimized for a CDN hosting