惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

D
DataBreaches.Net
N
Netflix TechBlog - Medium
F
Fortinet All Blogs
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
宝玉的分享
宝玉的分享
Y
Y Combinator Blog
博客园 - 聂微东
WordPress大学
WordPress大学
酷 壳 – CoolShell
酷 壳 – CoolShell
B
Blog RSS Feed
小众软件
小众软件
The GitHub Blog
The GitHub Blog
S
SegmentFault 最新的问题
Hugging Face - Blog
Hugging Face - Blog
Jina AI
Jina AI
Microsoft Azure Blog
Microsoft Azure Blog
V
V2EX
B
Blog
H
Help Net Security
D
Docker
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
罗磊的独立博客
月光博客
月光博客
博客园 - 司徒正美

Hacker News: Ask HN

The New Window Delete ChatGPT Atlas Spyware Tell HN: Qwen Free Tier Is Discontinued Ask HN: SeedLegals Partnerships in London, worth it? Ask HN: How to highlight talent from untraditional backgrounds? Ask HN: We dont need a programming language now? Durable Object alarm loop: $34k in 8 days, zero users, no platform warning What if Time at the subatomic level has multiple arrows? How to add MidnightBSD Key to UEFI Secure Boot DBX? (Revoked and Forbidden Keys) Ask HN: What's your experience working at xAI as an AI tutor? Any engineers here with experience of clinical data standards? Ask HN: Who is using OpenClaw? Agent Skills for Software Test Automation Ask HN: Who needs contributors? Claude Code is thinking too much Ask HN: What Is the Big-O Order of a Jigsaw Puzzle? Ask HN: Stepping into a new role as a Senior, mentoring dos and dont's? Founder from Zurich heading to SF and Austin for the first time Hacker News No Manual Screenshots: I Built a Scalable Screenshot API Using Cloud Playwright Ask HN: Thought experiment: AGI giving us answers we don't like? Ask HN: I quit my job over weaponized robots to start my own venture 1% Vacancy, 81% Preleased: Where Midmarket Compute Deploys in 2026 Ask HN: Preferred pricing model for sound effects libraries? Copy of the email I sent to my undergraduate professors on Nov 30, 2025 Model API Performance | Hacker News Ask HN: Are open-weight LLMs the new offline encyclopedias? Valgrind 3.27 RC1 is out Claude Code OAuth down for >12 hours Ask HN: What's Better?–Tauri or Electron?
A Spec Driven Back end development platform which help in...
underminedus · 2026-05-04 · via Hacker News: Ask HN

I had build a CLI tool which help to scaffold the full project with docker, make, database setup.

https://go-bootstrapper-docs.vercel.app/. I found there are a many scaffolding tools like buffalo, vgo, bllueprint etc which does the same thing offering variety of features like db, router options.

In my case i have added a flag option where users can create a project using a YAML file. the thought process for this thing was to make the project spec driven or config driven where users can know which part does what?. then i made it more furthur in which i integrated with LLM (groq / ollama using docker). so now user just type what they want to build an you get YAML which then can be used to create the project. (Al does not generate code here.)

So for a long time i had a thought going in my head, to make a dedicated platform like lovable (I know i will get some comments about this but it is not what you think i am thinking in different way).

can we think of a platform or a tool which is spec driven where users enters their requirements or prompt, and we can see the project generation without any manual setup, architecture diagram which is synced with the project and more features.

I am thinking of building it like decide and design first -> approve -> create -> evolve. maybe if this work my next goal is to enforce best architectural best practices for production grade, integration with external API and make deployment less painful (I've to figure out.).

I know their are tools like replit, base44 which has same purpose but i want to give it a try and build something valuable.

If you have any suggestions, thoughts, or any thing they want to, they can in comment. I'd love to know your thought on this topic because i am thinking about this thing for couple of months.