YouTube: https://youtube.com/@josh_nussbaum
Building sveltestripe.com, airbadge.dev
Just a popover with anchor positioning.
REPL: svelte.dev/playground/6...
Just a popover with anchor positioning.
REPL: svelte.dev/playground/6...
And the `vid` (in frontmatter) maps to the Cloudflare Stream
And the `vid` (in frontmatter) maps to the Cloudflare Stream
So I built a Video LMS with SvelteKit
Built on:
- Cloudflare Streaming & CDN
- Better Auth
- Stripe Elements
- Video.js Player
- Content Collections (courses are markdown)
So I built a Video LMS with SvelteKit
Built on:
- Cloudflare Streaming & CDN
- Better Auth
- Stripe Elements
- Video.js Player
- Content Collections (courses are markdown)
Found it in the back of a closet, and it's still working :)
Code & schematics: github.com/joshnuss/acc...
Found it in the back of a closet, and it's still working :)
Code & schematics: github.com/joshnuss/acc...
It looks just like an editor, but it's actually html & css and fully animatable
It looks just like an editor, but it's actually html & css and fully animatable
1. Type comma+c
2. Enter New Route, ie `about/team`
3. src/about/team/+page.svelte is created
1. Type comma+c
2. Enter New Route, ie `about/team`
3. src/about/team/+page.svelte is created
- Alternate between +page.svelte, +page.ts, +page.server.ts
- Alternate between +layout.svelte, +layout.ts, +layout.server.ts
With one hot key (I use comma + period)
- Alternate between +page.svelte, +page.ts, +page.server.ts
- Alternate between +layout.svelte, +layout.ts, +layout.server.ts
With one hot key (I use comma + period)
From "Design of everyday things"
From "Design of everyday things"
github.com/joshnuss/vit...
⚡ Super simple setup
🏗️ Typed front matter
🔃 Hot reload
🌍 Works server-side and client-side
github.com/joshnuss/vit...
⚡ Super simple setup
🏗️ Typed front matter
🔃 Hot reload
🌍 Works server-side and client-side
- Based on unified/remark/rehype
- Supports Shiki via rehype plugin
- Framework agnostic
- Zod schema for frontmatter
Here's the API:
- Based on unified/remark/rehype
- Supports Shiki via rehype plugin
- Framework agnostic
- Zod schema for frontmatter
Here's the API: