quip / quip-apps

Quip Live Apps API for creating applications in Quip documents.
Apache License 2.0
107 stars 75 forks source link

Quip Live Apps

The Quip Live Apps platform enables developers to extend the Quip document canvas with interactive, custom components. The goal of the platform is to expand the scope and capabilities of Quip's living documents.

Quick Overview

You can interact with the Live Apps developer platform via our command line too, quip-cli. To get started, make sure you have a modern (e.g. v10+) version of node.js, then run:

npm install -g quip-cli

You will also want to log in to Quip before interacting with the platform:

quip-cli login

Once you're logged in, you can create your first app using:

quip-cli init

This will launch an interactive prompt which will ask you some questions about your application, then it will do the following:

After init completes, you should be able to at-mention the app in a document, and point it at your development environment:

CLI Demo

For more details on how to use the Live Apps, consult the official Getting Started Guide and API Reference.

Questions? Ask other Quip developers on Salesforce Stack Exchange.

lerna