#fasthtml 搜索结果
Transform static pages into live dashboards with real-time data. #fastHTML
Replicated our #L402 @fewsats marketplace using #FastHTML! 👨🔧 Can you spot the differences? Comparison (React - FastHTML) * Lines of Code: -74% (3.5k - 900) * # of Files: -71% (32 vs 9) * Deployment: Easy both (Vercel vs Replit) Although lines of…
Secrets in env vars, data in Atlas, email via API, deploy from Git. It’s a minimal, sensible stack that leaves room to focus on content, UX, speed, and the parts users will actually notice. #fasthtml #saas
🚀 FastHTML’s Tech Stack Simplified in 60 Seconds! ⚡🔹 HTMX for seamless client-side interactivity. 🔹 SQLite for fast, embedded data storage. 🔹Starlette for easy app routing. 🔹 Uvicorn as the high-performance server. 🔹 And Python at the core! #FastHTML #WebDev #Python
Bug hunt highlight: HTMX wasn’t swapping the right container. The root cause was a misplaced ID. Move the ID to the content container, swaps work, and the page feels instant and seamless. #fasthtml #saas
I built a tiny AI Chatbot using FastHTML and Monster UI. You can use it as a starting point for your own AI Chat app or paste it into your favorite LLM so it can use it as a reference/building block to help you build your own AI Chat app. #FastHTML
Yesterday morning having a look at #FastHTML launch Today, * Deployed working marketplace with #L402 payments: fast-html-l402-market.replit.app * One-click @replit deploy for anyone to fork: replit.com/t/fewsats/czjf… * Added FastHTML support to: github.com/Fewsats/L402-p… * Minor…
The "New Internet" vision is about making the web dev easy & accessible again. This weekend I gave it a try Key players: - Tailscale: Easy deployment 🚀 - #FastHTML: Rapid web dev in Python 🐍 Real-world example: 1. Old Raspberry Pi 1 ⚡ 2. Tailscale for internet connection…
Four stages drive the SAAS UX: welcome, lead info, quiz, results. A session cookie tracks the quiz, a UUID4 marks each lead, and a small state machine advances users without losing context. #saas #fastHTML
Getting very close to a v1.0 release of Shad4FastHtml now. Ironing out some functionality + fleshing out the docs and will merge it to prod once finalised. So nice working with #Fasthtml even without much Python experience. Heres a peak at whats coming:
After testing a few email-providers, I settled on SendGrid’s trial. Pro tip: use a domain older than a month or you’ll hit extra verification friction. #fasthtml #saas
Vercel, artık Python web uygulamalarını da destekliyor. :) Bir tane ornek yaptim: home: fasthtmlx.vercel.app path: fasthtmlx.vercel.app/your_username POST req deniyorum suanda :) Documentation: docs.fastht.ml #fasthtml #python #vercel
Just found a really cool Python web framework called FastHTML. I’ve used Django and Flask for many, many years, and it’s always exciting to still see new frameworks emerging these days to modernise and innovate the way we build web apps 👌 #FastHTML #webapp #ModernWeb #Python
Transform static pages into live dashboards with real-time data. #fastHTML
That welcome page needed love. I added a background image with simple inline styling. It shines on desktop, not perfect on mobile yet. Ship, learn, improve, repeat. Progress beats perfection every time. #fasthtml
Four stages drive the SAAS UX: welcome, lead info, quiz, results. A session cookie tracks the quiz, a UUID4 marks each lead, and a small state machine advances users without losing context. #saas #fastHTML
Data flow and CPU load aren't the only metrics: server delay tells a story too. #fastHTML
Secrets in env vars, data in Atlas, email via API, deploy from Git. It’s a minimal, sensible stack that leaves room to focus on content, UX, speed, and the parts users will actually notice. #fasthtml #saas
Would you take the full quiz when it goes live? I plan around fifteen targeted questions, sharper scoring, and richer recommendations. Your feedback will guide what ships. #fasthtml #saas
The app is live at quizzsaas.onrender.com/quiz/draupnerd… if you’re patient. #fasthtml #saas
Bug hunt highlight: HTMX wasn’t swapping the right container. The root cause was a misplaced ID. Move the ID to the content container, swaps work, and the page feels instant and seamless. #fasthtml #saas
Results pages show total and relative scores, category names, and tailored guidance. They double as follow-up assets for sales outreach, onboarding content, or remarketing. #fastHTML #saas
It’s live at quizzsaas.onrender.com/quiz/draupnerd…. Expect a brief warm-up, then a polished welcome, a 15-question run, and your result delivered back to your inbox with a link you can revisit. #fastHTML #saas
Replicated our #L402 @fewsats marketplace using #FastHTML! 👨🔧 Can you spot the differences? Comparison (React - FastHTML) * Lines of Code: -74% (3.5k - 900) * # of Files: -71% (32 vs 9) * Deployment: Easy both (Vercel vs Replit) Although lines of…
Yesterday morning having a look at #FastHTML launch Today, * Deployed working marketplace with #L402 payments: fast-html-l402-market.replit.app * One-click @replit deploy for anyone to fork: replit.com/t/fewsats/czjf… * Added FastHTML support to: github.com/Fewsats/L402-p… * Minor…
👩💻A few lines of code is all you need to launch a webapp with #FastHTML, the new framework by @jeremyphoward & @answerdotai team. 🧙Includes templates 4 AI apps: fastht.ml 🚀Give it a try & start building! .. also #opensource #scalable very fast. #ai4all #ai4good
Vercel, artık Python web uygulamalarını da destekliyor. :) Bir tane ornek yaptim: home: fasthtmlx.vercel.app path: fasthtmlx.vercel.app/your_username POST req deniyorum suanda :) Documentation: docs.fastht.ml #fasthtml #python #vercel
The "New Internet" vision is about making the web dev easy & accessible again. This weekend I gave it a try Key players: - Tailscale: Easy deployment 🚀 - #FastHTML: Rapid web dev in Python 🐍 Real-world example: 1. Old Raspberry Pi 1 ⚡ 2. Tailscale for internet connection…
Implementing a single-page experience is easier than you think. Dive into HTMX actions to redefine browsing flow. #FastHTML
Just found a really cool Python web framework called FastHTML. I’ve used Django and Flask for many, many years, and it’s always exciting to still see new frameworks emerging these days to modernise and innovate the way we build web apps 👌 #FastHTML #webapp #ModernWeb #Python
I deployed this model (with a 0.002 MSE) to HF (a Space for a #FastHTML frontend and a separate one for a fastai/FastAPI backend) and while it was okay it predicted obvious non-digits too high and obvious-digits not high enough. It just didn't *feel* like a good uesr experience
Crazy how easy to compose #FastHTML is. I wanted to plot data from python code. 1. Search fastHTML tag in X (ChatGPT / Claude have no knowledge yet) 2. First two links were already enough: 2.1. @jeremyphoward streamlit example below where form inputs (left) update values…
If you're looking for a Streamlit-style pattern in FastHTML, then this is the full code for a basic example with a form on the left and some results updated in real time on the right (just the form vals in this case): github.com/AnswerDotAI/fa…
I built a tiny AI Chatbot using FastHTML and Monster UI. You can use it as a starting point for your own AI Chat app or paste it into your favorite LLM so it can use it as a reference/building block to help you build your own AI Chat app. #FastHTML
Getting very close to a v1.0 release of Shad4FastHtml now. Ironing out some functionality + fleshing out the docs and will merge it to prod once finalised. So nice working with #Fasthtml even without much Python experience. Heres a peak at whats coming:
316 Loc and 6h later... I have a monitoring tool to visualize my browser agent w/ company OAuth login. I don't think you can do less code than this w/o #FastHTML
I don't need much of an excuse to start a new FastHTML project. Let's see where this leads @HamelHusain
Site: emoji-favico-ddanieltan.up.railway.app Do you like creating #FastHTML apps but find it hassle to source and host Favicons (that's the little logo that appears in your browser tab)? Well, I found a little one-liner that solves this problem for you using emojis 😊
Something went wrong.
Something went wrong.
United States Trends
- 1. Giannis 62K posts
- 2. Spotify 1.61M posts
- 3. Tosin 65.5K posts
- 4. Bucks 39.2K posts
- 5. Leeds 101K posts
- 6. Steve Cropper 1,403 posts
- 7. Milwaukee 17.8K posts
- 8. Andrews 9,760 posts
- 9. Poison Ivy 2,088 posts
- 10. #WhyIChime 2,085 posts
- 11. Isaiah Likely N/A
- 12. Brazile N/A
- 13. Maresca 49.8K posts
- 14. Danny Phantom 7,239 posts
- 15. Phantasm 1,621 posts
- 16. Purple 53.9K posts
- 17. Miguel Rojas 2,519 posts
- 18. Knicks 26.4K posts
- 19. Sunderland 48K posts
- 20. Wirtz 37.6K posts