HackerTrans
TopNewTrendsCommentsPastAskShowJobs

mobinpo

2 karmajoined 7 months ago

Submissions

[untitled]

1 points·by mobinpo·3 days ago·0 comments

Show HN: CodeAnswr – AI-powered Stack Overflow alternative, free forever

codeanswr.com
2 points·by mobinpo·5 months ago·1 comments

Show HN: CodeAnswr – Stack Overflow alternative with E2E encryption

codeanswr.com
3 points·by mobinpo·6 months ago·3 comments

[untitled]

1 points·by mobinpo·7 months ago·0 comments

[untitled]

1 points·by mobinpo·7 months ago·0 comments

comments

mobinpo
·5 months ago·discuss
Hey HN! I built CodeAnswr because I noticed a problem: everyone now solves coding problems with AI, but those solutions never get published anywhere searchable. Stack Overflow is dying because of it.

CodeAnswr is the fix — AI-assisted Q&A where the final answer gets published publicly, so the next developer searching for the same problem finds it instantly.

Key things I tried to get right: - Privacy scanner strips API keys, passwords, AWS creds before anything is stored or published - Built entirely on Cloudflare Workers + D1 + Pages — zero server costs - AI is Puter.js (free, unlimited) — no API key required from users - Full translation for 10 languages while preserving code blocks - MCP server so Claude/Cursor users can query it directly

Stack: SvelteKit + Hono.js + Cloudflare D1 + Puter.js Repo: https://github.com/mobinpo/Implementing-Developer-Hub-APIs

Would love feedback, especially on the privacy scanner and the publish-review flow.