Skip to main content

 

Hi everyone, Duretti here from the Airtable Product team.

Today we're excited to announce the open beta of the Airtable Interface extensions SDK! This powerful toolkit lets developers create custom extensions that remix Airtable's functionality in entirely new ways. The Interface Extensions SDK puts the power of custom development directly in your hands.

Why we built it

Just like we've seen with our recent AI-Generated Interface Elements, our builder community constantly amazes us by pushing the boundaries of what's possible with Airtable. While our AI tools can generate interfaces from simple prompts, the Interface Extensions SDK gives technical builders the ultimate flexibility to create precisely what they envision through code.

The Interface Extensions SDK bridges the gap between Airtable's powerful data management capabilities and your unique business needs that require custom functionality.

What you can build

The possibilities are endless, but here are some examples of what builders have already created during our private alpha:

  • Custom data visualizations that go beyond standard charts and graphs
  • Advanced calculators for complex industry-specific formulas
  • Learning management systems for bespoke learning experiences tailored to  business-specific workflows

Getting started with the SDK

The Interface Extensions SDK leverages modern web technologies including React and JavaScript, making it accessible to front-end developers while providing the depth that experienced engineers need.

Key features:

  • Full access to base data through our robust API
  • Real-time updates when your data changes
  • Modern React-based development experience
  • Provided UI styling that matches Airtable's design system

How to join the open beta

Ready to start building? You can reference the video on this post for more in-depth set-up steps, but roughly:

  1. Make sure you have Node.js + npm installed
  2. Install the @airtable/block-cli
  3. Configure a Personal Access Token + register it with the CLI
  4. Start building your first custom extension

Note: The open beta is available to builders on Team, Business, and Enterprise Scale plans.

Developer resources

Here are some resources to help you succeed:

Share what you build

We're here to support your journey, and can't wait to see what you create! Share your projects, ask questions, and connect with fellow builders right here in this thread.  

Happy building!

-- Duretti

Hi ​@duretti, I don’t yet have the option to choose an Interface extension.  Is this because the rollout is still in process and perhaps hasn’t propagated to my account yet?  I’m the owner of a Team workspace.

 


Hi, Jake -- 

I see! in your case, you are looking at the right place. What you’ve screenshotted is Interface extensions and you are good to go. What you aren’t able to see is the data layer extension creation flow in builder hub. Hope this helps,

Duretti


Hi ​@duretti, I’m really excited to try this out! Thanks for all the hard work getting this live. Question about the SDK, have there been any updates/changes to how files can be uploaded/inserted to attachment fields?

 

I’ve spent some time experimenting with Data extensions in the past, trying to generate PDFs and insert them into my base. When trying to update an attachment field, it seems that the SDK only supported files that are uploaded to the web and accessible via public url. I was never able to create a workflow where I could generate and insert a pdf into my base without leaving Airtable or using another service. I did some brief testing with the AI-generated extensions and was never able to get Omni to do this properly. I suspect that there haven’t been any changes, but it never hurts to ask!


hi, ​@jmh20712  - thanks so much for trying out the new functionality! AI-generated elements are actually powered by this SDK, so any improvements we make here will show up there, and we’re actively working on adding new functionality. Naturally there are some gaps, like with attachments - so unfortunately no, this doesn’t exist at the moment.

 

That said, you’re not alone in wanting this functionality (we’ve gotten similar feedback around attachments recently), so we’ll add it to our roadmap to prioritize so that you can generate PDFs and insert them into your base as desired.

 

thanks for the excitement and the question!

Duretti


Hi,
In the right sidebar, the Data Source selector only lets me choose one table, and that’s the only one I can access in code.
Is there a way to read multiple tables from the same database within a single Custom Interface?
If so, how can I enable multiple data sources or query additional tables without creating separate interfaces?


hi, ​@Marco Noria  - thanks for the question! you’re right - at this time we don’t offer multiple table support, but we are actively working on that functionality and it should be available in the coming weeks. We do have a couple of limitations that are important to know about, and you can see more detail on that on our FAQ page

thanks!
Duretti


Reply