Public
Like
better-auth
Val Town is a collaborative website to build and scale JavaScript apps.
Deploy APIs, crons, & store data – all from the browser, and deployed in milliseconds.
index.ts
https://nbbaier--17601a04943911f0972f0224a6c84d84.web.val.run
A simple Hono + React application with a login form that uses Zod for validation.
backend/index.ts- Main Hono server entry pointfrontend/index.html- Main HTML templatefrontend/index.tsx- React frontend entry pointfrontend/components/LoginForm.tsx- Login form componentshared/types.ts- Shared types and validation schemas
- Login form with email and password fields
- Client-side validation using Zod
- Form data logged to browser console on submission
- Responsive design with TailwindCSS