trustmebro.reviews
Flask

Flask

Software Tool · Web frameworks & libraries · 12 mentions · 1 subreddit · discussed in r/webdev

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.
positive · u/c****7 · r/webdev · Aug 15, 2025 · open on Reddit ↗
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.
positive · u/S****v · r/webdev · comment · Jul 7, 2025 · open on Reddit ↗
I would prefer to use Flask or Laravel with a small backend but that doesn't work with Github/Cloudflare.
mixed · u/I****5 · r/webdev · Feb 11, 2025 · open on Reddit ↗
My point is, I have a Ubuntu Linux server running a flask app and nginx.
mixed · u/E****s · r/webdev · Feb 10, 2025 · open on Reddit ↗
Python is also a great choice, especially with its demand and easy-to-learn frameworks like Django and Flask.
positive · u/d****_ · r/webdev · comment · Feb 6, 2025 · open on Reddit ↗
Now, I'm also trying to learn Python with Flask.
positive · u/s****y · r/webdev · comment · Feb 6, 2025 · open on Reddit ↗
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.
positive · u/b****g · r/webdev · comment · Jan 30, 2025 · open on Reddit ↗
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.
mixed · u/M****n · r/webdev · comment · Jan 14, 2025 · open on Reddit ↗
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
positive · u/s****e · r/webdev · comment · Jan 10, 2025 · open on Reddit ↗
flask is better suited for smaller projects
positive · u/g****v · r/webdev · comment · Jan 8, 2025 · open on Reddit ↗

Compare

Related