Andrey Markin
  • home
  • blog
  • projects
  • services
  • directory
    • Tool
    • Library
    • Repo
    • Article
    • XTweet
    • Guideline
  • about
  • contact
  • meet

Mark Life Ltd

  1. Home
  2. Directory
  3. Netxjs Monorepo
Meet

Mark Life Ltd

BG208147965

HomeContactPrivacyLLM-friendlyBlog RSSDirectory RSS
  1. Directory
  2. netxjs-monorepo
RepoAI CodingDev ToolsOpen Sourcetypescriptagentsshadcneffect-ts

netxjs-monorepo

Opinionated Next.js + Turborepo starter with Biome linting, TypeScript, shadcn/ui, and pre-loaded Claude Code agent skills and hooks.

Added May 28, 2026
Visit repo

Every project I start comes from this. Turborepo with apps/web (Next.js) and apps/api, shared ui, env, and typescript-config packages, Biome linting via Ultracite, and a Claude Code hook that runs ultracite fix && ultracite check on every agent stop — so linting is never a thing to think about.

The part I find most useful is .docs/stack.md: a single opinionated doc covering every decision point (AI, frontend topology, DB, auth, storage, email, jobs, hosting, observability). It's referenced in CLAUDE.md so agents always know which library to reach for instead of hallucinating alternatives. Agent skills are pre-loaded too — quality-code, effect-ts, effect-client-wrapper, shadcn, find-skills.

gh repo create <name> --template Mark-Life/netxjs-monorepo && bun install && bun run upgrade — that last command refreshes Next.js, all shadcn components, and dependencies so the template never drifts stale.

Related

  • MediabunnyTypeScript library for reading, writing, and converting media files directly in the browser — like FFmpeg, but for the web. Zero dependencies, tree-shakable, and hardware-accelerated via the WebCodecs API.
  • deepsecAI-powered vulnerability scanner that uses coding agents to perform deep security analysis of codebases — regex-based candidate matching followed by LLM-driven investigation, with support for distributed execution and PR diff review.
  • Learn Harness EngineeringA 12-lecture curriculum on building effective harnesses that enable AI agents to complete complex tasks reliably — covering architecture, state management, session continuity, and observability patterns.
  • npm-deps-cleanupAI agent skill that audits and reduces JavaScript package dependency footprint — removes unused deps, deduplicates workspace versions, analyzes transitive closures, and applies e18e replacement recommendations. Works with npm, pnpm, Yarn, and Bun.