Stormly Developer
Build AI-powered analytics templates using JS
Focus on developer productivity
Our API is super easy to use — focus on reusing building blocks to deliver the best analytics solutions and insights.
With only a little bit of JS you can build fully automated Templates that can be shared with the community.
- Forecast avg. user sessions next 7-days
- Predict Payment Conversion
Prepare forecast:
const sessionReport = new Report({reportType: "session",timeUnit: "day",dateRanges: ["LAST_180_DAYS"],report: {new_session: {timeUnit: "minutes",value: 30}}});const forecastedSessions = await PluginData.get("plugins/forecast", {data: sessionReport,params: {forecast_value: sessionReport.getDefaultValue(),forecast_periods: 7}});return {forecastedSessions};
Display forecast:
<Insight>{ data.forecastedSessions.helpers.renderAll() }</Insight>
Create Solutions Quickly
The Stormly API allows you to glue together big blocks, allowing you to have fully functional solutions in a day, not weeks. With a focus on providing the best experience for the developer, we greatly reduce the amount of time you spend on building the same thing over again.
Reuse Building Blocks
The platform and the community provide ready and easy-to-use building blocks like forecasting, prediction, clustering and other AI+ML plugins.
No Limitations
Templates work independent of the data being collected. Dig into your data without any limitations, use custom SQL everywhere, define virtual user properties and create custom plugins.
Makes Your Solutions Look Stunning
Our library of easy-to-use visualization components means your solutions to any data problem look great and understandable for end-users with little effort.
Deployable Solutions
We take care of deploying your solutions automatically for end-users, saving you the heavy lifting of scaling and getting models in production.
Notifications And Subscriptions
The platform takes care of letting users subscribe to interesting Insights, making sure they get their notifications and updates at the right time. With just a few lines of code you can get your notifications out there.
Save Money
By building solutions on our platform, you save on development effort and reduce the need for a big data-team.
Effortless Data Engineering
The Stormly platform takes care of the heavy lifting in preparing your datasets, making sure you don't get bogged down in the nitty gritty details so you can focus on making the highest quality solutions and models.