This document discusses serverless apps and computing. It begins by defining serverless computing as a cloud execution model where machine resources are allocated on demand by the cloud provider, removing the need for customers to manage servers themselves. It then outlines the benefits of the serverless model for student founders, including low costs since apps are only charged when in use (as opposed to monthly server fees) and the ability to easily try out projects without ongoing hosting fees. Various serverless technologies like AWS Lambda and Netlify Functions are also introduced.