Developer
— 9 min read
Building a Hindley Milner Type Inference System for Airscript
At Airkit, we developed our own programming language called Airscript. In case you’re curious why we built our own programming language, take a look at this Airkit blog! When developers build apps with Airscript, we want them to feel confident about the code they write. This is the job of Airscript’s type checker. It helps […]

Developer
— 17 min read
Airscript – a programming language designed to deal with sensitive data
Airkit is a low-code platform that allows users to build and deploy enterprise web apps. At Airkit, we developed Airscript, our own programming language, as the language developers use to build Airkit apps. You’re probably wondering – why did we build our own programming language instead of using a more widely adopted language like Javascript? […]

Developer
— 18 min read
Building a robust code completion engine using ANTLR
Airscript, Airkit’s programming language, is what allows for the multitude of powerful features our low-code platform offers. Writing our own programming language allows for a very powerful custom feature set (e.g. variable level metadata boxing which allows us to track sensitive information across the whole system – blog on this coming soon). However, it also […]
Developer
— 5 min read
Security & Compliance Q&A with Airkit Co-Founder & CTO Adam Evans
Adam Evans is one of the co-founders of Airkit and it’s CTO. Adam previously was an Entrepreneur in Residence at Morganthaler and co-founded RelateIQ which was purchased by Salesforce. He leads Airkit’s engineering and product team with a unique blend of technical know-how, business savvy, and a strong product vision. Airkit recently released Airkit […]

Developer
— 4 min read
The Advantages of Low-Code
Airkit is a Platform as a Service (PaaS) that helps businesses rapidly develop customer applications: “Crawford has already achieved a 20x reduction in development times while reducing total cost of ownership for app development by $13M over three years.” If you aren’t familiar with Airkit, or Low-Code in general, here are the benefits: 1) Reduce […]

Developer
— 5 min read
Why Full Stack Developers ❤️ Airkit
Authors: Jeff Whitehead, CIO Airkit and Zhenyu Li, Staff Engineer, Airkit Many developers are skeptical of low code, as they have little or a previous negative experience with them (typically as too limiting in their capabilities), but Airkit is a different Low Code experience – designed for leverage and rapid development, with the power that […]

Developer
— 3 min read
Embedding apps on websites and SaaS platforms
Have you ever wished to have the ability to modify or enhance a SaaS platform in a way that the vendor didn’t natively support? Airkit is a rapid development platform that can help you efficiently build and iterate whatever tooling you or your customers need, and display it exactly where you want it. Airkit enhances […]

Developer
— 5 min read
From Customer to Teammate: Kyung Bae’s journey from MetLife Architect to Airkit
Today, Kyung Bae builds large-scale, complex solutions for Airkit customers. He specializes in dreaming up and building software tools that have an outsized impact. The type of tools that save Airkit users hours and hours of time while leveling up their company’s customer experience. But, his path to becoming Head of Solutions Engineering at Airkit […]

Developer
— 10 min read
Using API Gateway to deliver egress IPs with AWS and Terraform
Airkit IP-Ranges Here at Airkit, we provide an HTTP(s) endpoint (ip-ranges.airkit.com) that produces a JSON list of all possible egress IP addresses that traffic could use when establishing a connection between Airkit and any other external service. Hopefully one day the internet as a whole can move past deny/allow lists to full zero-trust security models. […]