New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

@refinedev/airtable

Package Overview
Dependencies
Maintainers
5
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@refinedev/airtable

Airtable Data Provider for Refine, enabling seamless Airtable integrations.

latest
Source
npmnpm
Version
5.0.1
Version published
Weekly downloads
2.4K
186.51%
Maintainers
5
Weekly downloads
 
Created
Source
refine logo

Home Page | Discord | Examples | Blog | Documentation

Discord Twitter Follow

refine - 100% open source React framework to build web apps 3x faster | Product Hunt


refine is an open-source, headless React framework for developers building enterprise internal tools, admin panels, dashboards, B2B applications.

It eliminates repetitive tasks in CRUD operations and provides industry-standard solutions for critical project components like authentication, access control, routing, networking, state management, and i18n.

Airtable integration for refine

Airtable is a cloud-based platform for creating and sharing relational databases.

refine is headless by design, offering unlimited styling and customization options. Moreover, refine ships with ready-made integrations for Ant Design, Material UI, Mantine, and Chakra UI for convenience.

refine has connectors for 15+ backend services, including REST API, GraphQL, and popular services like Airtable, Strapi, Supabase, Firebase, and NestJS.

Installation & Usage

npm install @refinedev/airtable
import dataProvider from "@refinedev/airtable";

const App = () => {
  return (
    <Refine
      dataProvider={dataProvider("API_KEY", "BASE_ID")}
      /* ... */
    >
      {/* ... */}
    </Refine>
  );
};

Documentation

FAQs

Package last updated on 23 Oct 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts