Switch language한국어
Back to the list

What if your CI was just code? Workflows, a typed platform, and a model one function away

TL;DR AI

Key summary

2 min read
  1. Plain is pitching a built-in CI system where workflows are written in real languages like TypeScript, Python, or Go instead of YAML.

  2. The workflows use typed triggers and steps, so they can be validated by the compiler and edited with normal IDE support.

  3. A CLI lets developers run CI locally, making it easier to test and debug before pushing changes.

  4. Because the workflows are just code, teams can reuse functions, add loops, and parallelize work with constructs like Promise.all.

Read the original