Back to packages list

Vals using hono

Description from the NPM package:
Web framework built on Web Standards
iamseeley avatar
Server2
@iamseeley
HTTP (deprecated)
🚧 hono + htmx web app 🚧 idea: linktree-esque profile page w/ widgets powered by vals setup: fork the val and uncomment the /signup and /login routes create a jwt secret token environment variable go to the db setup val and run it to create the tables (as the site is right now, you can only add/edit users and add/edit/delete user links) to do: [ ] create some val town apis for the profile widgets (add vals people have already made) [ ] add profile image (will probably point to val town profile pic) [ ] add delete profile handler [ ] finish public profile page [ ] 🎨🎨🎨🎨🎨
stevekrouse avatar
calories
@stevekrouse
HTTP (deprecated)
Forked from stevekrouse/calories_old
crif avatar
bookmark
@crif
HTTP (deprecated)
Forked from upbound_web/bookmark
crif avatar
pdfExample
@crif
HTTP (deprecated)
Forked from tmcw/pdfExample
upbound_web avatar
bookmark
@upbound_web
HTTP (deprecated)
Forked from ramkarthik/bookmark
stevekrouse avatar
bookmark
@stevekrouse
HTTP (deprecated)
Forked from ramkarthik/bookmark
tefla avatar
bookmark
@tefla
HTTP (deprecated)
Forked from ramkarthik/bookmark
stevekrouse avatar
compress_image_demo
@stevekrouse
HTTP (deprecated)
@jsxImportSource npm:hono@3/jsx
curtcox avatar
blob_admin
@curtcox
HTTP (deprecated)
Forked from stevekrouse/blob_admin
ramkarthik avatar
bookmark
@ramkarthik
HTTP (deprecated)
A minimal bookmarking tool This allows you to bookmark links and view them later. Completely powered by ValTown and SQLite. To set this up for yourself Fork the val From your ValTown settings page, add an environment variable named bookmarks_client_id and give it a value (you will be using this for saving) Add another environment variable named bookmarks_client_secret and give it a value (you will also be using this for saving) At first, the "bookmarks" table will not exist, so we need to save an article first, which will create the "bookmarks" table To do this, add a bookmarklet to your browser with this value (replace BOOKMARKS-CLIENT-ID and BOOKMARKS-CLIENT-SECRET with the values you added to the environment variables, and replace BOOKMARKS-URL with your VAL's URL): javascript:void(open('BOOKMARKS-URL/save?u='+encodeURIComponent(location.href)+'&t='+encodeURIComponent(document.title)+'&id=BOOKMARKS-CLIENT-ID&secret=BOOKMARKS-CLIENT-SECRET', 'Bookmark a link', 'width=400,height=450')) Click this bookmarklet to bookmark the URL of the current active tab Go to your VAL URL homepage to see the bookmark Demo Here are my bookmarks: https://ramkarthik-bookmark.web.val.run/ Note Make sure you don't share bookmarks_client_id and bookmarks_client_secret . It is used for authentication before saving a bookmark.
stevekrouse avatar
plants
@stevekrouse
HTTP (deprecated)
Made with val writer With prompt The app is just a simple plant watering app. Had a bunch of plants with different watering schedules. I want to be able to add new plants. I want to open the app and mark a plant as watered. I want to track all watering events. Store only a `waterings` table where the plant name is a string.
tmcw avatar
jadeOpossum
@tmcw
HTTP (deprecated)
Forked from stevekrouse/dateme
tmcw avatar
dateme
@tmcw
HTTP (deprecated)
Forked from stevekrouse/dateme
pomdtr avatar
jsoninvoice
@pomdtr
HTTP (deprecated)
@jsxImportSource npm:hono/jsx
yawnxyz avatar
openAIHonoChatStreamExample
@yawnxyz
HTTP (deprecated)
Forked from jacoblee93/streamingTest
weaverwhale avatar
GistGPT
@weaverwhale
HTTP (deprecated)
GistGPT A helpful assistant who provides the gist of a gist How to use / and /gist - Default response is to explain this file. I believe this is effectively real-time recursion ? /gist?url={URL} - Provide a RAW file URL from Github, BitBucket, GitLab, Val Town, etc. and GistGPT will provide you the gist of the code. /about - "Tell me a little bit about yourself"