All activity
Vinay Vernekarleft a comment
Hey Product Hunt 👋 I build DevCodex as a home for focused, free developer utilities — the kind of thing you'd normally build as a one-off script and then forget. Today I'm launching the Joomla toolkit. Everything inside runs in your browser, needs no account, no API key, and no install. It's aimed at the specific friction points I kept hitting on real Joomla projects. What's in the kit: 1...

DevCodex for JoomlaFree Joomla manifest, htaccess, and plugin-event helpers
Four focused Joomla helpers: extension manifest generator, template override finder, plugin event reference, and a Joomla-tuned .htaccess generator. Written for extension developers who want to skip the manifest debugging loop.

DevCodex for JoomlaFree Joomla manifest, htaccess, and plugin-event helpers
Vinay Vernekarleft a comment
Hey Product Hunt 👋 I build DevCodex as a home for focused, free developer utilities — the kind of thing you'd normally build as a one-off script and then forget. Today I'm launching the Drupal toolkit. Everything inside runs in your browser, needs no account, no API key, and no install. It's aimed at the specific friction points I kept hitting on real Drupal projects. What's in the kit: 1. Twig...

DevCodex for DrupalFree Drupal helpers for Twig, hooks, render arrays, config
Five focused helpers for Drupal module and theme developers: Twig template suggestions, permission matrix, render array builder, hook discovery, and config YAML diff. Built to cut the documentation round-trip for common tasks.

DevCodex for DrupalFree Drupal helpers for Twig, hooks, render arrays, config
Vinay Vernekarleft a comment
Hey Product Hunt 👋 I build DevCodex as a home for focused, free developer utilities — the kind of thing you'd normally build as a one-off script and then forget. Today I'm launching the WordPress toolkit. Everything inside runs in your browser, needs no account, no API key, and no install. It's aimed at the specific friction points I kept hitting on real WordPress projects. What's in the kit:...

DevCodex for WordPressA developer's toolkit for WordPress themes and plugins
A grab-bag of focused WordPress utilities for theme and plugin developers — WP_Query builder, hook finder, functions.php snippets, .htaccess generator, and WP-Cron event code generator. All free, browser-based, no signup.

DevCodex for WordPressA developer's toolkit for WordPress themes and plugins
Vinay Vernekarleft a comment
Hey Product Hunt 👋 I build DevCodex as a home for focused, free developer utilities — the kind of thing you'd normally build as a one-off script and then forget. Today I'm launching the Salesforce toolkit. Everything inside runs in your browser, needs no account, no API key, and no install. It's aimed at the specific friction points I kept hitting on real Salesforce projects. What's in the kit:...

DevCodex for SalesforceFree Salesforce dev utilities — SOQL, Apex, ERD, schedule
Every Salesforce developer wastes hours a week re-reading the same docs: CRON syntax, Apex wrapper boilerplate, permission diffs, SOQL relationship patterns. This toolkit collects six focused web utilities that eliminate that tax — all free, no signup.

DevCodex for SalesforceFree Salesforce dev utilities — SOQL, Apex, ERD, schedule
Vinay Vernekarleft a comment
Hey Product Hunt! I'm Vinay, a Salesforce developer who got tired of screenshotting Schema Builder for architecture docs. This tool lets you pick the exact objects you care about, arrange them however you want, and export real diagrams - something Schema Builder still can't do after 15 years. The share URL even embeds the metadata so anyone can view your diagram without org access. Built with...

Schema ERD ViewerInteractive Salesforce data model diagrams you can export
Salesforce Schema Builder is slow, can't export, and can't share. This fixes all of that.
Connect your org, pick 2-20 objects, and get an interactive ERD with Lookup and Master-Detail relationships. Drag nodes to arrange, filter fields by type, and choose from 6 color themes including dark mode.
Export as PNG, SVG, or PDF. Share diagrams via URL - recipients can view without connecting to Salesforce.
100% browser-based. Only metadata is fetched - no record data is accessed or stored.

Schema ERD ViewerInteractive Salesforce data model diagrams you can export
Salesforce debug logs are walls of text. This tool makes them readable.
Paste or upload any Apex log and instantly see:
1. Governor limit gauges with warning/critical thresholds
2. Execution timeline as an interactive flame graph
3. Method-level call tree with SOQL and DML inline
4. SOQL breakdown with row counts and durations
5. Connect your org to fetch logs directly - no copy-pasting needed.
100% browser-based - no log data leaves your machine. Free, no signup, works with any API version.

Apex Log AnalyzerVisualize Salesforce debug logs with flame graphs & limits
Vinay Vernekarleft a comment
Hi Product Hunt! I'm Vinay - I built this after years of squinting at raw Apex debug logs trying to find why a trigger was hitting governor limits. The existing options are either paid desktop apps or Salesforce's own log viewer (which is basically a text file). This parses the log entirely in your browser and gives you flame graphs, a call tree, and color-coded limit gauges so you can spot...

Apex Log AnalyzerVisualize Salesforce debug logs with flame graphs & limits
Tired of writing SOQL by hand in the Developer Console? Connect your Salesforce org and build queries visually.
Pick objects, select fields, add WHERE clauses from dropdowns, set ORDER BY and LIMIT — then copy the generated SOQL. Supports relationship queries, aggregate functions, and all 24 date literals.
What makes it different:
100% browser-based — no data stored on our servers
Live org connection shows your actual objects and fields
Inline SOQL syntax reference
Free, no signup, no install

SOQL Query BuilderBuild Salesforce SOQL queries visually - no syntax needed
Vinay Vernekarleft a comment
Hey Product Hunt! I'm Vinay, a 10x certified Salesforce developer. I built this because the Developer Console's query editor hasn't improved in years - no autocomplete, no visual field picker, and a tiny text box. This tool connects to your org via OAuth (API-scope only, read-only), shows your actual objects and fields, and lets you build queries by clicking instead of typing. Everything runs...

SOQL Query BuilderBuild Salesforce SOQL queries visually - no syntax needed
