This is a web app that simulates Conway's Game of Life. You can edit single cells or place premade patterns from LifeWiki on the board. The app has about 1,000 patterns that you can search for or filter by type (oscillator, spaceship, etc.).
You can play Game of Life here or build it from source using npm:
npm install
npm run build -- -p
open dist/index.html