English 281/281 Español 227/281

About beavr

Last updated: 2026-08-10 · Written by Marcello

beavr is a small collection of single-purpose browser-only utilities built and maintained by Marcello, an independent developer based in Italy. There is no company behind it, no funding round, no team to scale. Just a developer, a static site, and 281 tools that earn their place by doing one thing well.

Why this exists

Most "free online tool" sites have the same shape: a wall of popups, three ad slots above the fold, a "download our app" modal that fires the moment you scroll, and a request to sign in for a feature that should not require an account. They process your input on their servers, log it, and often share it with advertising partners. The result is a tool that takes five seconds longer to load than the task it solves, and a privacy posture you have to read three pages of policy to decode.

beavr is the opposite. Every tool runs entirely in your browser. There is no backend for the things you actually paste in, no account, no upload, no fingerprinting, no first-party analytics. The site chrome sets preference and consent values in your browser's local storage and one language cookie, none of which is used for first-party tracking. Some tools also offer opt-in local persistence for settings, history, saved events, or text you choose to enter; those values never leave your browser and are listed in the cookie policy. The site otherwise behaves as if it were a static page from 2005 that happens to be useful. If advertising is enabled, it is served by Google AdSense only after the site's consent flow; you can read exactly what that means for your data on the privacy page.

Who builds it

Marcello is a developer who got tired of opening a different heavy web app for every five-second task: a word count, a base64 encode, a JSON pretty-print, a UUID. Each of those should be a tab you can close the moment the answer is in your clipboard. beavr is the result of treating that five-second task as the product, not as a feature buried under marketing.

The whole site is open in spirit if not in licence: the source is plain Astro components, the data is plain TypeScript, the stylesheet is plain CSS, and the deployment is a static dist/ directory served by stock nginx. There is no proprietary runtime, no SSR framework, no build step that requires a paid service. If you cloned it tomorrow, you could run it on a $5 VPS, on GitHub Pages, on a Raspberry Pi on your desk, or on a CDN edge. That portability is the point.

How the project is organised

The site is grouped into five categories: text and writing utilities, converters (formats, units, encodings), developer helpers, generators (UUIDs, passwords, QR codes), and educational health and fitness calculations. The first four are the daily-driver tools; the last is a small set of well-known reference calculations (BMI, VO₂ max, body fat, macro splits) presented with the caveat that none of them is medical advice. Every tool runs the same way: paste your input, get a result, copy it out. Some tools offer opt-in local history or settings, but those values stay on your device and are never uploaded.

When a tool needs a library (for example, a real QR encoder, a JWT parser, a Markdown-to-HTML converter) the dependency is small, audited, and bundled into the page itself. There is no CDN fetch on first paint, no third-party script that can change behaviour between visits, and no remote font. The first byte you download is the last byte you need to see the tool work.

Editorial standards

