Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/withsapling/sapling
A simple modern SSR-first framework for websites.
https://github.com/withsapling/sapling
browser deno javascript sapling server typescript
Last synced: about 2 months ago
JSON representation
A simple modern SSR-first framework for websites.
- Host: GitHub
- URL: https://github.com/withsapling/sapling
- Owner: withsapling
- License: mit
- Created: 2024-10-24T15:53:39.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-11-19T22:28:45.000Z (about 2 months ago)
- Last Synced: 2024-11-19T22:44:17.735Z (about 2 months ago)
- Topics: browser, deno, javascript, sapling, server, typescript
- Language: TypeScript
- Homepage: https://sapling.build
- Size: 75.2 KB
- Stars: 3
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Sapling
A micro SSR framework for generating content-first websites.
## Packages
| Package | Description | JSR |
|---------|-------------|-----|
| [sapling](./packages/sapling/) | A micro SSR framework | [![JSR](https://jsr.io/badges/@sapling/sapling)](https://jsr.io/@sapling/sapling) |
| [router](./packages/router/) | A micro router for Sapling sites or Deno projects | [![JSR](https://jsr.io/badges/@sapling/router)](https://jsr.io/@sapling/router) |
| [create](./packages/create/) | A CLI for creating Sapling projects | [![JSR](https://jsr.io/badges/@sapling/create)](https://jsr.io/@sapling/create) |
| [markdown](./packages/markdown/) | A markdown parser for Sapling sites or Deno projects | [![JSR](https://jsr.io/badges/@sapling/markdown)](https://jsr.io/@sapling/markdown) |## Examples
We would recommend checking out the [Sapling Examples Repository](https://github.com/withsapling/examples) for more examples of how to use Sapling.
## Attributions
- [Hono](https://github.com/honojs/hono) - We use Hono's amazing HTML helpers for Sapling sites.
- [UnoCSS](https://github.com/unocss/unocss) - We use UnoCSS for atomic CSS.
- [micromark](https://github.com/micromark/micromark) - The markdown parser
- [shiki](https://github.com/shikijs/shiki) - The code highlighter