Prototype

— Prototype, more like Noobtotype (kill me please)


app1 thing

Walkthrough

— Take a stroll through the clean streets of my personal hellscape


Video

Overview

Automation is an underappreciated art form, filled with sprawling communities. However, it has been unapproachable & underground for the average Joe due to the time or education investments required.

nomaid aims to solve that by letting more people automate away their tedious tasks.

Core concepts & terminologies

Hook

A hook is an external event that happens. When said events happen, it can be said that “a hook has fired”.

Examples of hooks:

Action

An action is a thing you want to do.

Examples of actions:

Module

A module is an encapsulation of hooks & actions. You can have multiple hooks & multiple actions inside a single module.

Whenever one, of the possibly many, hooks fire, it executes every action defined in the module.

Task demonstrations

  1. Edit an existing module
  2. Create a new module
  3. Get a module from the store

User testing