Internal Tools

Internal Tools Tutorial

💡

If this is your first time deploying with Keel you might want to follow the basic tutorial before continuing.

In this tutorial we will create a simple interface to manage stock inventory. We will create 3 basic models in a Keel schema. Specifically, we'll create Product, StockItem and StockLocation models. These will let a user:

  1. list products
  2. create a stock location & create a product with stock items
  3. view a product
  4. find stock items
  5. remove a stock item
  6. list out-of-stock products
  7. create a stock item

You will learn how to create internal tools from actions and access them in the Keel Console (opens in a new tab).