Non-developer builds crypto risk API with Claude in one afternoon

What was built
A non-developer with 17 years of prop futures trading experience used Claude to build RiskSnap in one afternoon. The creator noticed a gap in crypto AI agent trading stacks: no portfolio-level risk layer between signal and execution.
Technical implementation
RiskSnap is a FastAPI application with a single endpoint: POST /risk-snapshot. The endpoint scores crypto portfolios across 7 risk dimensions and returns structured signals that AI trading agents can act on directly.
Deployment and infrastructure
- Deployed to Render
- Custom domain at
api.risksnap.dev - 80s Wall Street terminal-style landing page
- Full README with schema documentation
- Open schema with free sandbox access
Development process
The creator used Claude Code to handle the engineering work while focusing on product decisions. The entire project was completed in one session.
Available resources
- Site:
risksnap.pages.dev - API documentation:
api.risksnap.dev/docs - GitHub repository:
github.com/smreal2000/Risksnap
The creator is asking whether others are using Claude as a full engineering team for non-technical founders.
📖 Read the full source: r/ClaudeAI
👀 See Also

Claude Code User Details Production App Challenges: Security, Compliance, and Edge Cases
A developer building a personal finance app with Claude Code for six months shares specific production challenges: security audits revealed self-escalation vulnerabilities and data leaks, Plaid integration required LLC/EIN setup and had technical bugs, and App Store rejections for non-technical issues.

Analysis of Anthropomorphism in Claude Pokemon Chat Using Bayesian Models
A researcher analyzed Twitch chat messages from Claude's Pokemon benchmark to study how users anthropomorphize the AI, using Bayesian mixed-effects models on 107k messages annotated by Gemini 2.0 Flash. False belief tags were strong predictors of anthropomorphism, increasing probability from ~11% to ~45%.

Running Local LLM Agents on Mac Minis with Telegram Interface
A developer shares a setup using 5 local LLM agents on Mac Minis, controlled via Telegram bots with zero API costs. The system uses LMStudio to serve models, tmux sessions for Claude Code, and 80 lines of Python for the Telegram bridge.

Rebuilding a Website with Claude Code, Strapi, and GCP Cloud Run
A developer rebuilt their Lovable website using Claude Code, Strapi as a headless CMS, and GCP Cloud Run for deployment. The project utilized custom skills for design, automation, and content pipelines, moving away from Lovable's credit system limitations.