All Projects β†’ survivejs β†’ tailspin

survivejs / tailspin

Licence: other
Site generator and design system in one

Programming Languages

typescript
32286 projects
javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to tailspin

twd
🚩 Simple tailwind like CLI tool for deno πŸ¦•
Stars: ✭ 33 (+73.68%)
Mutual labels:  tailwind, deno
static-template-nextjs
A Next.js based template of a blog built using the Collected Notes API
Stars: ✭ 19 (+0%)
Mutual labels:  tailwind
deno-docker
Dockerfiles for Deno
Stars: ✭ 74 (+289.47%)
Mutual labels:  deno
deno nightly
πŸŒ™ Nightly builds for Deno πŸ¦•
Stars: ✭ 11 (-42.11%)
Mutual labels:  deno
tailwind
πŸ§›πŸ»β€β™‚οΈ Dark theme for Tailwind
Stars: ✭ 25 (+31.58%)
Mutual labels:  tailwind
lesvim
Nvim config focus on Javascript, Typescript, Rust and Lua - πŸš€ πŸ’ͺ ( Fast and Powerfull ) - Deno and other typescript LSP working well together
Stars: ✭ 69 (+263.16%)
Mutual labels:  deno
fast-base64
Fastest base64 on the web, with Wasm + SIMD
Stars: ✭ 23 (+21.05%)
Mutual labels:  deno
core
🌈 light, fast, and easy to use, dependencies free javascript syntax highlighter, with automatic language detection
Stars: ✭ 40 (+110.53%)
Mutual labels:  deno
dino-bot
a bot that execute your deno code and send you the output! πŸ¦•
Stars: ✭ 24 (+26.32%)
Mutual labels:  deno
vite-react-ts-tailwind-firebase-starter
Starter using Vite + React + TypeScript + Tailwind CSS. And already set up Firebase(v9), Prettier and ESLint.
Stars: ✭ 108 (+468.42%)
Mutual labels:  tailwind
eleventy solo starter njk
Further development suspended as of 2021-09-11. Please refer instead to https://www.11ty.dev/docs/starter/ for a wide selection of other Eleventy starter sets.
Stars: ✭ 22 (+15.79%)
Mutual labels:  tailwind
denoflow
Configuration as Code, use YAML to write automated workflows that run on Deno, with any Deno modules, Typescript/Javascript codes
Stars: ✭ 143 (+652.63%)
Mutual labels:  deno
play-tailwind
Play is free and open source Tailwind CSS template for - Startup, SaaS, Apps, Business and More. It comes with a high-quality design and all essential components & pages you need to launch a complete website.
Stars: ✭ 60 (+215.79%)
Mutual labels:  tailwind
tailwindcss-variables
Easily create css variables without the need for a css file!
Stars: ✭ 47 (+147.37%)
Mutual labels:  tailwind
cron-schedule
A zero-dependency cron parser and scheduler for Node.js, Deno and the browser.
Stars: ✭ 28 (+47.37%)
Mutual labels:  deno
Portfolio
I have created this portfolio in React and used tailwind for styling. In this portfolio, I have my 5 best projects to display. A contact form, which is in progress to post. You can email me through my email id which is at the bottom after the contact form. All the social icons are connected to my social profiles.
Stars: ✭ 16 (-15.79%)
Mutual labels:  tailwind
deno-aws api
From-scratch Typescript client for accessing AWS APIs
Stars: ✭ 33 (+73.68%)
Mutual labels:  deno
doa
A middleware framework for Deno's http serveπŸ¦•. Transplanted from Koa with ❀️
Stars: ✭ 20 (+5.26%)
Mutual labels:  deno
wrapped
GitHub Wrapped, inspired by Spotify Wrapped
Stars: ✭ 159 (+736.84%)
Mutual labels:  tailwind
matterless
Self-hosted serverless
Stars: ✭ 23 (+21.05%)
Mutual labels:  deno

Deprecated See gustwind for the project that replaced this one.

Tailspin - Site generator and design system in one

Tailspin is a collection of utilities that implements the following stack:

Structure

  • 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 each index.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 a getPages function resolving to page data and layout pointing to a layout through which to render each page.

Usage

Run the available commands through denon or velociraptor (vr).

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].