Crafting Exceptional Tools

Software built for creators & developers.

Privacy-first browser extensions and developer tools. No tracking, no telemetry, no compromise — just software that works.

Our Software Suite

Shipping real software, solving real problems

Chrome Extension

CleanLinks — URL Tracking Stripper

Automatically removes 127+ tracking parameters from URLs as you browse. Zero setup, zero data collected.

  • Strips UTM, fbclid, gclid & 120+ more at network level
  • Skips tracking redirects from Google, Facebook, YouTube
  • 6 toggleable categories with live stats
  • Safe by design — never breaks websites
Learn more
Free • Pro $2.99 one-time
url bar
example.com/page?id=42&utm_source=news&fbclid=abc&gclid=xyz&_ga=2.12
example.com/page?id=42
4 trackers removed
VS Code Extension

.env Sync Checker

Instantly finds missing, extra, and mismatched variables between your .env files. Never deploy with broken config again.

  • Compares .env against .env.example in real-time
  • TreeView panel showing all discrepancies
  • Quick-fix actions to add missing variables
  • Supports multi-root workspaces
View on Marketplace
Free • Open source
.env
1DATABASE_URL=postgres://...
2API_KEY=sk_live_abc123
3STRIPE_SECRET= ← missing from .env.example
4REDIS_URL=redis://...
5S3_BUCKET= ← missing value
2 issues found✓ Quick Fix
VS Code Extension

Inline Dependency Size

See the real gzipped cost of every import right in your editor. Color-coded annotations, hover cards, and smart alternatives.

  • Inline size annotations next to every import
  • Color-coded: green / yellow / red by threshold
  • Quick-fix: rewrite barrel imports to deep imports
  • Bundle treemap & marginal cost analysis (Pro)
View on Marketplace
Free • Pro $4.99 one-time
app.tsx
1import { useState } from 'react' // 2.5 kB
2import axios from 'axios' // 13.7 kB
3import _ from 'lodash' // 71.5 kB
4import { format } from 'date-fns' // 5.2 kB
5import moment from 'moment' // 72.1 kB
Total: 165.0 kB gzipped2 heavy
VS Code Extension

Dead Code Highlighter

Highlights unused functions, variables, imports, and exports across your entire project. Supports JS, TS, Python, and Go.

  • Cross-file unused export detection
  • Gutter icons, inline strikethrough & Problems panel
  • Quick-fix: remove imports, delete declarations
  • CI integration & dead code reports (Pro)
View on Marketplace
Free • Pro $5.00 one-time
utils.ts
1import { merge } from 'lodash' unused
2import { useState } from 'react'
3
4export function formatDate() { unused
5  return new Date()
6}
7
8export function fetchUser() {
2 dead code items⚙ Quick Fix

Also by Artizan

Mobile apps and desktop tools

Privacy is not a feature. It's a foundation.

Every tool we build runs locally, collects nothing, and respects your data. No analytics, no telemetry, no compromise.