Features
Templates
Showcase
Townie
AI
Blog
Docs
Pricing
Log in
Sign up
jxnblk
vblog
Prototype blog built in val.town with markdown and JSON files
Edit
Public
Remix
Close sidebar
vblog
Code
6
posts
3
src
7
S
hono
S
import-file
S
index
H
www
Branches
3
Pull requests
Remixes
History
Environment variables
Search
main
Code
/
www
Code
/
www
1/24/2025
Viewing readonly version: 153
Revert to v153
View latest version
www
@153
HTTP
Preview
9
1
2
3
4
5
import
data
from
"./src/data"
;
export
default
async
function
(
req
:
Request
)
:
Promise
<
Response
>
{
return
Response
.
json
(
{
ok
:
true
,
data
}
)
;
}
H
www
Copy
Open in new tab