Answers to your burning questions.
CustomScripts is a drop-in solution that enables your SaaS customers to create and run custom automation scripts directly within your application. Similar to Google App Scripts, it provides a flexible environment for creating scheduled tasks, event-driven automations, and on-demand functionality.
CustomScripts adds powerful customization capabilities to your product without you having to build complex automation features. This increases customer satisfaction, reduces churn, and differentiates your product from competitors by enabling customers to tailor your solution to their specific needs.
Yes. CustomScripts runs in a sandboxed cloud environment with strict memory and execution limits. Customer scripts cannot access your core application code or other customers' data. All script executions are logged and monitored for suspicious activity. Our goal is to take anonymous code security off your plate.
Updates are deployed automatically with zero downtime. All changes are backward compatible, ensuring that your customers' scripts continue to function properly after updates.
Integration is straightforward - just install our open source npm package on your frontend, add our API to your backend, and customize the appearance to match your application's design. Most customers complete the implementation within 1-2 days.
Currently, CustomScripts supports JavaScript and Python. We plan to add additional language options based on customer demand.
Currently, scripts have a 30-second execution time limit per run. This prevents resource abuse while still allowing for complex operations. For customers with more intensive needs, we offer extended runtime options in our Enterprise plan.