0 chars
Action Create new widget
Theme None
Reference files None

Drag and drop files here or click to browse

Supported: HTML, JS, CSS, JSON, XML, TXT, MD, Images, PDF, DOCX

Output parts All 5 parts
AI Model Claude Opus 5
What you get
Example Team Incident Pulse
HTML Template
<div class="tip-card">
  <h3>{{c.data.title}}</h3>
  <div class="tip-count" ng-if="!c.data.loading">
    {{c.data.openCount}} open
  </div>
  <button ng-click="c.refresh()">Refresh</button>
</div>
CSS Styling
.tip-card {
  padding: 16px;
  border-radius: 8px;
}
.tip-count {
  font-size: 2rem;
  font-weight: 600;
}
Client Script
api.controller = function($scope) {
  var c = this;
  c.refresh = function() {
    c.server.get({ action: 'refresh' })
      .then(function(r) { c.data = r.data; });
  };
};
Server Script
(function() {
  data.title = options.title || 'Team Incident Pulse';
  var agg = new GlideAggregate('incident');
  agg.addActiveQuery();
  agg.addAggregate('COUNT');
  agg.query();
  data.openCount = agg.next()
    ? agg.getAggregate('COUNT') : 0;
})();
Plus documentation for every part — preview it here, then deploy it to your instance.

Widget Generation History

View and reuse your previously generated widgets. Save time by reusing your existing widgets!

Loading widget history...
Page 1

AI-Powered Theme Extraction

Extract themes from any ServiceNow Portal and create reusable theme configurations

Enter the sp_theme sys_id (32-character ID) or theme name
How to get: ServiceNow → sp_theme record → Copy "CSS Variables" field

Complete Technical & Usage Documentation

Pro Tip: Development Environment Only
  • Always test AI-generated scripts in your Personal Developer Instance (PDI) or Development Instance before deploying to higher environments.
  • This tool is designed for development and prototyping purposes only. Never connect directly to Production instances.
  • AI-generated code should be reviewed, tested, and validated by qualified ServiceNow developers before production use.

iDevOps LLC provides this tool as a development accelerator. Users are responsible for validating all AI-generated output before production deployment.

Loading documentation...

Pricing

Pay-per-use pricing for this module (usage tier only):

  • Generate Widget (AI-powered widget creation) - $8.00 per generation
  • Extract Theme (AI-powered theme extraction) - $3.00 per extraction
Loading documentation...
Loading documentation...

Export Options

Export Components

Export all components as JSON

Export Design Tokens

Export design tokens

Import Data

Import components or themes

Instance

Connect your ServiceNow instance — widgets deploy to it and existing widgets are read from it

Test ServiceNow Connection

Verify your ServiceNow instance connection before importing/syncing