Deprecated See gustwind for the project that replaced this one.
Tailspin is a collection of utilities that implements the following stack:
- Oceanwind for styling. It uses Tailwind.css syntax underneath.
- Deno for bundling
- typed-html for templating and component model
- Sidewind for state management
assets/
- Static assets such as favicons.ds/
- The design system of the project lives here and it contains layouts, patterns, and primitives used to construct the pages.pages/
- The system picks up eachindex.tsx
from the hierarchy and constructs a page for each. It's possible to load dynamic content to a section of a site by writing a_pages.ts
file which returns agetPages
function resolving to page data andlayout
pointing to a layout through which to render each page.
Run the available commands through denon or velociraptor (vr).