Our web app operates entirely on the client-side, meaning all functionality is executed within the user's browser. No data is sent to or stored on any servers. Users can access the tool immediately without the need for sign-up or authentication.
Yes, your data is safe. Local storage is a secure method provided by web browsers to store data within the user's device. It can only be accessed by the same website that stored it, and it's not shared with other websites or servers.
Unfortunately, since the data is stored locally in your browser, it's not accessible from other devices. However, you can easily export your readme files and import them into another browser on a different device.
You can export your readme file as a .md file directly from the web app. Simply click on the export button, and the file will be saved to your device. Alternatively, you can copy the markdown content and paste it into any text editor to save it.
Our web app provides a simple and intuitive interface for creating readme files. Users can add sections such as project title, description, installation instructions, usage examples, and more. It also supports markdown syntax for formatting.
Yes, you can customize the layout and style of your readme file using markdown syntax. Our web app supports various markdown features, allowing you to create visually appealing and informative readme files.
No, there is no limit. You can create as many readme files as you need. Since everything is stored locally, you have full control over your projects and their associated readme files.
Absolutely! We welcome feedback, suggestions, and bug reports. Feel free to reach out to [email protected]. We're constantly looking to improve the tool based on user feedback.