home Homebuild Toolsbug_report Errorsmenu_book Guideslightbulb Tipssmart_toy Promptsextension Extensionsfolder_open Resourcesinfo About
search

Configure Your Code

Use only letters, numbers, and underscores. Custom objects end in __c.

Available Templates

bolt

Trigger + Handler

Clean trigger with a dedicated handler class. Follows one-trigger-per-object best practice with context routing.

account_tree

Service Class

Business logic service class with static methods, error handling, and Database.SaveResult patterns.

all_inclusive

Batch Class

Complete Database.Batchable implementation with start, execute, finish methods and error logging.

science

Test Class

Test class with @TestSetup, positive/negative cases, bulk testing, and proper assertions.

schedule

Schedulable

Schedulable Apex class with execute method and a helper to schedule via Execute Anonymous.

queue

Queueable

Queueable Apex with chaining support, finalizer pattern, and async execution context.