Frequently Asked Questions
Is my CoffeeScript code uploaded to a server?
No, all processing happens locally in your browser. Your .coffee files never leave your computer.
What version of CoffeeScript syntax does this support?
The viewer supports all standard CoffeeScript 2.x syntax features including modern JavaScript features that CoffeeScript supports.
Can I view compiled JavaScript output?
This is currently a viewer only. For compilation, you'll need the CoffeeScript compiler (coffee command) or an online compiler service.
Does this work with Literate CoffeeScript (.litcoffee)?
Currently only standard .coffee files are supported. Literate CoffeeScript support may be added in the future.
Is there a file size limit?
Very large files may cause performance issues, but most typical CoffeeScript files will work fine.
Can I use this tool offline?
Yes! After loading the page once, you can save it and use it offline without an internet connection.