📄️ HTTP - Mirror Request
This is a simple example of a Phlow that mirrors a request to Phlow. It uses the http_server module to handle incoming HTTP requests and returns the request body as a JSON response.
📄️ CLI - Are you a student?
This is a simple example of a Phlow that uses the cli module to ask the user if they are a student. It uses the assert step to check the user's input and return different messages based on their response.