TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

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

1 pointsby acoyfellowalmost 5 years ago

1 comment

acoyfellowalmost 5 years ago
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>