HN user

knutmartin

69 karma
Posts69
Comments11
View on HN
www.octopusintelligence.com 18h ago

The Future of Business Technology: Tools to Work Smarter (Octopus Intelligence)

knutmartin
2pts0
www.portotheme.com 2d ago

Smart Business solutions helping businesses succeed (blog post)

knutmartin
2pts0
snill.ai 3mo ago

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

knutmartin
3pts3
news.ycombinator.com 4mo ago

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

knutmartin
2pts0
news.ycombinator.com 5mo ago

Show HN: Give your OpenClaw agent a serverless back end

knutmartin
2pts0
github.com 1y ago

Show HN: Codehooks MCP-server beta – deploy automations and integrations quickly

knutmartin
1pts0
codehooks.io 1y ago

Show HN: Build Stateful JavaScript Workflows with Codehooks' New API

knutmartin
2pts0
alltoolz.dev 1y ago

Show HN: AllToolz.dev – easily find the devtools you need

knutmartin
6pts0
codehooks.io 1y ago

Show HN: LLM prompt template to build backend APIs faster

knutmartin
7pts2
github.com 6y ago

Show HN: How to Add Persistence to Samsung Bixby Capsules

knutmartin
2pts0
restdb.io 6y ago

Show HN: How to automate incoming emails with a restdb.io database

knutmartin
4pts0
restdb.io 7y ago

Show HN: Easily Customize How You Share APIs with Restdb.io Intercepts

knutmartin
2pts0
restdb.io 7y ago

Show HN: Restdb.io database now supports ES6 JavaScript snippets/codehooks

knutmartin
4pts0
restdb.io 7y ago

Show HN: Dynamic database site template with Bootstrap and restdb.io

knutmartin
3pts0
restdb.io 8y ago

Show HN: Instant SSL-Secured Dynamic Web and API with Restdb.io and Lets Encrypt

knutmartin
3pts0
restdb.io 8y ago

Show HN: Create a multicampaign landing page with RestDB.io (tutorial)

knutmartin
1pts0
restdb.io 8y ago

Show HN: Restdb.io now supports Swagger API docs for all databases

knutmartin
4pts0
www.sitepoint.com 8y ago

Show HN: How to Build a Basic Twitter Analytics App with RestDB

knutmartin
2pts0
www.sitepoint.com 8y ago

Show HN: How to create a simple CMS with restdb.io

knutmartin
1pts1
restdb.io 8y ago

Show HN: From Excel-hell to cloud database heaven in 5 steps

knutmartin
26pts6
restdb.io 8y ago

Show HN: Working with hierarchies in a NoSQL database

knutmartin
3pts0
restdb.io 9y ago

Show HN: Create a React realtime app with Eventsource and restdb.io

knutmartin
5pts0
restdb.io 9y ago

Show HN: How we created an email campaign tool using serverless only

knutmartin
2pts0
restdb.io 9y ago

Show HN: Microsoft Northwind database in the serverless cloud

knutmartin
2pts0
www.sitepoint.com 9y ago

Show HN: How to build a Twitter Follower Farmer detection app with restdb.io

knutmartin
3pts0
restdb.io 9y ago

Announcing MongoDB Atlas support for restdb.io

knutmartin
2pts0
restdb.io 9y ago

Show HN: Relations in a NoSQL database

knutmartin
6pts0
restdb.io 9y ago

Show HN: REST API generator for popular programming languages

knutmartin
8pts0
restdb.io 9y ago

Show HN: Use Gmail with restdb.io codehooks for simple programmatic emails

knutmartin
4pts0
restdb.io 9y ago

Show HN: Transactional emails with Javascript and restdb.io codehooks

knutmartin
3pts0
[dead] 5 months ago

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...

One of the frustrating aspects of using prompts to generate code is that the output can vary quite a bit even with the same prompt. Creating an API which use the OpenAI APIs for mission critical solutions feels a bit scary and unpredictable. For structured output, I know people use libraries like Pydantic with Python. I don't now the best approach to deal with this with regards to code generation, though. For now, I guess having an experienced software engineer examine the code is essential.