Code-Brew
  • Color
  • Upload
  • Download
  • Share
  • Help
  • About
    developed by Daniel Forgosh
Color
281,474,976,710,656 Color Combinations
  • Preset Themes
  • Background Color
  • Text Color
Mr. Cool
Plain
Dark
Black Coffee
Java Chip
Latte
Unicorn
Metalhead
Sell
Royalty
DARTE
DARK-TE
Purplish
BSOD
Hipster
Deep Sea
Not Red
Capitals
Upload

Drag and drop file into box or

Choose file

Drop Here



Note: Code-Brew does not save copies of uploaded files. Code must be downloaded or shared to save a copy of your code.

Share

Sharing your file will upload it to Code-Brew and make it accessible via a provided link. Only people with the link can access this file.

Each Code-Brew session will create a new share link. Sharing a shared file in a different session will not affect the original. It will create a new share link.

Help
  • Brew
  • Espresso Brew
  • Math

Code Automation

Code-Brew will code all HTML for the user. "Brew" in the navigation bar will be purple if Brewing is turned on.

To toggle Brewing on/off, either click "Brew" in the navigation bar or press CTRL/COMMAND + B

Type the Brew command and then press SPACE with Brewing turned on.

Command Output
HTML5 tag without < and > Full HTML5 open, close, and required attributes
"comm" <!---->

Super Code Automation

Espresso Brewing is a more powerfull version of automating code.

Type the command and then press SPACE with autofill turned on.

Command Result
"frame" builds skeleton of an HTML document
"table(r,c)" r=rows, c=columns; sets up table code block
"ul(r)" r = list items; sets up ul list code
"ol(r)" r = list items; sets up ol list code

Code-Brew can complete basic calculations. To triger, type \\ and enter in math equation that uses + , - , * , or /. Do not type =.

Press SPACE when finished for Code-Brew to give answer. Brewing mode does not need to be on to use math mode.

About
  • About
  • Upcoming features

Version: Code-Brew 1.0.3


Code-Brew is a free HTML integrated development environment (IDE) developed by Daniel Forgosh. This is the fifth iteration of this HTML IDE line that has been in development since 2015.

Code-Brew is an ongoing IDE project. Please email any feature suggestions/changes to danielforgosh@danielforgosh.com


Code-Brew is an ongoing IDE project. Please email any feature suggestions/changes to danielforgosh@danielforgosh.com

Planned updates indlude:

  1. Cookie functionality - Code-Brew will offer to store cookies to save your color preferences and if Brewing was turned on/off
  2. Full responsive, mobile functionality - The coding window will take 100% of the width of the screen, and the render of the code will appear under the coding window.