Public
Like
testtownie
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://charmaine--4c0ea9b02c3711f0992d569c3dd06744.web.val.run
A modern, elegant blog built on Val Town with a clean design and simple content management.
- Clean, responsive design with Tailwind CSS
- Markdown support for blog posts
- SQLite database for content storage
- API endpoints for managing blog content
- Beautiful typography and reading experience
βββ backend/
β βββ database/
β β βββ migrations.ts # Schema definitions
β β βββ queries.ts # DB query functions
β βββ routes/ # Route modules
β β βββ posts.ts # Blog post routes
β β βββ static.ts # Static file serving
β βββ index.ts # Main entry point
βββ frontend/
β βββ components/
β β βββ Header.tsx # Blog header
β β βββ Footer.tsx # Blog footer
β β βββ PostList.tsx # List of blog posts
β β βββ PostView.tsx # Single post view
β βββ index.html # Main HTML template
β βββ index.tsx # Frontend JS entry point
βββ shared/
βββ types.ts # Shared types
Visit the blog at the HTTP endpoint URL. To add new posts, use the /admin route.