#fasthtml search results
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
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…
🚀 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
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…
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
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:
Got the #fastHTML chatbot demo working with astra-assistants. Open source, OpenAI Assistants compatible, persistent threads, messages, file_search, tool calling with any LLM. More to come!
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
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
Proud to share fashionistai.app - an AI Shopping assistant helping you browse all the major webshops with an intuitive interface. It's built using #FastHTML, a lot of custom CSS, API's of @Replicate and OpenAi Assistant API. #aiengineering #fashiontech
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've been working on `code-assistant` a #fasthtml app that uses LLMs to build other #fasthtml apps. It's a bit rough around the edges but a promising start. Watch it try to make a game for my four year old [uncut video]:
I've been using #FastHTML by @jeremyphoward and @answerdotai for a few months now and have been loving it! It makes building web apps much more accessible, especially to Python developers. Today I stumbled on the audio podcast feature in NotebookLM by @GoogleAI and was blown…
Need a lightning-fast and scalable web framework? FastHTML has arrived! Read more in this thread⚡🖥️ #FastHTML #WebFramework #TechInnovation
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
The state machine keeps complexity low: welcome to lead info to quiz to results. Each action advances state, and invalid quiz IDs fall back gracefully. No dead ends. #fasthtml #saas
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
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…
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…
👩💻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
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
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
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
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 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
Where did @DavidDeutschOxf say that? I built a #fastHTML app to search his videos & return timestamps — to support my Beginning of Infinity / Fabric of Reality deep dive! wdds.n-ventures.nl
Messing around with porting contact-app from @htmx_org to the awesome #FastHTML by @jeremyphoward. github.com/dharmatech/con…
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:
Something went wrong.
Something went wrong.
United States Trends
- 1. #GrabFoodMegaSalexหลิงออม 259K posts
- 2. Good Thursday 26.3K posts
- 3. SUSDT N/A
- 4. #WorldKindnessDay 8,142 posts
- 5. Rejoice in the Lord 2,105 posts
- 6. RIP Brooksie N/A
- 7. Larry Brooks N/A
- 8. PancakeSwap BNB Chain N/A
- 9. Happy Friday Eve N/A
- 10. #thursdaymotivation 1,749 posts
- 11. #SwiftDay N/A
- 12. #thursdayvibes 2,381 posts
- 13. Cynthia 51.8K posts
- 14. Namjoon 97.9K posts
- 15. Michael Burry 6,580 posts
- 16. New Zealand 15K posts
- 17. Jokic 30.9K posts
- 18. Eddie Guerrero 3,510 posts
- 19. Mikey 58.1K posts
- 20. Bill Clinton 42.4K posts