Server Actions
Mark an async function with "use server" and call it from a <form action> or a Client Component. The function runs entirely on the server — you can query your database directly.
Progressive Enhancement
Forms using Server Actions work even with JavaScript disabled, making them inherently accessible and resilient.