SeaGOAT is an open-source, local-first search engine to navigate your code base.
You can think of SeaGOAT as an alternative to `grep`, but unlike grep it does not require you to specify concrete keywords or regular expressions. Instead, you can simply describe what you are looking for.
For example: "Where are we fetching the username", "I want to change how the datetime is formatted in posts".
You can still use most features from `grep`, such as using regular expressions and keywords. For example "test assertions for number fields like user_.*"