Public
tempguy avatar
tempguy
redMonkey
Script
An interactive, runnable TypeScript val by tempguy
0
fab1an avatar
fab1an
ageGlif
HTTP
Forked from jamiedubs/databin
0
cjlm avatar
cjlm
copperPartridge
HTTP
Forked from andreterron/renderFormAndSaveData
0
ejfox avatar
ejfox
healthdatasimple
HTTP
Forked from ejfox/healthwebhook
0
petermillspaugh avatar
petermillspaugh
sendVerificationEmail
Script
An interactive, runnable TypeScript val by petermillspaugh
0
janpaul123 avatar
janpaul123
compareEmbeddings
Script
An interactive, runnable TypeScript val by janpaul123
0
vhmartinezm avatar
vhmartinezm
blob_admin
HTTP
Forked from stevekrouse/blob_admin
0
temptemp avatar
temptemp
rabbitstream
HTTP
Forked from tempdev/rabbitstream
0
airandopal avatar
airandopal
blobCommentDemo
HTTP
Forked from stevekrouse/blobCommentDemo
0
supercreative avatar
supercreative
blob_admin
HTTP
Forked from stevekrouse/blob_admin
0
jamisonl avatar
jamisonl
copperMammal
HTTP
Forked from camajudson/handleDiscordInteraction
0
caseyg avatar
caseyg
blob_admin
HTTP
Forked from stevekrouse/blob_admin
0
pomdtr avatar
pomdtr
blob_admin_create
Script
@jsxImportSource https://esm.sh/hono@4.0.8/jsx
0
philz avatar
philz
blob_admin
HTTP
Forked from stevekrouse/blob_admin
0
vez avatar
vez
comments
HTTP
Comments (just add water) A self-contained comments system Val. Just fork this val and you have a complete (but extremely minimal) comment system! Call on the front-end using: const MY_FORKED_VAL_URL = "https://vez-comments.web.val.run"; const getComments = async () => { const response = await fetch(MY_FORKED_VAL_URL); const json = await response.json(); return json; }; const addComment = async (str) => { try { const response = await fetch(MY_FORKED_VAL_URL, { method: "POST", body: JSON.stringify(str), }); if (response.status >= 400 && response.status < 600) { /* error */ return false; } else { /* success */ return true; } } catch (e) { /* error */ return false; } }; Here's an example of a blog post where I used the val for the comment system: https://vezwork.github.io/polylab/dist/demo/bidirectionalParse/. Check out "view source"!
0
all avatar
all
hiddenVioletMockingbird
HTTP
Forked from all/tb303
0
Updated: August 13, 2024