Simon Willison has launched datasette-apps, a new Datasette plugin that embeds sandboxed HTML+JavaScript applications directly inside a Datasette instance, giving each app live read-only SQL access to the underlying SQLite data. Apps run inside tightly restricted iframes using a combination of the sandbox attribute and injected Content Security Policy headers, preventing untrusted code from accessing cookies, localStorage, or external hosts. The concept originated from Willison's effort to replicate a Claude Artifacts-style experience inside Datasette Agent, before being promoted to a standalone top-level plugin.
Vercel announced that its plugin is now available in Grok Build. The changelog title suggests an integration between Vercel and xAI’s Grok Build environment, likely aimed at making it easier to use Vercel-related functionality from within that workflow. No article body was provided, so details such as supported commands, setup steps, pricing, limitations, or availability scope are not confirmed.
Hugging Face's official blog published an article taking a deep dive into why Gradio is not just another simple UI library, but the most advantageous…
Hugging Face has announced official support for the Panel framework on its Spaces hosting platform. Previously, Spaces already supported popular tools such as…