George Thomas

⛓️ A new toy: Link, Laugh, Love

Try it out at: geotho.github.io/link-laugh-love

Sometimes, you just need to link stuff to other stuff.

For example, if you have a Kubernetes Pod name, and you want to link to its Logs, and its metrics, and its YAML.

Or if you have Customer ID, and you need to link to various internal systems.

You’d want to able to create a single page which multiplexes to all these other pages, and one that is able to forward query parameters to the other pages.

Enter Link, Laugh, Love.

Some notes:

  1. You can create and edit link pages.
  2. Include variables by wrapping them in double curly braces, e.g. {{pod}}.
  3. Specify values for these variables as query parameters, e.g. ?pod=foo.
  4. There’s no server-side component — your links just live in LocalStorage as JSON. If you’d like the ability to share, send me an email.