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: What's the easiest way to create a webapp to showcase my work?

1 pointsby factorymooover 1 year ago
Hi Hacker News,<p>I&#x27;m a data scientist and I&#x27;m working on a side project. I think it has potential and want to start showing it to the world and have people interact with it.<p>What&#x27;s the easiest way to do this?<p>If it was a &quot;static&quot; website where I&#x27;m just showing screenshots, I would spin up a wordpress or squarespace.<p>But I want this more dynamic. I want people to be able to upload PDFs, have my models process them, and have the results appear on the website.<p>Is there an &quot;easy&quot; way to do this? My tech skills stop at Python though I&#x27;m happy to pick up new skills. Ideally though, I don&#x27;t want the creation of the website to take longer&#x2F;more effort than the core project.

2 comments

MattGaiserover 1 year ago
You can get pretty far just with Python with Django. No need for an SPA and there are lots of libraries to make the file upload and such pretty painless.
bitfhackerover 1 year ago
Streamlit