#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
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…
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:
Transform static pages into live dashboards with real-time data. #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
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
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…
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]:
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…
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
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
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
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
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:
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
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. Brian Cole 22.5K posts
- 2. #Kodezi 1,101 posts
- 3. #TrumpAffordabilityCrisis 2,505 posts
- 4. #NationalCookieDay 1,410 posts
- 5. Tong 18.2K posts
- 6. Woodbridge 4,600 posts
- 7. Eurovision 57.5K posts
- 8. Price 260K posts
- 9. The FBI 121K posts
- 10. Merry Christmas 66.7K posts
- 11. Walter Payton 11.7K posts
- 12. TPUSA 73.6K posts
- 13. Rwanda 25.8K posts
- 14. All-Big 1,936 posts
- 15. Happy Birthday Dan 3,232 posts
- 16. Earl Campbell 4,379 posts
- 17. #thursdayvibes 3,613 posts
- 18. soobin 75K posts
- 19. #WPMOYChallenge 22.4K posts
- 20. GLOWING FAYE AT RED SEA FILM25 113K posts