I disagree. it creates a lot of awareness. half of the people watching probably already know what chatgpt is and they know that they will explain the ones watching besides them because they'll be like 'WTF'
OpenAPI --> Simple Language Open Protocol (a.k.a. SLOP)
- let your LLM understand ANY API
- reduce millions of tokens to thousands (e.g. githubs openapi is 2M tokens, becomes 30k tokens)
- easily find the APIs of platforms you're looking for. Support for Google, AWS, Cloudflare,
🛏️ Introducing Durable ORM (DORM); Unlimited SQLite DBs Directly In Your Worker
- 🔥 Abstracts away from the DO so you can just perform SQL queries to state from unlimited SQLite DBs, directly from your workers.
- 🔥 The query promises json directly from the worker. This makes
holy shit! I built uithub on Vercel more than a year ago, and built a v2 on workers early this year, but never finished it because it was slower.
I always assumed it was because of memory constraints (128MB), didn't even think about it being the CPU.
Just tested this and now
Yes! Cloudflare Worker Upload API (using FormData) now live!
See this simple HTML example that uploads a multi-file worker by just drag-and-dropping the folder to the browser.
Repo with more info below!
I don't work at Cloudflare, but I'm building a wrangler compatible API so you can deploy workers programmatically (without containers).
It works using a simple form submission (using multipart/form-data)!
This is where I'm at right now, first version coming soon:
Lmk in the
Preview time!
- Problem: the Cloudflare dashboard is incredibly slow to load and get an overview of your workers.
- Solution: Flaredream - Faster Cloudflare Dashboard
This initial version showcases how to build extremely fast websites using Cloudflare KV cache. It allows
Do you remember uithub? Uithub dashboard coming soon :)
Goal: bring all insights you want to see about your repos/sites/apps in 1 place.
- hosted domain
- usage stats
- openapis
- cost
- last deployment(s)
- # of tokens
- links to useful views
What would you want to see about
Cloudflare recently added support to access durable objects direclty from env imported from cloudflare:workers.
this inspired me to try something new!
introducing: "cloudflare-fs"👇🧵
Shipped! 🚢🚢🚢
Stripeflare: Simple Payments in Cloudflare Workers
This minimal example (just 1600 tokens!) shows how to easily build payments with stripe.
Shoutout to @carolkindell who I vibe coded this with :)