This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| I need you to create the app defined in this PRD below | |
| PRD 2: Smart check-in with data sync | |
| Problem statement | |
| Patients arrive and wait for manual data entry while front desk staff juggle multiple systems. Information gets entered incorrectly, insurance cards need re-verification, and simple check-ins create bottlenecks during busy periods. | |
| Jobs to be done | |
| For patients: | |
| When I arrive for my appointment, I want to check in quickly without waiting for staff availability | |
| When my information has changed, I want to update it myself rather than explaining it verbally |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!DOCTYPE html> | |
| <html> | |
| <head> | |
| <title>Hello Page</title> | |
| <script src="https://unpkg.com/htmx.org@1.9.2"></script> | |
| </head> | |
| <body> | |
| <h1>Hello</h1> |