BBCode Viewer
Paste BBCode text and see how it renders — toggle between the visual preview and the generated HTML source with a single click.
Last updated: May 26, 2026
Find this tool useful? Support the project to keep it free!
Buy me a coffeeWhat is BBCode Viewer?
BBCode (Bulletin Board Code) is a markup language used by forum software to let users format posts without writing HTML. Tags like `[b]`, `[quote]`, and `[url]` are translated to HTML by the forum engine when a post is displayed.
This viewer lets you paste BBCode and immediately see the rendered output, so you can verify that your formatting looks correct before submitting. Toggle the "Show HTML" button to reveal the generated HTML markup — useful when you need to understand what the forum engine will produce, or when migrating content to a system that accepts HTML.
How to Use BBCode Viewer
Paste BBCode into the input panel.
The rendered preview appears below instantly.
Click "Show HTML" to see the generated HTML source instead of the visual preview.
Click Copy to copy the preview text or the HTML source.
Common Use Cases
- Checking how a formatted forum post will look before submitting.
- Verifying BBCode copied from a forum renders correctly on a different platform.
- Extracting HTML from BBCode content during a forum migration.
- Troubleshooting broken formatting by examining the rendered output.
- Teaching new users what their BBCode actually produces.
Example Input and Output
BBCode with a quote and a list renders as nested HTML elements.
[quote=Admin]Please follow the rules.[/quote]
[list]
[*]No spam
[*]Be kind
[/list]<blockquote><cite>Admin:</cite><br>Please follow the rules.</blockquote><br><br><ul><li>No spam</li><li>Be kind</li></ul>Privacy
All rendering happens locally in your browser. No text is sent to a server.

