h
u
o
z
h
i
.
i
m
About
Craft
Writing
Lab
↗
sugar-high
Super tiny JSX syntax highlighter solution
/* super tiny syntax highlighter */
/* super tiny syntax highlighter */
import { highlight } from 'sugar-high'
import
{
highlight
}
from
'
sugar-high
'
const code = highlight('const x = 1')
const
code
=
highlight
(
'
const x = 1
'
)
↗
bunchee
Zero config bundler to help you bundle JS/TS libraries
➜ ~/project $
# npm run build
↗
vaso
Liquid Glass effect for React
vaso
↗
devjar
Bundless runtime for small js/react projects
devjar.tsx
1
import
{
DevJar
}
from
'
devjar
'
2
const
files
=
{
.
.
.
}
3
return
(
4
<
DevJar
files
=
{
files
}
/>
5
)
↗
langsagne
Minimal programming language parser and execution experiment
program
1
sum
=
0
;
2
while
(
i
<
3
)
{
3
sum
=
sum
+
i
;
4
i
=
i
+
1
;
5
}
6
print
(
sum
)
;
directives
0
CONST
0
2
STORE
sum
4
LOAD
i
6
CONST
3
8
LT
10
JZ
30
12
LOAD
sum
14
LOAD
i
16
ADD
18
STORE
sum
20
LOAD
i
22
CONST
1
24
ADD
26
STORE
i
28
JMP
4
30
LOAD
sum
32
PRINT
↗
respinner
Collection of pretty react spinners
↗
html2any
JS library help you transform your html to any formats
↗
react-overlay-trigger
React component help you position any overlays
Vercel
↗
V0
2026 - now
Building V0
Created
remote-agent-browser
↗
Next.js
2021 - 2026
Next.js Core Team
App Router, Metadata API, DevTools, OG
Publication:
The agentic future of Next.js
AI:
Next.js MCP
&
Next.js Skills
↗
SWR
2020 - now
React Hooks for data fetching.