Every tool ships with a short editorial section explaining what it does, when it is the right tool for the job, and when a different tool — or no tool at all — would be a better choice. That last part matters: a free JSON formatter should not pretend it can replace a debugger, and a BMI calculator should not pretend it can replace a doctor. Where a tool has well-known limitations (Cooper's 1968 VO₂ formula was validated on a specific cohort; MD5 is not a security primitive) we say so on the page, not in a footnote.

Where the underlying standards are messy — XML-to-JSON mapping rules, RFC 3339 vs ISO 8601, public-suffix-list edge cases — we link to the authoritative source and reproduce the behaviour we chose. We would rather you check our work than trust it.

What this site is not

  • It is not a SaaS. There is no paid tier, no upsell, and no "enterprise plan" page.
  • It is not a startup. There is no roadmap, no investor letter, no growth team.
  • It is not a content farm. The blog and the per-tool editorial copy are written by one person, with a clear point of view, and updated when they get out of date — not on a publishing schedule.
  • It is not an AI-generated site. The tools, the editorial, and the code are written by a human. Where AI assistance is used (for example, drafting copy or testing regex variants) it is reviewed and edited before it ships.
  • It is not collecting your data. See the privacy page for the short version, and the in-depth breakdown for the long one.

How to get in touch

The fastest way to report a bug, suggest a tool, or correct an editorial mistake is to use the contact page. That channel is monitored by Marcello directly; there is no support team, no ticketing system, and no chatbot in front of it. You will get a reply from a person, in English or Italian, usually within a few days.

If you found a security issue — even a small one — please disclose it responsibly through the same contact channel; the disclosure policy is summarised on the contact page.

A short history

The project started in 2026 as a personal scratchpad: a single HTML file with a word counter and a base64 encoder that Marcello could open from any browser bookmark. Over the following months the scratchpad grew into a small site, and the small site grew into a collection. Today the collection contains 281 tools, ships in English and Spanish, and runs on a static build that fits in a single Docker layer. The growth was deliberately slow: a new tool gets added only when the previous one is genuinely finished and useful, not when the SEO backlog has space.

Acknowledgements

beavr stands on the work of a long list of standards bodies, open source maintainers, and reference authors. The QR encoder uses a public domain algorithm; the JWT decoder follows RFC 7519; the Markdown converter follows CommonMark; the colour science follows the W3C and the CSS Color specifications. Where a tool's result depends on a third-party list (public suffixes, time zone data, MIME types) the version pinned in the build is documented on the tool page so you can reproduce the output.

← Back to beavr

esc
  • agac
    Acronym Generator
    text
  • afan
    Anagram Finder
    text
  • brcb
    Bionic Reading Converter
    text
  • btbr
    Braille Translator
    text
  • ccas
    Case Converter
    text
  • dcda
    Date Countdown
    text
  • epse
    Emoji Picker & Search
    text
  • frfi
    Find & Replace
    text
  • mptp
    Markdown & Prose Typography Prettifier
    text
  • mlem
    Markdown Link Extractor
    text
  • mtem
    Markdown Table Editor
    text
  • maem
    Markdown Table Extractor
    text
  • mtoc
    Markdown Table of Contents Generator
    text
  • mtsm
    Markdown Table Sorter
    text
  • npat
    NATO Phonetic Alphabet Translator
    text
  • ntwn
    Number to Words
    text
  • rlcr
    Reading Level Calculator
    text
  • rtfr
    Relative Time Formatter
    text
  • rccr
    ROT Cipher / Caesar
    text
  • sdls
    Sort & Dedupe Lines
    text
  • srrs
    Speed Reader (RSVP)
    text
  • sspe
    Spelling Suggestions
    text
  • sstr
    String Similarity
    text
  • scvd
    Syllable Counter & Verse Detector
    text
  • tdte
    Text Diff
    text
  • tsrt
    Text Statistics & Readability
    text
  • tgtr
    Tree Generator
    text
  • ttwt
    Typing Test (WPM)
    text
  • uciu
    Unicode Character Inspector
    text
  • unun
    Unicode Normalizer
    text
  • winw
    Whitespace & Indent Normalizer
    text
  • wich
    Whitespace & Invisible Character Highlighter
    text
  • wcfr
    Word & Character Frequency
    text
  • wcgw
    Word Cloud Generator
    text
  • wcwo
    Word Counter
    text
  • wwrw
    Word Wrap & Reflow
    text
  • abts
    A/B Test Sample Size & Significance Calculator
    converter
  • aiga
    App Icon Generator
    converter
  • arca
    Aspect Ratio Calculator
    converter
  • bedb
    Base32 Encoder / Decoder
    converter
  • badb
    Base58 Encoder / Decoder
    converter
  • bsdb
    Base64 Encoder / Decoder
    converter
  • bivb
    Base64 Image Viewer
    converter
  • bcnd
    Bell Curve (Normal Distribution) Calculator
    converter
  • btcb
    Binary Text Converter
    converter
  • crco
    Cap Rate / Cash-on-Cash Calculator
    converter
  • cbsc
    Color Blindness Simulator
    converter
  • cchr
    Color Converter (Hex / RGB / HSL / HWB)
    converter
  • cmco
    Color Mixer
    converter
  • cnlc
    Color Name Lookup
    converter
  • ctkt
    Color Temperature (Kelvin) to RGB
    converter
  • ccmc
    Colour Contrast Matrix
    converter
  • cico
    Compound Interest Calculator
    converter
  • cuco
    Cooking Unit Converter
    converter
  • ccpc
    Credit Card Payoff Calculator
    converter
  • cvcs
    CSV Viewer
    converter
  • dscd
    Data Size Converter
    converter
  • dada
    Date Calculator
    converter
  • dmmc
    Discount / Markup / Margin Calculator
    converter
  • ecce
    Electricity Cost Calculator
    converter
  • euce
    Energy Unit Converter
    converter
  • elge
    Event Link Generator
    converter
  • fcfr
    Fraction Calculator
    converter
  • fcat
    Fuel Cost and Trip Calculator
    converter
  • gdcg
    Geo Distance Calculator
    converter
  • gcge
    Geometry Calculator
    converter
  • hrto
    Hex / RGB to OKLCH
    converter
  • htmh
    HTML to Markdown
    converter
  • hrfs
    Human-readable File Size Formatter
    converter
  • icpe
    Image Colour Palette Extractor
    converter
  • icim
    Image Compressor
    converter
  • imim
    Image Cropper
    converter
  • ihim
    Image Histogram
    converter
  • iaim
    Image Metadata Inspector
    converter
  • itaa
    Image to ASCII Art Generator
    converter
  • itdu
    Image to Data URL (Base64)
    converter
  • jtcc
    JSON to CSV / CSV to JSON
    converter
  • lccl
    Loan Comparison Calculator
    converter
  • mcgm
    Markdown Callout Generator
    converter
  • mdgm
    Markdown Checklist Generator
    converter
  • mfgm
    Markdown Footnote Generator
    converter
  • mtgm
    Markdown Table Generator
    converter
  • mthm
    Markdown to HTML
    converter
  • mtpt
    Markdown to Plain Text Stripper
    converter
  • mtog
    Markdown TOC Outline Generator
    converter
  • mccm
    Meeting Cost Calculator
    converter
  • mctm
    Morse Code Translator
    converter
  • mlcm
    Mortgage / Loan Calculator
    converter
  • owac
    One-Way ANOVA Calculator
    converter
  • pcpe
    Percentage Calculator
    converter
  • pccp
    Permutation & Combination Calculator
    converter
  • pucp
    Power Unit Converter
    converter
  • prcp
    Pressure Unit Converter
    converter
  • rpcp
    Regular Polygon Calculator
    converter
  • rccc
    Resistor Color Code Calculator
    converter
  • rncr
    Roman Numeral Converter
    converter
  • sgcs
    Savings Goal Calculator
    converter
  • sscs
    Shoe Size Converter
    converter
  • slug
    Slugifier
    converter
  • ssub
    Subtitle Shifter
    converter
  • tvgc
    Tax / VAT / GST Calculator
    converter
  • tchc
    Time Card / Hours Calculator
    converter
  • tdct
    Time Duration Calculator
    converter
  • tjct
    TOML ↔ JSON Converter
    converter
  • ucun
    Unit Converter
    converter
  • upcu
    Unit Price Comparator
    converter
  • utct
    Unix Timestamp Converter
    converter
  • wowo
    Workdays Calculator
    converter
  • yjcy
    YAML ⇄ JSON Converter
    converter
  • eplf
    .env Parser, Linter & Formatter
    developer
  • ggit
    .gitignore Generator
    developer
  • aucp
    ASCII & Unicode Code Point Table
    developer
  • bcgb
    Bar Chart Generator
    developer
  • bhgv
    Bcrypt Hash Generator & Verifier
    developer
  • bcbi
    Binary Clock
    developer
  • bibi
    Bitwise Calculator
    developer
  • bbok
    Bookmarklet Builder
    developer
  • bttm
    BPM Tap-Tempo & Metronome
    developer
  • cchb
    Cache-Control Header Builder
    developer
  • cgch
    Changelog Generator
    developer
  • cche
    Checksum Calculator
    developer
  • cchm
    Chmod Calculator
    developer
  • cich
    Chord Identifier
    developer
  • crmc
    CIDR Range Merger
    developer
  • cclc
    Conventional Commit Linter
    developer
  • cpic
    CORS Preflight Inspector
    developer
  • cclv
    Credit Card / Luhn Validator
    developer
  • cebc
    Cron Expression Builder
    developer
  • ceec
    Cron Expression Explainer
    developer
  • cshc
    Cron Schedule Heatmap
    developer
  • cgcs
    CSP Generator
    developer
  • cmqt
    CSS @media Query Tester
    developer
  • csts
    CSS @supports Tester
    developer
  • cagc
    CSS Animation Generator
    developer
  • cbrg
    CSS Border-Radius Generator
    developer
  • cccs
    CSS clamp() Calculator
    developer
  • cecb
    CSS Easing & Cubic-Bezier Visualizer
    developer
  • cfgc
    CSS Filter Generator
    developer
  • csgc
    CSS Flexbox Generator
    developer
  • cggc
    CSS Grid Generator
    developer
  • cmfc
    CSS Minifier / Formatter
    developer
  • cstc
    CSS Selector Tester
    developer
  • cscs
    CSS Specificity Calculator
    developer
  • ctsg
    CSS Text-Shadow Generator
    developer
  • ctgc
    CSS Transform Generator
    developer
  • ctag
    CSS Triangle & Arrow Generator
    developer
  • cucs
    CSS Unit Converter
    developer
  • cdcs
    CSV Diff
    developer
  • ctcs
    CSV Statistics
    developer
  • ctsi
    CSV to SQL INSERT Generator
    developer
  • eave
    Email Address Validator
    developer
  • ebcb
    Exponential Backoff Calculator
    developer
  • fhcv
    File Hash & Checksum Verifier
    developer
  • hgha
    Hash Generator
    developer
  • hiha
    Hash Identifier
    developer
  • hche
    Hex Clock
    developer
  • hfih
    Hex File Inspector
    developer
  • hghm
    HMAC Generator
    developer
  • hcbo
    HOTP / Counter-Based OTP Generator
    developer
  • heed
    HTML Entity Encoder / Decoder
    developer
  • hlch
    HTML Link Checker
    developer
  • hmpp
    HTML Minifier / Pretty-Print
    developer
  • hcpg
    HTTP Cookie Parser & Generator
    developer
  • hhih
    HTTP Header Inspector
    developer
  • hrbh
    HTTP Request Builder
    developer
  • hscl
    HTTP Status Code Lookup
    developer
  • ivib
    IBAN Validator
    developer
  • iigi
    iCalendar (.ics) Generator
    developer
  • iscs
    IPv6 Subnet Calculator
    developer
  • ivis
    ISBN Validator
    developer
  • jmfj
    JavaScript Minifier / Formatter
    developer
  • jcjs
    JSON Canonicalizer
    developer
  • jdjs
    JSON Diff
    developer
  • jfjs
    JSON Flattener
    developer
  • jsjs
    JSON Formatter
    developer
  • jlnv
    JSON Lines / NDJSON Viewer
    developer
  • jmpg
    JSON Merge Patch Generator
    developer
  • jpjs
    JSON Patch
    developer
  • jpej
    JSON Pointer Evaluator
    developer
  • jsvj
    JSON Schema Validator
    developer
  • jttj
    JSON to TypeScript
    developer
  • jujs
    JSON Unflattener
    developer
  • jejs
    JSONPath Evaluator
    developer
  • jdjw
    JWT Decoder
    developer
  • jsjw
    JWT Signer
    developer
  • lhgl
    License Header Generator
    developer
  • lglm
    llms.txt Generator
    developer
  • mvol
    MAC Vendor (OUI) Lookup
    developer
  • mfpf
    Markdown Frontmatter Parser
    developer
  • mlmd
    Markdown Linter
    developer
  • mtof
    Meeting Time Overlap Finder
    developer
  • mtsp
    Meta-Tag & SEO Preview
    developer
  • mtlm
    MIME Type Lookup
    developer
  • nfcn
    Note Frequency Calculator
    developer
  • nbcn
    Number Base Converter
    developer
  • pnpf
    Phone Number Parser & Formatter
    developer
  • pnff
    Prime Number Finder & Factorizer
    developer
  • rcre
    Regex Cheatsheet
    developer
  • rere
    Regex Explainer
    developer
  • rtre
    Regex Tester
    developer
  • rgro
    robots.txt Generator
    developer
  • rvlr
    robots.txt Viewer & Linter
    developer
  • rfbr
    RSS Feed Builder
    developer
  • smis
    Scale & Mode Identifier
    developer
  • scrc
    Semver Comparator & Range Calculator
    developer
  • sdrs
    Sequence Diagram Renderer
    developer
  • sgsi
    Sitemap.xml Generator
    developer
  • sigd
    Snowflake ID Generator & Decoder
    developer
  • sfms
    SQL Formatter / Minifier
    developer
  • stfs
    Stack Trace Formatter
    developer
  • sest
    String Escaper
    developer
  • sesu
    Subdomain Extractor
    developer
  • scsu
    Subnet Calculator
    developer
  • soms
    SVG Optimizer / Minifier
    developer
  • spvs
    SVG Path Visualizer
    developer
  • ssbs
    SVG Sprite Builder
    developer
  • tcst
    Tailwind Class Sorter
    developer
  • tzct
    Time Zone Converter
    developer
  • tfcg
    TOTP / 2FA Code Generator
    developer
  • ttgt
    Truth Table Generator
    developer
  • tsct
    Type Scale Calculator
    developer
  • uiun
    Unix Clock
    developer
  • ubur
    URL Builder
    developer
  • uedu
    URL Encoder / Decoder
    developer
  • upur
    URL Parser
    developer
  • uapu
    User-Agent Parser
    developer
  • uidu
    UUID Inspector & Decoder
    developer
  • wamg
    Web App Manifest Generator
    developer
  • wgcw
    Wire Gauge Calculator
    developer
  • xfmv
    XML Formatter, Minifier & Validator
    developer
  • xtjc
    XML to JSON Converter
    developer
  • bgba
    Barcode Generator
    generator
  • cfsc
    Color from String
    generator
  • cstg
    Color Shades & Tints Generator
    generator
  • cccw
    Colour Contrast Checker (WCAG)
    generator
  • cpco
    Colour Picker
    generator
  • cwhv
    Colour Wheel & Harmony Visualizer
    generator
  • cogc
    Conic Gradient Generator
    generator
  • cbsg
    CSS Box-Shadow Generator
    generator
  • cggr
    CSS Gradient Generator
    generator
  • drdi
    Dice Roller
    generator
  • dpgd
    Diceware Passphrase Generator
    generator
  • igin
    Invoice Generator
    generator
  • ligl
    Lorem Ipsum Generator
    generator
  • magm
    MAC Address Generator
    generator
  • mgma
    Maze Generator
    generator
  • mogm
    Mock Data Generator
    generator
  • ogig
    Open Graph Image Generator
    generator
  • pgpa
    Password Generator
    generator
  • pstp
    Password Strength Tester
    generator
  • pigp
    Placeholder Image Generator
    generator
  • ptpo
    Pomodoro Timer
    generator
  • pcgp
    Printable Calendar Generator
    generator
  • qcgq
    QR Code Generator
    generator
  • rpra
    Random Picker
    generator
  • stop
    Stopwatch
    generator
  • tggt
    Team / Group Generator
    generator
  • ttim
    Time Tracker
    generator
  • ugul
    ULID Generator
    generator
  • ugui
    UUID Generator
    generator
  • wqcg
    WiFi QR Code Generator
    generator
  • wspg
    Word Search Puzzle Generator
    generator
  • acag
    Age Calculator
    health-fitness
  • bcbm
    BMI Calculator
    health-fitness
  • bfpc
    Body Fat Percentage Calculator
    health-fitness
  • bebr
    Breathing Exercise
    health-fitness
  • cbec
    Calorie Burn Estimator
    health-fitness
  • dhch
    Daily Hydration Calculator
    health-fitness
  • hrrc
    Heart Rate Recovery Calculator
    health-fitness
  • hrzc
    Heart Rate Zones Calculator
    health-fitness
  • hsch
    Heat Stress Calculator
    health-fitness
  • ibwc
    Ideal Body Weight Calculator
    health-fitness
  • macm
    Macro & Calorie Calculator
    health-fitness
  • ormc
    One-Rep Max Calculator
    health-fitness
  • rpcr
    Running Pace Calculator
    health-fitness
  • sccs
    Sleep Cycle Calculator
    health-fitness
  • ssat
    Sunrise, Sunset, and Twilight Times
    health-fitness
  • tbct
    TDEE & BMR Calculator
    health-fitness
  • tcti
    Tip Calculator
    health-fitness
  • vmev
    VO₂ Max Estimator
    health-fitness
  • whrc
    Waist-Hip Ratio Calculator
    health-fitness

Cookies & advertising

If advertising is enabled, ads are served through Google AdSense, which uses cookies to serve and measure ads. You can accept or reject advertising cookies — both choices work the same for the tools themselves. See our privacy notice and cookie policy for details.

Choose whether to allow Google AdSense advertising cookies. We don't run first-party analytics.

Consent pending
© 2026 beavr · Home · About · Contact · Privacy · Cookies · · Terms · Browser-only tools, no upload, no sign-in.