[ Tool ] · Free and offline
Fill in the fields below to build a system message box for a Royal Road chapter. It writes plain HTML that the Royal Road editor accepts, so the box renders the way readers expect. Copy the result and paste it into your chapter.
An approximation. Royal Road adds its own thin table border on the published page, so the live box on Royal Road will look very close to this.
| System Notification | |
| You have reached Level 10. | |
| A new skill is available. | |
| Strength | 24 (27) |
| Agility | 18 |
<table style="border-collapse: collapse; width: 60%; background-color: #0f2238;">
<tbody>
<tr><td colspan="2" style="background-color: #1f3a5f; color: #cfe6ff; font-weight: bold; text-align: center; padding: 8px;">System Notification</td></tr>
<tr><td colspan="2" style="color: #d7e7f5; text-align: center; padding: 6px 10px;">You have reached Level 10.</td></tr>
<tr><td colspan="2" style="color: #d7e7f5; text-align: center; padding: 6px 10px;">A new skill is available.</td></tr>
<tr><td style="color: #d7e7f5; text-align: left; padding: 6px 10px; font-weight: bold;">Strength</td><td style="color: #d7e7f5; text-align: right; padding: 6px 10px;">24 (27)</td></tr>
<tr><td style="color: #d7e7f5; text-align: left; padding: 6px 10px; font-weight: bold;">Agility</td><td style="color: #d7e7f5; text-align: right; padding: 6px 10px;">18</td></tr>
</tbody>
</table>This tool runs entirely in your browser. Nothing you type is sent anywhere, there is no account, and it keeps working with your network off. It is made by WriteIDE, a desktop app that tracks LitRPG stats and items across a whole novel. If you write enough of these boxes by hand to wish they stayed correct on their own, that is the problem WriteIDE works on. See the features