# Saffron TODO > Note: as mentioned in LAYOUT.md, these docs exist solely for me, the maintainer, to assist with the massive undertaking of creating a UI framework from scratch. This message will be removed then the docs are ready. ## Layouting - Implement SCALE and STRETCH support instead of assuming FIXED - Implement alignment support instead of defaulting to LEFT/TOP - Implement scrollable boxes/containers ## Widgets - Implement text widget - Implement button widget - Implement input widget - Implement textfield widget ## Examples - Add more tests and examples, for example: - Calculator app - Image viewer - Todo list