Rowy website screenshot

Rowy

Rowy is an open-source low-code backend platform that puts an Airtable-like spreadsheet UI on top of Google Cloud Firestore, with JavaScript/TypeScript Cloud Functions, column automations, and webhooks. It is primarily a UI plus a Firebase/GCP framework deployed into the user's own project; its main inbound API surface is per-table webhooks running on Cloud Run, alongside Rowy Run backend services and the underlying Firestore data store accessed via the Firebase SDK.

3 APIs 0 Features
Low-CodeBackendFirestoreFirebaseWebhooksCloud Functions

APIs

Rowy Webhooks

Rowy's primary inbound API surface. Each table can generate an HTTPS webhook endpoint running on Google Cloud Run (the rowy-hooks service) that receives POST requests from exter...

Rowy Run / Cloud Functions

Rowy Run is a group of Google Cloud Run services (rowy-backend and rowy-hooks) deployed into the user's own GCP project that powers derivatives, action scripts, webhooks, user m...

Rowy Firestore Data

Rowy tables map directly onto Google Cloud Firestore collections. Programmatic data access is not a Rowy-specific REST API; it is the underlying Firestore data store reached via...

Collections

Rowy

OPEN

Pricing Plans

Rowy Plans Pricing

3 plans

PLANS

Rate Limits

Rowy Rate Limits

3 limits

RATE LIMITS

FinOps

Rowy Finops

FINOPS

Resources

🔗
DomainSecurity
DomainSecurity
👥
GitHubOrganization
GitHubOrganization
🔗
LinkedIn
LinkedIn
🔗
Website
Website
🔗
Documentation
Documentation
🔗
Plans
Plans
🔗
RateLimits
RateLimits
🔗
FinOps
FinOps

Sources

Raw ↑
opencollection: 1.0.0
info:
  name: Rowy
  version: '1.0'
  description: Rowy has no fixed public REST API. Its main inbound API surface is per-table webhooks running on Google Cloud
    Run (rowy-hooks) in the user's own GCP project. The webhook URL is generated per table and is not a fixed host; replace
    the example URL with your generated Rowy webhook endpoint.
items:
- info:
    name: Webhooks
    type: folder
  items:
  - info:
      name: Send data to a Rowy table webhook
      type: http
    http:
      method: POST
      url: '{{rowyWebhookUrl}}'
      body:
        type: json
        data: '{}'
    docs: 'POST a JSON payload to a Rowy table''s generated webhook endpoint. A low-code parser function maps the request
      body into a new row. Built-in webhook types: Basic, Typeform, Sendgrid, Github. The endpoint URL ({{rowyWebhookUrl}})
      is generated per table on Google Cloud Run inside your own GCP project.'
bundled: true