Ad-free Android · Developer · com.michael.devpocket
DevPocket
Ad-free offline developer utilities for Android: code workspace, JSON/XML formatters, regex playground, JS sandbox, and reference docs — no ads, no telemetry, on-device.
Completely ad-free — no ads, no trackers, no sponsored clutter.
Ad-free Android app
What is DevPocket?
DevPocket is an ad-free, offline-first Android developer toolkit with a code workspace, formatters, regex playground, JavaScript sandbox, and built-in reference docs — no cloud sync or telemetry.
Ad-free advantage: Completely ad-free — no ads, no trackers, no sponsored clutter. MichaelSam94 apps are built without banner ads, interstitial ads, or video ad interruptions.
Key capabilities
- Syntax-highlighted code workspace
- Beautify or minify JSON, XML, HTML, CSS, SQL
- Regex playground with saved sessions
- Local JS and math sandbox
- Offline docs vault with zero ads
Frequently asked questions
Is DevPocket free of ads?
Yes. DevPocket is completely ad-free so you can format code and test regex without interruptions.
Does DevPocket need internet?
No. Core features — workspace, formatters, regex, JS sandbox, and docs — run on-device without cloud sync.
What languages does the workspace highlight?
The workspace includes syntax highlighting for JavaScript, JSON, CSS, HTML, SQL, and Markdown.
DevPocket is an ad-free, offline-first Android developer toolkit with a code workspace, formatters, regex playground, JavaScript sandbox, and built-in reference docs — no cloud sync or telemetry.
Ad-free: Completely ad-free — no ads, no trackers, no sponsored clutter.
Offline-first developer utility for Android: code workspace, formatters, regex playground, JavaScript sandbox, and built-in reference docs. Everything runs on-device with no cloud sync or telemetry.
Package: com.michael.devpocket · Min SDK: 24 · Target SDK: 36
Features
- Code workspace — Syntax highlighting for JavaScript, JSON, CSS, HTML, SQL, and Markdown; bracket auto-pairing; adjustable font size; file drawer.
- Brutal formatter — Beautify, prettify, or minify JSON, XML, HTML, CSS, and SQL offline.
- Regex playground — Test patterns with global, case-insensitive, multiline, and dotAll flags; save match sessions locally.
- JS & math sandbox — Run JavaScript and math expressions in a local engine with stdout/stderr; load workspace files into the console.
- Documentation vault — Offline reference for JSON, regex, shell/bash, HTML/Markdown, and HTTP status codes.
Data (files, regex sessions, scripts) is stored in a local Room database. No internet connection is required for core features.
Screenshots
Privacy
Privacy policy (Netlify-hosted): [DevPocket-pv](https://github.com/michaelsam94/DevPocket-pv)
Play Store assets
From the project root:
./gradlew generatePlayStoreAssets
Release bundle:
./gradlew bundleReleaseTech stack
- Kotlin, Jetpack Compose, Material 3
- Room (local persistence)
- Navigation Compose, ViewModel
- Roborazzi + Robolectric (Play Store screenshot tests)