Your Field Deserves AI

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Suspendisse varius enim in eros. Lorem ipsum dolor sit amet, consectetur adipiscing elit.

Thank you! Your submission has been received!
Oops! Something went wrong while submitting the form.

Open Source License: GPLView GitHub & Contribute

Spreadsheets connected to AI Apps

TRUSTED BY DEVELOPERS AT
Softkit requires macOS 10.11 and higher.

The Rantir SDK for the Field

Connect your construction, agriculture, transportation and manufacturing field with your Headquarters

Simple tools,
powerful effects

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Suspendisse varius enim in eros. Lorem ipsum dolor sit amet, consectetur adipiscing elit.

Empower every team
with good data

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Suspendisse varius enim in eros. Lorem ipsum dolor sit amet, consectetur adipiscing elit.

Ship pixel perfect
websites 2x faster

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Suspendisse varius enim in eros. Lorem ipsum dolor sit amet, consectetur adipiscing elit.

Workspace for any
type of project

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Suspendisse varius enim in eros. Lorem ipsum dolor sit amet, consectetur adipiscing elit.

Ship pixel perfect
websites 2x faster

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Suspendisse varius enim in eros. Lorem ipsum dolor sit amet, consectetur adipiscing elit.

We believe that success of AI will be based on collaboration, communication, and equality.

As a collective of ai-based products for enterprise, creatives, no-coders, and industrial professionals, we have a promise to no-coders, and industrial professionals, we have a promise to make AI accessible and easy to layer onto your current digital processes. Fine-tune custom models for higher performance at a lower cost using prompts to automatically integrate, automate and layer on any prompts to automatically integrate, automate and layer on an AI-based model including Open AI's GPT instances.

Start Your Financial Journey Today

Are you ready to take control of your finances and start your financial journey? Look no further than our platform.

Pixel perfect components
Unified cross-platform experience
OEM & Construction needs AI

An API that do the hard work for you

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Suspendisse varius enim in eros. Lorem ipsum dolor sit amet, consectetur adipiscing elit.

Install from CDN
Aenean faucibus nibh et justo cursus id rutrum lorem imperdiet.
Get started
Error monitoring
Aenean faucibus nibh et justo cursus id rutrum lorem imperdiet.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
const webflow = new Webflow({ token: api_token });

// Promise <Item>
const item = webflow.createItem({
   collectionId: '580e63fc8c9a982ac9b8b745',
   fields: {
      'name': 'Exciting blog post title',
      'slug': 'exciting-post',
      '_archived': false,
      '_draft': false,
      'color': '#a98080',
      'author': '580e640c8c9a982ac9b8b778',
      'post-body': '<p>Blog post contents...</p>',
      'post-summary': 'Summary of exciting blog post',
      'main-image': '580e63fe8c9a982ac9b8b749',
   },
});
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
const webflow = new Webflow({ token: api_token });

// Promise <Webhook>
const webhook = webflow.createWebhook({
   siteId: '562ac0395358780a1f5e6fbd',
   triggerType: 'form_submission',
   url: 'https://api.mydomain.com/webhook',
});
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
const webflow = new Webflow({ token: api_token });

// Promise <Item>
const item = webflow.patchItem({
   collectionId: '580e63fc8c9a982ac9b8b745',
   itemId: '58338a5735ca4f023b9f1847',
   fields: {
      'name': 'Patched Exciting blog post title',
      'slug': 'exciting-post',
      '_archived': false,
      '_draft': false,
      'color': '#4353FF',
   }
});
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
const webflow = new Webflow({ token: api_token });

// Promise <Item>
const item = webflow.updateItem({
   collectionId: '580e63fc8c9a982ac9b8b745',
   itemId: '58338a5735ca4f023b9f1847',
   fields: {
      'name': 'Updated Exciting blog post title',
      'slug': 'exciting-post',
      '_archived': false,
      '_draft': false,
      'color': '#a98080',
      'author': '580e640c8c9a982ac9b8b778',
      'post-body': '<p>Blog post contents...</p>',
      'post-summary': 'Summary of exciting blog post',
      'main-image': 'http://somesite.com/image20.jpg',
   }
});
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
const webflow = new Webflow({ token: api_token });

// Promise <Item>
const item = webflow.createItem({
   collectionId: '580e63fc8c9a982ac9b8b745',
   fields: {
      'name': 'Exciting blog post title',
      'slug': 'exciting-post',
      '_archived': false,
      '_draft': false,
      'color': '#a98080',
      'author': '580e640c8c9a982ac9b8b778',
      'post-body': '<p>Blog post contents...</p>',
      'post-summary': 'Summary of exciting blog post',
      'main-image': '580e63fe8c9a982ac9b8b749',
   },
});
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
const webflow = new Webflow({ token: api_token });

// Promise <Webhook>
const webhook = webflow.createWebhook({
   siteId: '562ac0395358780a1f5e6fbd',
   triggerType: 'form_submission',
   url: 'https://api.mydomain.com/webhook',
});
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
const webflow = new Webflow({ token: api_token });

// Promise <Item>
const item = webflow.patchItem({
   collectionId: '580e63fc8c9a982ac9b8b745',
   itemId: '58338a5735ca4f023b9f1847',
   fields: {
      'name': 'Patched Exciting blog post title',
      'slug': 'exciting-post',
      '_archived': false,
      '_draft': false,
      'color': '#4353FF',
   }
});
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
const webflow = new Webflow({ token: api_token });

// Promise <Item>
const item = webflow.updateItem({
   collectionId: '580e63fc8c9a982ac9b8b745',
   itemId: '58338a5735ca4f023b9f1847',
   fields: {
      'name': 'Updated Exciting blog post title',
      'slug': 'exciting-post',
      '_archived': false,
      '_draft': false,
      'color': '#a98080',
      'author': '580e640c8c9a982ac9b8b778',
      'post-body': '<p>Blog post contents...</p>',
      'post-summary': 'Summary of exciting blog post',
      'main-image': 'http://somesite.com/image20.jpg',
   }
});
Join the community

SDKs available in most major languages

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Suspendisse varius enim in eros. Lorem ipsum dolor sit amet, consectetur adipiscing elit.

Explore Web SDKs

Who’s using Softkit

Lorem ipsum dolor sit amet, consectetur adipiscing elit.
Suspendisse varius enim in eros.

View showcase

Use Rantir Yourself to build AI Apps.

Layer on AI yourself. Build an AI app or website and instantly with our Visual Programming Interface for Low-code Development. Take your No Code tool to new heights by integrating, processing, and transforming various events and data in real time.

We love our partners. View the Integrations Stacks.

Get started with learning No-Code, AI and everything creative when you mix the two. Join our live tuts at the Foundry.

Join the Community

See the get started with a Career in AI and No Code. We are actively hiring and contributing to over 1400+ Members
Inquire about hex OS

Build Better AI tools.
Get An AI Audit.

See if HexOS is right for your company. Get integration, automation and AI-based views on how your business can adapt better, faster and more cost effectively.

Get an AI Audit

Trusted by over 120+ Audits completed

Subscribe to know first

Receive monthly news and insights in your inbox. Don't miss out!

Thank you! Your submission has been received!
Oops! Something went wrong while submitting the form.