We are a startup based in Taipei, Taiwan. We ♥ open source software - you can find some of our projects below. We'll have more to announce soon.
DotLiquid is an open source templating system ported to the .NET framework from Ruby’s Liquid Markup. It’s easy to learn, fast and safe. You can have your users build their own templates without affecting your server security in any way.
<p>{{ user.name }} has to do:</p>
<ul>
{% for item in user.tasks -%}
<li>{{ item.name }}</li>
{% endfor -%}
</ul>

XBuilder is an open source extension for Visual Studio 2010 which adds the ability to preview models, effects and textures from your XNA content projects, right inside Visual Studio.
