NetSuite Power Tools

60+ free tools, extensions, APIs, and references — everything you need to build world-class Suitelets. May 2026.

5
Install Today
13
Install This Week
8
Nice to Have
22
GitHub / Community
5
Free APIs for GFS
3
Reference Docs
Tier 1 Install Today — Game Changers 5 tools
SuiteQL Query Tool Suitelet
Tim Dietrich · Free (MIT)
Full SQL Studio inside NetSuite. AI query generation (Claude, GPT, Gemini, Grok), CodeMirror syntax highlighting, dark mode, Excel export, query history, drag-and-drop columns, plugin architecture. The gold standard.
SuiteAPI RESTlet
Tim Dietrich · Free (Open Source)
Single RESTlet that replaces SuiteTalk REST. SuiteQL beyond 5K rows, record retrieval with sublists, saved searches, File Cabinet upload/download, PDF generation, email, AI APIs. All via JSON POST.
Application Performance Management (APM) SuiteApp
Oracle/NetSuite · Free
Shows slowest records, scripts, and workflows. Drill into specific scripts causing performance issues. Data visualizations, page time summaries, script analysis. Install → Customization > Performance.
NetSuite Utilities Chrome Extension
Matt Bernstein · Free
SuiteQL Editor (syntax highlighting, autocomplete, multi-tab, CSV/JSON export) + Script Log Viewer + Record Detail Viewer (any record as JSON tree) + Command Palette (Ctrl+Shift+K) + side panel mode.
NetSuite Field Explorer Chrome Extension
Michoel Chaikin · Free · 40K+ installs · 5.0 stars
Open any record → see every field with internal ID, current value, data type. Search and filter. Copy as JSON. Essential for knowing exactly what field IDs to reference when building Suitelets.
Tier 2 Install This Week — Major Productivity 13 tools
SuiteCloud Extension for VS Code VS Code
Oracle · Free
Official IDE plugin. Create SDF projects, SuiteScript autocomplete, deploy directly to your account. AI-powered Developer Assistant generates SuiteScript 2.1, unit tests, and docs from natural language.
SuiteQL Query Results Portlet Portlet
Tim Dietrich · Free
Put ANY SuiteQL query on your dashboard as a live portlet. Instant custom KPIs from raw SQL. Query and title configurable via script parameters.
Power Search Suitelet Suitelet
Tim Dietrich · Free
Better alternative to NetSuite's Global Search. Faster, more flexible, searches across record types with better result formatting.
Transaction Monitoring Portlet Portlet
Tim Dietrich · Free
Dashboard portlet showing transactions matching your criteria. Live alerts on your home page for overdue, pending, or flagged transactions.
Inventory Balance History Suitelet
Tim Dietrich · Free
Look up any item's inventory balance for any historical date. Critical for audits and USDA drawdown tracking.
External ID Search Utility Suitelet
Tim Dietrich · Free
Find transactions, entities, and items by external ID. Essential for debugging integrations.
SuiteQL Query API RESTlet RESTlet
Tim Dietrich · Free
Call SuiteQL from external systems via simple RESTlet. Lightweight alternative to full SuiteAPI when you only need query access.
Saved Search API RESTlet RESTlet
Tim Dietrich · Free
Call saved searches from external systems via RESTlet. Expose any saved search as a JSON API endpoint.
File Cabinet API RESTlet RESTlet
Tim Dietrich · Free
External interface to your File Cabinet. Upload and download files programmatically from outside NetSuite.
SuiteFrame Framework
Tim Dietrich · Free
Open source framework for developing NetSuite-native applications. Scaffolding and patterns for building production Suitelets.
Search Export (Export as SuiteScript) Chrome Extension
David Smith · Free
Build saved search in UI → click Export → get complete SuiteScript 1.0 or 2.0 code. Also exports Workbooks to SuiteQL. Massive time saver.
Scripted Records Chrome Extension
Marcel Pestana · Free
Open any record → instantly see all User Event Scripts, Client Scripts, and Workflows deployed to it. Shows deployment status and lets you preview script files.
SuiteQL Editor Chrome Extension
Community · Free
Lightweight SuiteQL from any page. Autocomplete table/field names, Records Catalog browser, syntax highlighting, formatting. Quick queries without navigating to Query Tool.
Tier 3 Nice to Have 8 tools
File Drag and Drop SuiteApp
Oracle/NetSuite · Free
Drag and drop files onto any record with a Files subtab. Multiple simultaneous uploads. Saves clicks every day.
Show Field IDs Chrome Extension
David Smith · Free
Hover any field → see internal ID. Shift+Click copies ID to clipboard. Ctrl+Shift+F searches record for specific ID. Simpler than Field Explorer for quick lookups.
SuiteScript Explorer Chrome Extension
Community · Free
Search all SuiteScript files in your account for a specific string. Find which scripts reference a field, function, or record type.
Advanced Field Help Chrome Extension
Community · Free
Shows scripted records on current page, extended field metadata, and debugging shortcuts. Takes field help to the next level.
NetSuite Utils Chrome Extension
George Harrington · Free
General productivity — shortcuts, navigation enhancements, quick actions. Originally built for personal use, now widely adopted.
ZooKeeper Chrome Extension
Anchor Group · Free
OpenAI-powered NetSuite assistant. Toggle Field IDs, search record body fields, AI-generated "How-To" help, on-page list search, navigation assistance. Free to all NetSuite users.
NetSuite Query Tool Chrome Extension
Community · Free
Simple web IDE for the NetSuite Query Module with tabs and a built-in schema browser. Lightweight alternative when you just need quick queries.
Navigation Portlet SuiteApp
Oracle/NetSuite · Free
Enhanced Shortcuts portlet — create groups and categories for frequently used menus with customizable shortcuts in a dedicated portlet. Way better than the default.
Dev Community Built & GitHub Open Source 22 projects
TypeScript Typings for SuiteScript 2.0 GitHub
Head in the Cloud Dev · Free
Autocomplete, embedded API docs, type-checking, error detection for every SuiteScript module. Catches bugs before deploy.
netsuite-fasttrack-toolkit GitHub
Explore Consulting · Free
Active Record-style data access library. Bundles lodash + moment.js for cleaner SuiteScript record operations.
netsuite-patterns GitHub
mdrobbins · Free
Wrapper libraries for common N/search operations. Makes SuiteScript search code cleaner and more reusable.
eslint-plugin-suitescript GitHub
acdvs · Free
ESLint rules for SuiteScript v1/v2. Catches common errors, enforces best practices, validates script type annotations.
netsuite-ts-sdf-template GitHub
mattplant · Free
TypeScript + SDF project template. Type-safe SuiteScript development from day 1 with proper build pipeline.
mochafornetsuite GitHub
prasunsultania · Free
Unit testing framework for SuiteScript using Mocha + Chai. Test your scripts locally before deploying to NetSuite.
netsuite-react-demo GitHub
mdrobbins · Free
Clean React + SDF project structure for Suitelets. Local dev + test, then deploy via SDF. The React Suitelet starter.
netsuite-vue-vite-spa GitHub
BibekStha · Free
Vue 3 + Vite boilerplate for NetSuite SPAs. Built-in plugin handles RESTlet API calls during dev and production.
google-auth-library-netsuite GitHub
icarebenefits · Free
Google Auth for SuiteScript. Call Google APIs (Sheets, Maps, etc.) from your Suitelets with proper authentication.
Oracle SuiteCloud Samples GitHub
Oracle · Free
Official sample projects from real customer customizations. SDF + SuiteScript 2.1, includes SPA examples.
SuiteqlAI GitHub
Spike0341 · Free
Community fork of Tim Dietrich's SuiteQL Tool with additional AI features and enhancements.
OpenSuiteMCP GitHub
opensuitemcp · Free (MIT)
Production-ready NetSuite MCP client — talk to NetSuite in natural language from any AI provider. React + Express + LangChain. OAuth 2.0 PKCE auth. Supports OpenAI, Anthropic, Google.
netsuite-mcp-server GitHub
dsvantien · Free
Official MCP servers list entry. MCP server for NetSuite data via OAuth 2.0 PKCE. Works with Claude Code, Cursor IDE, Gemini CLI. The bridge between AI tools and your NetSuite data.
awesome-netsuite-ai GitHub
Michoel Chaikin · 24 stars
Curated list of NetSuite AI resources, MCP integration tools, articles, and community contributions. The starting point for AI + NetSuite.
Report Hub Suitelet
Stephen Lemp (SuiteRep) · Free
SDF project: configurable Suitelet to organize and publish all your reports. Supports saved searches + SuiteQL, CSV download, role-based publishing. Setup > Custom > Report Hub Configurations.
Search-to-Report Suitelet
minmyatoo · Free
Suitelet that turns any saved search into a report with a user-friendly UI. Parameter selection, search execution, and one-click Excel export. Drop-in ready.
Saved Search → Excel (XLSX) Suitelet
gmihaylov · Free
Proof of concept Suitelet that exports saved search rows to real XLSX format using xlsx.js library. Also has an XML-based Excel export variant using Handlebars templates.
NetSuite DataTables Suitelet
Gil-Johnson · Free
jQuery DataTables integration for Suitelets — inline searching, sorting, filtering, and pagination on large data tables without server postbacks. External DB integration included.
Custom Print Button (PDF) GitHub
elizabethpursell · Free
Creates custom print button on any NetSuite record that generates a PDF from an Advanced PDF/HTML template using current record data. Drop-in branding solution.
netsuite-mapreduce-util Suitelet
Michoel Chaikin · Free
Suitelet utility for developing and testing Map/Reduce scripts. Run, debug, and inspect M/R stages interactively. From the creator of Field Explorer.
n8n NetSuite Node GitHub
drudge · 24 stars · Free
n8n community node for NetSuite SuiteTalk REST. Connect NetSuite to 400+ apps via the open-source n8n workflow automation platform. Self-hosted, full data control.
suiteql (CLI) GitHub
ehmad11 · 18 stars · Free
Run SuiteQL queries against NetSuite from your terminal via SuiteTalk REST. Great for scripting, CI/CD pipelines, and data extraction workflows.
nscabinet GitHub
suiteplus · Free
CLI + Gulp plugin for uploading/downloading files to NetSuite File Cabinet. Uses an included RESTlet. Automate your deployment pipeline.
netsuite-rest (Python) GitHub
ehmad11 · 51 stars · Free
Python library to make requests to Oracle NetSuite REST Web Services. Most starred Python NS library. Perfect for data scripts and automation.
netsumo (Mock Framework) GitHub
3EN-Cloud · 61 stars · Free
NetSuite mock framework for unit testing SuiteScripts. Simulates the NS environment locally so you can test without deploying. The most starred SS testing tool.
dbt NetSuite Models GitHub
Fivetran · 54 stars · Free
dbt data models for Fivetran's NetSuite connector. Pre-built transformations for financial reporting, GL, AP, AR. If you use dbt for analytics, this is gold.
nsrestlet (Node.js) GitHub
MichaelEPope · 41 stars · Free
Node.js module simplifying NetSuite RESTlet connections via OAuth and NLAuth. Clean API for calling RESTlets from external apps.
Flux Capture (Document OCR) GitHub
braedonsaunders · 8 stars · Free
Open source document capture SuiteApp — OCR, custom fields, form XML, transaction field support. Automate invoice/receipt processing inside NetSuite.
HEX Split Pane GitHub
hmanongsong · 8 stars · Free
SuiteScript library that lets users toggle split-pane views in NetSuite. Side-by-side record comparison or multi-panel layouts.
APIs Free APIs for GFS Suitelets 5 APIs
USDA LMPRS API REST API
USDA/AMS · Free (Government)
Official barrel/block cheddar cheese prices in JSON. The data behind Federal Milk Marketing Order price calculations. Report 2993 has 40-lb block and 500-lb barrel sections. 180 days per request.
USDA Quick Stats API (NASS) REST API
USDA/NASS · Free (API key)
Agricultural census data, crop/livestock statistics. Covers every commodity the USDA tracks. JSON output.
USDA MyMarketNews API REST API
USDA/AMS · Free
Raw market news data across all commodities. Programmatic access to the same data in USDA market reports.
Commodities-API REST API
commodities-api.com · 100 req/mo free
170+ commodities with forex-style pricing. Current and historical rates with currency conversion.
commodity-price-api REST API
omkarcloud · 100 req/mo free
CME, NYMEX, CBOT futures — gold, silver, crude oil, natural gas, wheat, coffee, and 25+ more in JSON.
Ref Reference Documentation 3 resources
NetSuite Records Browser Reference
Oracle · Free
Every record type, field ID, sublist, search filter, and join path in NetSuite. The canonical reference for all development.
SuiteScript 2.x API Reference Reference
Oracle · Free
Complete module documentation for N/search, N/record, N/ui/serverWidget, N/https, N/cache, N/render, and every other SuiteScript API.
SuiteQL Schema Tool (Preview) Reference
Tim Dietrich · Free (coming)
More comprehensive than Records Catalog — includes all sub-tables and join paths. The future of SuiteQL schema exploration.