Hi, > Well, you can create a new component in Wee, render it (in a www > browser), then modify it, render it again and so on. The source file is > reloaded whenever you change the file where the component is defined > (using Wee's autoreload, which you can turn off for production use). > > Is it that what you mean? Yes, at least partly. I still wonder if I can keep creating new components while Wee is running, or do I need to restart it whenever I create a new component? It's great to know that it supports the autoreloading of modified components already. It's good enough to me. :-) Thanks, Joao