Getting Started

MOTK's public source release is being prepared. Here is what you can do today, and what setup will look like when it lands.

Today

Watch The Repo

Star or watch the GitHub repository— the public source release and the demo project will be announced there first.

Read How It Works

The architecture page explains the Sheets + Drive + Apps Script model, so you can judge the fit for your team before anything is installed.

Ask Questions

Open a GitHub Issuewith your team size and workflow — real questions shape what ships first.

Setup, When It Ships

MOTK is self-hosted in your Google account, so setup means deploying your own copy — scripted, with your own IDs, touching nothing outside your account:

1. Create The Workbook

A setup script creates (or migrates) the Sheets workbook that acts as your project database, and the Drive folders for originals and proxies.

2. Deploy The Web App

The Apps Script web app deploys from your own account and connects to your workbook. Your team signs in with their Google identities; roles come from the Users list.

Sensible Habits