Nathan Jessen
Software Engineer
AI Dev Tooling
- React + TypeScript Applications
- Storybook Component Systems
generate-story.ts
import Anthropic from '@anthropic-ai/sdk';
const client = new Anthropic();
async function generateStory(componentSrc: string) {
const { content } = await client.messages.create({
model: 'claude-opus-4-6',
max_tokens: 1024,
messages: [{ role: 'user',
content: `Generate a Storybook story
for: ${componentSrc}` }],
});
return content[0].text;
}
Portfolio
Featured Projects
AI-Powered Care Platforms
Contributed to two AI-powered platforms at A Place for Mom: a B2C care-finder helping families locate senior care facilities, and a B2B outreach tool connecting home care agencies with care-seekers via AI-driven speech/text pipelines and Twilio voice conferencing. Both shipped from prototype to production in under three months.
Next.jsReactTypeScriptStorybookTailwindTwilioPostHogJest
A Place for Mom
Contributed to frontend development of aplaceformom.com, a high-traffic Next.js platform helping families search for senior care and retirement facilities. Work focused on SEO optimization, performance, reliability, and migrating from legacy systems to a unified modern stack.
Next.jsReactTypeScriptStorybookTailwindAWSCloudinary