Flask
Reddit take
Not enough linked mention summaries yet; the source excerpts below are the evidence.
Pros
- Tech stack: Flask/FastAPI backend, JavaScript frontend, SQLite database (~1M records). Targeting users who want to self-host.
- My web app was built with Python (Flask) and HTMX. I chose the strategy of building a server whose endpoints primarily return HTML. Sometimes they return the full UI, other times just a fragment to replace a piece. This kept my mental m...
- Python is also a great choice, especially with its demand and easy-to-learn frameworks like Django and Flask.
- Now, I'm also trying to learn Python with Flask.
- Flask has its own mini web server built in, look up WSL and Vscode and you can get a nice little dev environment set up where changes are made live as you edit code.
Cons
- I would prefer to use Flask or Laravel with a small backend but that doesn't work with Github/Cloudflare.
- My point is, I have a Ubuntu Linux server running a flask app and nginx.
- That's part of the reason I like Django over Flask. They're pretty similar except Django is more opinionated with more batteries included. Flask has similar syntax, similar templating but you can just do whatever the hell you like.
Sentiment
9 positive (75%) · 3 mixed (25%) · 0 negative (0%)
Trust + time weighted score: +76% · raw score 75%
What redditors said (10 of 12)
Tech stack: Flask/FastAPI backend, JavaScript frontend, SQLite database (~1M records). Targeting users who want to self-host.
My web app was built with Python (Flask) and HTMX. I chose the strategy of building a server whose endpoints primarily return HTML. Sometimes they return the full UI, other times just a fragment to replace a piece. This kept my mental model of how data needs to flow pretty simple. Very simple.
I would prefer to use Flask or Laravel with a small backend but that doesn't work with Github/Cloudflare.
My point is, I have a Ubuntu Linux server running a flask app and nginx.
Python is also a great choice, especially with its demand and easy-to-learn frameworks like Django and Flask.
Now, I'm also trying to learn Python with Flask.
Flask has its own mini web server built in, look up WSL and Vscode and you can get a nice little dev environment set up where changes are made live as you edit code.
That's part of the reason I like Django over Flask. They're pretty similar except Django is more opinionated with more batteries included. Flask has similar syntax, similar templating but you can just do whatever the hell you like.
Python is what I'm the most comfortable with, and then I can take advantage of python's web scraping libraries like beautifulsoup. I believe this will be the hardest part is just collecting the data, and then all other clients would just be consuming the API
flask is better suited for smaller projects
Compare
Related
- React · related · 204 mentions
- Visual Studio Code · related · 168 mentions
- Next.js · related · 151 mentions
- Claude Code · related · 137 mentions
- Astro · related · 88 mentions
- Laravel · related · 82 mentions