HackerTrans
トップ新着トレンドコメント過去質問紹介求人

knutmartin

no profile record

投稿

Show HN: Snill – Describe your business, get a complete internal system

snill.ai
3 ポイント·投稿者 knutmartin·3 か月前·3 コメント

[untitled]

1 ポイント·投稿者 knutmartin·4 か月前·0 コメント

Show HN: Prompt → Schema → CRUD API and Admin UI (New Codehooks Template)

2 ポイント·投稿者 knutmartin·5 か月前·0 コメント

[untitled]

1 ポイント·投稿者 knutmartin·5 か月前·0 コメント

Show HN: Give your OpenClaw agent a serverless back end

2 ポイント·投稿者 knutmartin·5 か月前·0 コメント

[untitled]

1 ポイント·投稿者 knutmartin·8 か月前·0 コメント

コメント

knutmartin
·3 か月前·議論
Re: output format

The output (used by the user interface) is a JSON schema (DSL) which defines the whole app (collections, fields, relations, pages, access/roles menu etc). It can be changed throughout the lifetime of the application. The built-in revision control makes it easy to revert changes.
knutmartin
·3 か月前·議論
[dead]
knutmartin
·5 か月前·議論
In the article (link below) the author vibe-coded a full-stack React “todo” app with an Claude Code and had it live on the internet in under 90 seconds — including frontend, backend, database, REST API, Swagger docs, and deployment — without writing a single line of code by hand.

The key takeaway isn’t just the speed. What made the rapid turnaround possible was the stack itself: a low-ceremony platform (Codehooks.io) that keeps frontend and backend together, avoids CORS and infra config, and uses schema-driven APIs so the AI doesn’t get stuck on peripheral problems.

Instead of AI nirvana, the article argues we should be thinking about what stacks maximize AI productivity — the ones that remove friction points and keep the feedback loop tight between idea and deployment.

Link: https://dev.to/restdbjones/i-vibe-coded-a-full-stack-react-a...