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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Ask HN: Looking for Feedback on Website

4 点作者 tholm8 个月前

2 条评论

tholm8 个月前
Recently relaunched the landing page for an OSS project that I work on, and am looking for feedback and first impressions.<p>Trying to fix issues we&#x27;ve had where the purpose of the project is misinterpreted, and trying to see if there are any gaps that can be addressed etc.<p>Thanks in advance for any feedback&#x2F;comments :)
solardev8 个月前
Just one data point: This is the first time I&#x27;ve ever heard of nitric, and I was unfortunately pretty confused by the website :(<p>&quot;Next Generation Cloud Development&quot; on a standard &quot;modern SaaS&quot; lookalike template... is it a webhost? A cloud code space like Codesandbox?<p>Then I read &quot;Nitric is an open source framework with building blocks for modern apps&quot;. I thought it was some sort of UI kit, like MUI.com.<p>But then it said &quot;Build for any platform with APIs, Storage, Databases, Functions, Messaging, and more&quot;, and I thought wait, maybe not, maybe something more like Vercel&#x2F;Next that whitelabels a bunch of other SaaSes and combines them into a framework? So it&#x27;s another JS framework...?<p>But I kept scrolling and the first code example is something called a &quot;greeter&quot; (what&#x27;s that?), which returns shapes. Huh? It&#x27;s a drawing lib API...? The diagram made things even <i>less</i> clear because it showed actual shapes flowing over the wire. Is it generating a SVG...?<p>But no, the next example is a database... migration...? That shows... a user being added, but returns a table? Thoroughly confused now =&#x2F; An I migrating a schema, adding a user, or querying a table?<p>At this point I still didn&#x27;t know what the actual service was...<p>Then the storage example was also confusing, not showing any way to specify the cloud being used (is there a cloud?), where the image comes from (what is imageData), and what is .file... is it a filename, is it a blob of some sort that&#x27;s being overwritten, what is a &quot;profile&quot; anyway, and why can I define its permissions at the same time I&#x27;m writing to it...? And still not clear what this service even <i>is</i>.<p>Fortunately, then I found the Github link at the top: <a href="https:&#x2F;&#x2F;github.com&#x2F;nitrictech&#x2F;nitric">https:&#x2F;&#x2F;github.com&#x2F;nitrictech&#x2F;nitric</a><p>THAT was much clearer, IMO. &quot;Easy infrastructure from code&quot;. Aha. So it&#x27;s an infrastructure orchestration system that spins up and manages cloud services from code? That instantly made sense. To me as a dev, something like &quot;Orchestrate cloud infrastructure directly in code. Any cloud, same syntax.&quot; would be a lot clearer than &quot;Next generation cloud development... building blocks for modern apps&quot;, which can mean anything from a web host to a UI lib to a nocode platform to an IDE, etc.<p>Maybe I&#x27;m just over-literal, but I honestly couldn&#x27;t tell what the home page was trying to say... for a while, I actually thought it was a placeholder page for some generic SaaS example, not an actual product. Everything was too abstract that I didn&#x27;t think they were real examples.<p>In my mind, the service is something like a Dockerfile or CI&#x2F;CD pipeline or Lando.dev – something that abstracts essential services in a provider-neutral way, and in code instead of config – but I didn&#x27;t get that at all until I read the Github.<p>I get that you&#x27;re probably trying to make the home page examples super concise and simple, but without seeing a realistic workflow, it was really hard to understand what was supposed to be happening. For example, having a realistic API example that does something relatively normal (authenticate a user, or send an email, or query a DB or whatever) would be way clearer than a &quot;greeter&quot; that returns a &quot;square&quot;.<p>I think that some before&#x2F;after comparisons might help too, e.g. &quot;here&#x27;s what uploading a new file looks like in nitric, vs using the AWS&#x2F;Azure&#x2F;GCP SDKs directly&quot;. Like an apples-to-apples comparison of what it&#x27;d take to spin up an account, manage the permissions, provision the instances, wait for them to boot, see their status, specify the tokens, convert some binary blob, upload it, see the results, etc.<p>I hope that didn&#x27;t sound harsh? I was trying to share my actual impression as a first-time user, which was confusion followed by eventual understanding following by &quot;this is actually pretty cool... I hope it gets more popular&#x2F;stable!&quot;
评论 #41643906 未加载
评论 #41644642 未加载