A collection of projects built with the Claude API β covering AI-powered apps, prompt engineering, log analysis, and technical interview prep.
Built by Manjee | Solutions Engineer | Claude API
| Project | Description | Stack |
|---|---|---|
log-analyzer |
Paste Sumo Logic / CloudTrail logs and get AI-powered diagnosis | Node.js + Claude API |
prompt-library |
Prompt engineering templates for support, SE, and troubleshooting workflows | Markdown + JSON |
claude-chat-app |
Minimal but polished Claude chat UI | HTML/CSS/JS + Claude API |
se-interview-prep |
AI-powered SE interview coach | Node.js + Claude API |
Each project has its own README.md with setup instructions. All projects require a Claude API key.
export ANTHROPIC_API_KEY=your_key_hereGet your API key at console.anthropic.com.
- Claude API integration (messages, system prompts, streaming)
- Prompt engineering patterns (few-shot, chain-of-thought, role prompting)
- Log analysis and observability tooling (Sumo Logic, CloudTrail, SNS)
- Technical communication for SE/Support workflows