> ## Content Index
> Fetch the complete content index at: https://www.loud-trumpet.com/llms.txt
> Use this file to discover other available public pages before exploring further.

# Coming soon
- URL: https://www.loud-trumpet.com/coming-soon/
- Published: 2026-09-15T14:51:00.000Z
- Updated: 2026-09-15T19:45:43.000Z
- Author: Ryan Haugh
- Tags: News

This is Loud Trumpet, a brand new site by Ryan Haugh that's just getting started. Things will be up and running here shortly, but you can [subscribe](#/portal/) in the meantime if you'd like to stay up to date and receive emails when new content is published!

```typescript
const foo = 'bar';

function baz (arg1: string): string {
  return `${arg1}-changed`;
}
```