Your work is automatically saved to your browser’s local storage as you make changes. There’s no need to manually save — every edit you make is preserved instantly.
Your README data is stored locally in your browser and is not sent to any server. This means your work persists between sessions, but it’s specific to the browser and device you’re using.
Can I use the editor offline?
Yes! Once you’ve loaded the editor in your browser, it works offline. The application is built as a Progressive Web App (PWA), so you can continue editing even without an internet connection. Your changes will be saved to local storage as usual.
Is my data stored on your servers?
No. All your README content is stored locally in your browser’s storage. The Readme.so editor does not send or store your data on any external servers. This ensures complete privacy and security for your work.
Because data is stored locally, clearing your browser cache or using a different browser will result in losing your saved work. Make sure to download your README file regularly.
Can I access my work from different browsers or devices?
Since data is stored in local browser storage, your work is not automatically synchronized across browsers or devices. To move your work between devices, download the README.md file and manually transfer it.
Yes! In addition to the 30+ pre-built section templates, you can create custom sections:
Click the Custom Section button (with a plus icon) in the sections list
Enter a title for your new section
Click Add Section
Edit the content just like any other section
Custom sections give you complete flexibility to add any content not covered by the default templates.
How do I reorder sections?
Sections can be reordered using drag-and-drop:
Click and hold on any section in the editor column
Drag it to your desired position
Release to drop it in place
The preview updates in real-time as you rearrange sections.
Can I remove a section after adding it?
Yes. To remove a section, click the trash/delete icon next to the section in the editor column. The section will be removed from your README, but the template remains available in the sections library if you want to add it again later.
How do I edit section content?
Click on any section in the middle editor column to open it for editing. You can write and format content using Markdown syntax. The Monaco editor provides syntax highlighting and formatting assistance as you type.
Look for the language dropdown in the navigation bar (typically shows a flag or language code)
Click it to open the language selector
Choose from available languages: English, Chinese (简体中文), Portuguese (Português), or Turkish (Türkçe)
The interface will update immediately to display in your selected language.
Language selection only affects the editor interface and section template names. The content you write in your README remains in whatever language you choose to write it in.
Are section templates translated?
The section template names and placeholder text are localized into supported languages. When you switch the interface language, the templates update to show example content in that language, helping you understand what each section is for.
Click the download button in the navigation bar at the top of the page. Your README will be downloaded as a README.md file that you can immediately add to your project repository.
# Move the downloaded file to your projectmv ~/Downloads/README.md /path/to/your/project/# Commit to Gitgit add README.mdgit commit -m "Add README documentation"git push
Can I edit the downloaded README file later?
Yes! The downloaded file is a standard Markdown file. You can:
Edit it manually in any text editor
Reopen the editor, copy and paste the content back in
Continue editing the content stored in your browser if you haven’t cleared it
However, there’s no “import” feature, so if you’ve made changes to the downloaded file and want to continue editing in the browser, you’ll need to manually copy the content back.
What Markdown features are supported?
The editor supports standard Markdown and GitHub Flavored Markdown (GFM), including:
Headers (#, ##, ###, etc.)
Bold and italic text
Code blocks with syntax highlighting
Links and images
Lists (ordered and unordered)
Tables
Blockquotes
Task lists
Badges and shields
The preview renders your Markdown exactly as it will appear on GitHub.
While the editor is accessible on mobile browsers, it’s optimized for desktop use. The three-column layout and drag-and-drop functionality work best on larger screens. For the best experience, we recommend using a tablet or desktop computer.
Check if your issue already exists in the Issues tab
If not, create a new issue with a detailed description
Pull requests are welcome! See the Contributing Guide for more information.
Who maintains this project?
This is a community-maintained fork of the original readme.so by Katherine Oelsner. The current maintainer is Koushik Romel. The project accepts contributions from the community.For more details, see Introduction.
Is Readme.so really free?
Yes! Readme.so is completely free and open-source under the MIT License. There are no premium tiers, paid features, or hidden costs. You can use it for personal or commercial projects without any restrictions.