TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Show HN: ProductDiv – A Website Editor for Developers

6 点作者 awestbro大约 3 年前
I&#x27;ve been working on a library for developing websites visually. There are many tools for building websites, but none that fit my workflow as a front-end developer, so I made my own! It is an open source library called ProductDiv and it lets you:<p>- Drag and drop any HTML template into your site.<p>- Change elements with utility classes you can customize<p>- Export clean HTML elements and copy into your source code.<p>- Use in any framework!<p>ProductDiv is developer-first, meaning the configuration for the editor lives in your source code. You can evolve the configuration as your project grows (as it inevitably will!). This lets you standardize design patterns and makes it easy to distribute high quality components to your team.<p>I published a demo at <a href="https:&#x2F;&#x2F;awestbro.github.io&#x2F;" rel="nofollow">https:&#x2F;&#x2F;awestbro.github.io&#x2F;</a> that includes Bootstrap 5 utility classes and some basic templates to experiment with.<p>I would love your feedback on UX and to answer the big question: Would you use this in your project? Why or why not?

1 comment

goodburb大约 3 年前
This is very useful for small projects with &#x27;Github pages&#x27; project frontpage, thanks!