Skip to main content
Connect your Airtable data with a single prompt. Airtable is a cloud-based platform that combines the simplicity of a spreadsheet with the power of a relational database. Connect it to Rocket and describe the data views you need in chat. Rocket generates forms, dashboards, and filtered lists that read from and write to your Airtable bases automatically.Prerequisites:
  • A Rocket account at rocket.new.
  • An Airtable account with at least one base.
  • The Rocket mobile app installed (for mobile setup).

What you can use it for

Manage contacts, deals, and sales pipelines with a clean interface backed by Airtable data.Try this prompt:
Build a CRM dashboard that shows all leads from my Airtable base.
Include a form to add new leads and a pipeline view with drag-and-drop stages.
Rocket creates: lead table view, add-lead form, pipeline board, and status filters.
Plan and schedule blog posts, social media content, and marketing campaigns from a shared calendar.Try this prompt:
Create a content calendar that pulls posts from my Airtable base.
Show a monthly calendar view with status labels (Draft, In Review, Published).
Rocket creates: calendar UI, post detail modal, status badge system, and new-post form.
Track stock levels, product details, and reorder thresholds for physical or digital goods.Try this prompt:
Build an inventory dashboard from my Airtable products table.
Show stock levels, a low-stock warning banner, and a form to update quantities.
Rocket creates: product table, stock-level indicators, alert banner, and inline editing.
Organize tasks, assign team members, and track progress across projects.Try this prompt:
Create a Kanban board that syncs with my Airtable tasks base.
Columns should be To Do, In Progress, and Done. Let users drag tasks between columns.
Rocket creates: Kanban board, task cards, drag-and-drop handlers, and Airtable sync logic.
Collect RSVPs, manage attendee lists, and display upcoming events from Airtable.Try this prompt:
Build an event listing page from my Airtable events base.
Include an RSVP form that writes back to Airtable and a countdown timer for each event.
Rocket creates: event cards, RSVP form, attendee count display, and countdown component.

Get your credentials

Airtable connects to Rocket via OAuth. No API key is needed. During setup, Rocket redirects you to Airtable’s authorization page where you grant access to your bases. Rocket never stores your Airtable password.

Detailed setup

Open Integrations

  • Open any project.
  • Go to Integrations.
  • Click the Airtable card.

Authorize Airtable

  • Click Connect.
  • You will be redirected to Airtable’s authorization page.
  • Log in to your Airtable account if prompted.
  • Review the permissions and click Grant access to allow Rocket to read and write to your bases.
A green dot next to Airtable in your integrations list confirms the connection is active.

Disconnect Airtable

  • Click the Airtable integration again.
  • Click Disconnect to remove the connection.

Prompt cookbook

Copy-paste these prompts after connecting Airtable to build common data-driven features:
Use casePrompt
Lead dashboardShow all leads from my Airtable base in a sortable table with status filters.
Add-record formCreate a form that adds new contacts to my Airtable Contacts table.
Content calendarBuild a monthly calendar view of blog posts from my Airtable content base.
Inventory trackerDisplay products from Airtable with stock levels and a low-stock warning badge.
Kanban boardCreate a drag-and-drop Kanban board synced with my Airtable tasks base.
Search and filterAdd a search bar and category filter to my Airtable product listing page.
Detail pageWhen a user clicks a row, open a detail page showing all fields for that Airtable record.
CSV exportAdd an "Export to CSV" button that downloads all visible Airtable records.
ChartsShow a bar chart of leads by status using data from my Airtable base.
Inline editingLet users edit Airtable records directly in the table without opening a separate form.

Tips and limitations

  • Airtable connects via OAuth. No API key is needed. Rocket never stores your password and you authorize access through Airtable’s own login flow.
  • Base structure matters. Make sure your Airtable base has clear table and field names. Rocket reads these to generate accurate views and forms.
  • Rate limits apply. Airtable limits API requests to 5 requests per second per base. High-traffic apps may need caching or a dedicated backend.
  • Deleting records in Airtable is permanent. Rocket can create, read, and update records, but be cautious with delete operations since Airtable does not have a built-in undo for deleted rows.
  • One Airtable account per project. Each Rocket project connects to one Airtable account. Use different projects for different Airtable accounts.

What’s next?