#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…
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…
🚀 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
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…
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
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
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:
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…
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!
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
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
Messing around with porting contact-app from @htmx_org to the awesome #FastHTML by @jeremyphoward. github.com/dharmatech/con…
Need a lightning-fast and scalable web framework? FastHTML has arrived! Read more in this thread⚡🖥️ #FastHTML #WebFramework #TechInnovation
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]:
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
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
👩💻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
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…
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…
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…
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
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
Implementing a single-page experience is easier than you think. Dive into HTMX actions to redefine browsing flow. #FastHTML
Messing around with porting contact-app from @htmx_org to the awesome #FastHTML by @jeremyphoward. github.com/dharmatech/con…
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
Need a lightning-fast and scalable web framework? FastHTML has arrived! Read more in this thread⚡🖥️ #FastHTML #WebFramework #TechInnovation
Something went wrong.
Something went wrong.
United States Trends
- 1. Jokic 24.2K posts
- 2. Lakers 54.2K posts
- 3. Epstein 1.62M posts
- 4. #AEWDynamite 49.2K posts
- 5. Nemec 3,116 posts
- 6. Clippers 13.8K posts
- 7. Shai 16.3K posts
- 8. #NJDevils 3,056 posts
- 9. Thunder 42.7K posts
- 10. #River 4,698 posts
- 11. Markstrom 1,217 posts
- 12. #Blackhawks 1,594 posts
- 13. Ty Lue N/A
- 14. Sam Lafferty N/A
- 15. Nemo 8,685 posts
- 16. #AEWBloodAndGuts 5,827 posts
- 17. Kyle O'Reilly 2,231 posts
- 18. Steph 29.4K posts
- 19. Rory 7,907 posts
- 20. Spencer Knight N/A