https://github.com/withsapling/examples
Examples using Sapling
https://github.com/withsapling/examples
Last synced: 10 months ago
JSON representation
Examples using Sapling
- Host: GitHub
- URL: https://github.com/withsapling/examples
- Owner: withsapling
- Created: 2024-10-29T20:27:00.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-30T05:01:36.000Z (over 1 year ago)
- Last Synced: 2025-01-30T06:18:19.713Z (over 1 year ago)
- Language: TypeScript
- Homepage: https://sapling.land
- Size: 2.26 MB
- Stars: 3
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Sapling Examples
## Table of Contents
- [Deno Examples](#deno)
- [Node.js Examples](#nodejs)
- [Cloudflare Workers Examples](#cloudflare-workers)
- [Bun Examples](#bun)
- [Deployment Examples](#deployment-examples)
## Deno
[View Deno Examples](https://github.com/withsapling/examples/tree/main/deno)
- [Basics](https://github.com/withsapling/examples/tree/main/deno/basics)
- [Bascis With HTML Templates](https://github.com/withsapling/examples/tree/main/deno/basics-html)
- [Blog](https://github.com/withsapling/examples/tree/main/deno/blog)
- [Docs](https://github.com/withsapling/examples/tree/main/deno/docs)
- [Sapling Island](https://github.com/withsapling/examples/tree/main/deno/sapling-island)
- [Generate Sitemap](https://github.com/withsapling/examples/tree/main/deno/generate-sitemap)
- [Hello Deno](https://github.com/withsapling/examples/tree/main/deno/hello-deno)
- [Hello Hono](https://github.com/withsapling/examples/tree/main/deno/hello-hono)
- [Hello Oak](https://github.com/withsapling/examples/tree/main/deno/hello-oak)
- [Hello Sapling](https://github.com/withsapling/examples/tree/main/deno/hello-sapling)
- [Nested Router](https://github.com/withsapling/examples/tree/main/deno/sapling-nested-router)
- [Satori OG Images](https://github.com/withsapling/examples/tree/main/deno/satori-og-images)
- [Single File Landing Page](https://github.com/withsapling/examples/tree/main/deno/single-file-landing-page)
- [Vite + Sapling](https://github.com/withsapling/examples/tree/main/deno/vite-sapling)
- [With Streamed HTML](https://github.com/withsapling/examples/tree/main/deno/with-streamed-html)
- [With AI (Gemini)](https://github.com/withsapling/examples/tree/main/deno/with-ai-gemini)
- [With AI (OpenAI)](https://github.com/withsapling/examples/tree/main/deno/with-ai-openai)
- [With Alpine.js](https://github.com/withsapling/examples/tree/main/deno/with-alpinejs)
- [With Contentful](https://github.com/withsapling/examples/tree/main/deno/with-contentful)
- [With HTMX](https://github.com/withsapling/examples/tree/main/deno/with-htmx)
- [With Iconify](https://github.com/withsapling/examples/tree/main/deno/with-iconify)
- [With Motion](https://github.com/withsapling/examples/tree/main/deno/with-motion)
- [With React App](https://github.com/withsapling/examples/tree/main/deno/with-react-app)
- [With React Component](https://github.com/withsapling/examples/tree/main/deno/with-react-component)
- [With Resend](https://github.com/withsapling/examples/tree/main/deno/with-resend)
- [With Sanity](https://github.com/withsapling/examples/tree/main/deno/with-sanity)
- [With Static Caching Headers](https://github.com/withsapling/examples/tree/main/deno/with-static-caching-headers)
- [With Web Components](https://github.com/withsapling/examples/tree/main/deno/with-web-components)
- [With Zenblog](https://github.com/withsapling/examples/tree/main/deno/with-zenblog)
- [With Deno KV](https://github.com/withsapling/examples/tree/main/deno/with-deno-kv)
## Node.js
[View Node.js Examples](https://github.com/withsapling/examples/tree/main/node)
- [Basics](https://github.com/withsapling/examples/tree/main/node/basics)
- [Hello Express](https://github.com/withsapling/examples/tree/main/node/hello-express)
- [Hello Fastify](https://github.com/withsapling/examples/tree/main/node/hello-fastify)
- [Hello Hono](https://github.com/withsapling/examples/tree/main/node/hello-hono)
- [Hello Hono + Vercel](https://github.com/withsapling/examples/tree/main/node/hello-hono-vercel)
- [Hello Node](https://github.com/withsapling/examples/tree/main/node/hello-node)
- [Hello Sapling](https://github.com/withsapling/examples/tree/main/node/hello-sapling)
- [Hello Sapling + Vercel](https://github.com/withsapling/examples/tree/main/node/hello-sapling-vercel)
- [Vite + Sapling](https://github.com/withsapling/examples/tree/main/node/vite-sapling)
- [With React Vite App](https://github.com/withsapling/examples/tree/main/node/with-react-vite-app)
## Cloudflare Workers
[View Cloudflare Workers Examples](https://github.com/withsapling/examples/tree/main/cf-workers)
- [Hello Hono](https://github.com/withsapling/examples/tree/main/cf-workers/hello-hono)
- [Hello Sapling](https://github.com/withsapling/examples/tree/main/cf-workers/hello-sapling)
## Bun
Note: Because Bun generally works with most Node.js code, you can use just about
any Node.js example with Bun.
[View Bun Examples](https://github.com/withsapling/examples/tree/main/bun)
- [Hello Hono](https://github.com/withsapling/examples/tree/main/bun/hello-hono)
- [Hello Sapling](https://github.com/withsapling/examples/tree/main/bun/hello-sapling)
## Deployment Examples
- [Deno Deploy](https://github.com/withsapling/examples/tree/main/deployment/deno-deploy)
- [Cloudflare Workers](https://github.com/withsapling/examples/tree/main/deployment/cf-workers/hello-sapling)
- [Vercel Edge](https://github.com/withsapling/examples/tree/main/deployment/vercel-edge)
- [Google Cloud Run Deno](https://github.com/withsapling/examples/tree/main/deployment/google-cloud-run-deno)
- [Google Cloud Run Bun](https://github.com/withsapling/examples/tree/main/deployment/google-cloud-run-bun)
- [Google Cloud Run Node](https://github.com/withsapling/examples/tree/main/deployment/google-cloud-run-node)
- [Supabase Edge](https://github.com/withsapling/examples/tree/main/deployment/supabase-edge)
> Contributions are welcome for more deployment examples such as Netlify Edge,
> Supabase Edge Functions, Render, Digital Ocean, etc.