# List55 info ## What is List55? List55 is a very simple web app that allows you to quickly transcribe audio into lists. I use it for a workout log, but you can use it for any kind of list. ## Where is my data stored? No data is stored on the server, aside from the audio and text while the request is in flight. We use cloud-based LLM providers for transcription and list processing, but neither List55 nor the LLM providers store the data after the transcription is complete. That said, the text is stored locally in your web browser using JavaScript localStorage. It will be cleared along with browsing data and cookies, so do not rely on it. ## Quota extension Requests are limited per user, but you can request an extension here: [https://forms.gle/hLC3EpWeUSYWdMDF6](https://forms.gle/hLC3EpWeUSYWdMDF6) ## Feedback and feature requests You can contact me here: [enzo@enzom.dev](mailto:enzo@enzom.dev). Requests for features are very welcome. ## How is this better than X? There are many tools that transcribe audio, including the Apple keyboard and ChatGPT. My aim with List55 is to make it fast to talk through a list and copy it so I can paste it into my Notes app, with minimal clicking, sign-ins, taps, prompting, fixing of errors, and so on. List55 currently uses Microsoft MAI 1.5, which has one of the lowest transcription error rates and one of the fastest processing speeds. The best way to use List55 is to open it in Safari, go to the Page Menu, set Mic to Always Allow, then press the three dots menu -> Share -> Add to Home Screen. This adds the List55 icon to your iPhone Home Screen, making it very fast to transcribe a list onto your clipboard, ready to paste into any app. ## My other projects [https://enzom.dev](https://enzom.dev) [https://madebyenzo.com/#list55](https://madebyenzo.com/#list55)