diff --git a/stormticket/stormticket.default-views.inc b/stormticket/stormticket.default-views.inc
new file mode 100644
index 0000000..c87da09
--- /dev/null
+++ b/stormticket/stormticket.default-views.inc
@@ -0,0 +1,361 @@
+$view = new view;
+$view->name = 'storm_tickets';
+$view->description = 'Storm Tickets';
+$view->tag = 'storm';
+$view->view_php = '';
+$view->base_table = 'node';
+$view->is_cacheable = FALSE;
+$view->api_version = 2;
+$view->disabled = FALSE; /* Edit this to true to make a default view disabled initially */
+$handler = $view->new_display('default', 'Default', 'default');
+$handler->override_option('fields', array(
+  'organization_title_1' => array(
+    'label' => '',
+    'alter' => array(
+      'alter_text' => 0,
+      'text' => '',
+      'make_link' => 0,
+      'path' => '',
+      'link_class' => '',
+      'alt' => '',
+      'prefix' => '',
+      'suffix' => '',
+      'target' => '',
+      'help' => '',
+      'trim' => 0,
+      'max_length' => '',
+      'word_boundary' => 1,
+      'ellipsis' => 1,
+      'strip_tags' => 0,
+      'html' => 0,
+    ),
+    'empty' => '',
+    'hide_empty' => 0,
+    'empty_zero' => 0,
+    'exclude' => 0,
+    'id' => 'organization_title_1',
+    'table' => 'stormticket',
+    'field' => 'organization_title',
+    'relationship' => 'none',
+  ),
+  'title' => array(
+    'label' => '',
+    'alter' => array(
+      'alter_text' => 0,
+      'text' => '',
+      'make_link' => 0,
+      'path' => '',
+      'link_class' => '',
+      'alt' => '',
+      'prefix' => '',
+      'suffix' => '',
+      'target' => '',
+      'help' => '',
+      'trim' => 0,
+      'max_length' => '',
+      'word_boundary' => 1,
+      'ellipsis' => 1,
+      'strip_tags' => 0,
+      'html' => 0,
+    ),
+    'empty' => '',
+    'hide_empty' => 0,
+    'empty_zero' => 0,
+    'link_to_node' => 0,
+    'exclude' => 0,
+    'id' => 'title',
+    'table' => 'node',
+    'field' => 'title',
+    'relationship' => 'none',
+  ),
+));
+$handler->override_option('sorts', array(
+  'last_updated' => array(
+    'order' => 'DESC',
+    'granularity' => 'second',
+    'id' => 'last_updated',
+    'table' => 'node_comment_statistics',
+    'field' => 'last_updated',
+    'relationship' => 'none',
+  ),
+));
+$handler->override_option('filters', array(
+  'type' => array(
+    'operator' => 'in',
+    'value' => array(
+      'stormticket' => 'stormticket',
+    ),
+    'group' => '0',
+    'exposed' => FALSE,
+    'expose' => array(
+      'operator' => FALSE,
+      'label' => '',
+    ),
+    'id' => 'type',
+    'table' => 'node',
+    'field' => 'type',
+    'relationship' => 'none',
+  ),
+  'ticketstatus' => array(
+    'operator' => 'in',
+    'value' => array(
+      'inserted' => 'inserted',
+      'in progress' => 'in progress',
+    ),
+    'group' => '0',
+    'exposed' => FALSE,
+    'expose' => array(
+      'operator' => FALSE,
+      'label' => '',
+    ),
+    'id' => 'ticketstatus',
+    'table' => 'stormticket',
+    'field' => 'ticketstatus',
+    'override' => array(
+      'button' => 'Override',
+    ),
+    'relationship' => 'none',
+  ),
+));
+$handler->override_option('access', array(
+  'type' => 'role',
+  'role' => array(
+    '2' => 2,
+  ),
+));
+$handler->override_option('cache', array(
+  'type' => 'none',
+));
+$handler->override_option('title', 'Open Tickets');
+$handler->override_option('footer', '<a href="/node/add/stormticket" class="quiet small">Add Ticket</a>');
+$handler->override_option('footer_format', '1');
+$handler->override_option('footer_empty', 1);
+$handler->override_option('items_per_page', 5);
+$handler->override_option('use_pager', 'mini');
+$handler->override_option('style_plugin', 'table');
+$handler->override_option('style_options', array(
+  'grouping' => '',
+  'override' => 1,
+  'sticky' => 0,
+  'order' => 'asc',
+  'columns' => array(
+    'organization_title_1' => 'organization_title_1',
+    'title' => 'organization_title_1',
+  ),
+  'info' => array(
+    'organization_title_1' => array(
+      'sortable' => 0,
+      'separator' => ': ',
+    ),
+    'title' => array(
+      'sortable' => 0,
+      'separator' => '',
+    ),
+  ),
+  'default' => '-1',
+));
+$handler = $view->new_display('block', 'Open Tickets', 'block_1');
+$handler->override_option('block_description', 'Storm - Open Tickets');
+$handler->override_option('block_caching', -1);
+
+$view = new view;
+$view->name = 'storm_projects';
+$view->description = 'Storm Projects';
+$view->tag = 'storm';
+$view->view_php = '';
+$view->base_table = 'node';
+$view->is_cacheable = FALSE;
+$view->api_version = 2;
+$view->disabled = FALSE; /* Edit this to true to make a default view disabled initially */
+$handler = $view->new_display('default', 'Default', 'default');
+$handler->override_option('fields', array(
+  'organization_title' => array(
+    'label' => '',
+    'alter' => array(
+      'alter_text' => 0,
+      'text' => '',
+      'make_link' => 0,
+      'path' => '',
+      'link_class' => '',
+      'alt' => '',
+      'prefix' => '',
+      'suffix' => '',
+      'target' => '',
+      'help' => '',
+      'trim' => 0,
+      'max_length' => '',
+      'word_boundary' => 1,
+      'ellipsis' => 1,
+      'strip_tags' => 0,
+      'html' => 0,
+    ),
+    'empty' => '',
+    'hide_empty' => 0,
+    'empty_zero' => 0,
+    'exclude' => 0,
+    'id' => 'organization_title',
+    'table' => 'stormproject',
+    'field' => 'organization_title',
+    'relationship' => 'none',
+  ),
+  'title' => array(
+    'label' => '',
+    'alter' => array(
+      'alter_text' => 0,
+      'text' => '',
+      'make_link' => 0,
+      'path' => '',
+      'link_class' => '',
+      'alt' => '',
+      'prefix' => '',
+      'suffix' => '',
+      'target' => '',
+      'help' => '',
+      'trim' => 0,
+      'max_length' => '',
+      'word_boundary' => 1,
+      'ellipsis' => 1,
+      'strip_tags' => 0,
+      'html' => 0,
+    ),
+    'empty' => '',
+    'hide_empty' => 0,
+    'empty_zero' => 0,
+    'link_to_node' => 1,
+    'exclude' => 0,
+    'id' => 'title',
+    'table' => 'node',
+    'field' => 'title',
+    'relationship' => 'none',
+    'override' => array(
+      'button' => 'Override',
+    ),
+  ),
+));
+$handler->override_option('sorts', array(
+  'last_updated' => array(
+    'order' => 'DESC',
+    'granularity' => 'second',
+    'id' => 'last_updated',
+    'table' => 'node_comment_statistics',
+    'field' => 'last_updated',
+    'relationship' => 'none',
+  ),
+));
+$handler->override_option('filters', array(
+  'type' => array(
+    'operator' => 'in',
+    'value' => array(
+      'stormproject' => 'stormproject',
+    ),
+    'group' => '0',
+    'exposed' => FALSE,
+    'expose' => array(
+      'operator' => FALSE,
+      'label' => '',
+    ),
+    'id' => 'type',
+    'table' => 'node',
+    'field' => 'type',
+    'relationship' => 'none',
+  ),
+  'projectstatus' => array(
+    'operator' => 'in',
+    'value' => array(
+      'new' => 'new',
+      'in progress' => 'in progress',
+    ),
+    'group' => '0',
+    'exposed' => FALSE,
+    'expose' => array(
+      'operator' => FALSE,
+      'label' => '',
+    ),
+    'id' => 'projectstatus',
+    'table' => 'stormproject',
+    'field' => 'projectstatus',
+    'relationship' => 'none',
+    'override' => array(
+      'button' => 'Override',
+    ),
+  ),
+));
+$handler->override_option('access', array(
+  'type' => 'role',
+  'role' => array(
+    '2' => 2,
+  ),
+));
+$handler->override_option('cache', array(
+  'type' => 'none',
+));
+$handler->override_option('title', 'Open Projects');
+$handler->override_option('items_per_page', 5);
+$handler->override_option('use_pager', 'mini');
+$handler->override_option('style_plugin', 'table');
+$handler->override_option('style_options', array(
+  'grouping' => '',
+  'override' => 1,
+  'sticky' => 0,
+  'order' => 'asc',
+  'columns' => array(
+    'organization_title' => 'organization_title',
+    'title' => 'organization_title',
+  ),
+  'info' => array(
+    'organization_title' => array(
+      'sortable' => 0,
+      'separator' => ': ',
+    ),
+    'title' => array(
+      'sortable' => 0,
+      'separator' => '',
+    ),
+  ),
+  'default' => '-1',
+));
+$handler = $view->new_display('block', 'Open Projects Block', 'block_1');
+$handler->override_option('block_description', 'Storm - On Hold Projects');
+$handler->override_option('block_caching', -1);
+$handler = $view->new_display('block', 'Holding Projects Block', 'block_2');
+$handler->override_option('filters', array(
+  'type' => array(
+    'operator' => 'in',
+    'value' => array(
+      'stormproject' => 'stormproject',
+    ),
+    'group' => '0',
+    'exposed' => FALSE,
+    'expose' => array(
+      'operator' => FALSE,
+      'label' => '',
+    ),
+    'id' => 'type',
+    'table' => 'node',
+    'field' => 'type',
+    'relationship' => 'none',
+  ),
+  'projectstatus' => array(
+    'operator' => 'in',
+    'value' => array(
+      'on hold' => 'on hold',
+    ),
+    'group' => '0',
+    'exposed' => FALSE,
+    'expose' => array(
+      'operator' => FALSE,
+      'label' => '',
+    ),
+    'id' => 'projectstatus',
+    'table' => 'stormproject',
+    'field' => 'projectstatus',
+    'relationship' => 'none',
+    'override' => array(
+      'button' => 'Use default',
+    ),
+  ),
+));
+$handler->override_option('title', 'On Hold Projects');
+$handler->override_option('block_description', 'Storm - On Hold Projects');
+$handler->override_option('block_caching', -1);
+
