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.

Ask HN: Tech stack suggestion for a simple desktop app

1 pointsby sreeramvenkatover 2 years ago
Hello HN,<p>I want to develop a simple desktop application for a non-profit, that will be used to store monetary contribution data from donors.<p>There should be a facility to generate receipts, get monthly reports and query the data offline.<p>The software will be running in a Windows based Desktop machine. The desktop machine is low end (1 GB RAM).

1 comment

stan-donariseover 2 years ago
Hi, for this case I think you can use Grist, it might be the fastest way. There you create data tables and set up logic for calculated columns using python. After that you can use <a href="https:&#x2F;&#x2F;support.getgrist.com&#x2F;widget-custom&#x2F;#html-viewer" rel="nofollow">https:&#x2F;&#x2F;support.getgrist.com&#x2F;widget-custom&#x2F;#html-viewer</a> to generate receipts<p>I like Grist and have made a few tools for it that might come in handy for you: Docxtemplater widget: <a href="https:&#x2F;&#x2F;community.getgrist.com&#x2F;t&#x2F;generate-docx-from-template-custom-widget&#x2F;1336&#x2F;7" rel="nofollow">https:&#x2F;&#x2F;community.getgrist.com&#x2F;t&#x2F;generate-docx-from-template...</a>. Electron version for offline work on windows: <a href="https:&#x2F;&#x2F;github.com&#x2F;stan-donarise&#x2F;grist-core-electron" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;stan-donarise&#x2F;grist-core-electron</a><p>But if you&#x27;d rather use this project to improve your programming skills, I suggest using something more challenging.