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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Show HN: CalcMaker.com – Quickly build custom forms and calculators

1 点作者 acoyfellow将近 5 年前

1 comment

acoyfellow将近 5 年前
CalcMaker is an online form builder, with a focus around creating results real-time in browser, (think like a custom order form, mortgage calculators, etc..). Includes touch-enabled drag and drop interface. I was able to scratch an itch, while working with a client on a new idea.<p>Tech stack:<p>* Sapper&#x2F;Svelte<p>* Tailwind<p>* Google&#x2F;Firebase: Functions, Firestore, Auth<p>* Cloudflare: cdn, workers&#x2F;kv<p>* Stripe: payments<p>The entire project (auth, database, payments) comes in normally under 200kb per page, even the heart of the application (the form editor) comes in @ 59kb. Nearly 100&#x27;s across the board in Lighthouse.. Only a few accessibility issues with the homepage. I&#x27;m also experimenting with a mix of exporting sapper and using firebase functions for SSR. If no static file is found in Cloudflare, it falls back to the Firebase SSR &#x2F; Sapper route.<p>Any questions or feedback let me know.<p>&gt; Homepage: <a href="https:&#x2F;&#x2F;calcmaker.com&#x2F;" rel="nofollow">https:&#x2F;&#x2F;calcmaker.com&#x2F;</a><p>&gt; No-signup Demo: <a href="https:&#x2F;&#x2F;calcmaker.com&#x2F;playground&#x2F;RxILjYhXs0JcHNPaYhTt" rel="nofollow">https:&#x2F;&#x2F;calcmaker.com&#x2F;playground&#x2F;RxILjYhXs0JcHNPaYhTt</a><p>&gt; Example of the end form: <a href="https:&#x2F;&#x2F;calcmaker.com&#x2F;-&#x2F;RxILjYhXs0JcHNPaYhTt" rel="nofollow">https:&#x2F;&#x2F;calcmaker.com&#x2F;-&#x2F;RxILjYhXs0JcHNPaYhTt</a>