• Townie
    AI
  • Blog
  • Docs
  • Pricing
  • We’re hiring!
Log inSign up
pomdtr

pomdtr

valtownIdeas

Remix of nbbaier/vtIdeasTemplate
Public
Like
valtownIdeas
Home
Code
2
README.md
H
main.tsx
Branches
1
Pull requests
Remixes
History
Environment variables
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.
Sign up now
Code
/
Code
/
Search
main.tsx
https://pomdtr--819cc4ca277f11f0b46e569c3dd06744.web.val.run
README.md

Pomdtr's Ideas

Vals

  • Github-Like Calendar using the db

Vt Cli

  • Add ability to import a csv, or a table from a local db to val town sqlite
  • download / upload blobs
  • Push clone/pull/push vals (allow to edit them locally)
  • rename vals
  • publish / unpublish vals
  • Add ability to run sql queries

VS Code Extension

  • Replace pinned section by a folder defined as a val
import { api } from "https://esm.town/v/pomdtr/api";

export const dynamicFolder = async () => {
  const { data: posts } = await api(`/v1/search/vals?q=${encodeURIComponent("@post")}`);
  return {
    folder: "Blog",
    items: [
      {
        folder: "Posts",
        items: posts.sort((a, b) => a.createdAt > b.createAt).map(post => `${post.author.username}.${post.name}`),
      },
      "@pomdtr/blog",
    ],
  };
};
  • Preview and edit blobs from VS Code (ex: excalidraw schema)
  • Save and run sql queries ?
  • Language Server
    • go to definition to switch between vals

Sunbeam

  • Leverage the dynamic folder val of the vscode extension

Notification Service

  • Create a PWA hosted on val.town to send notifications on the user device

Sqlite Admin UI

  • Create an sqlite dashboard inspired by https://inloop.github.io/sqlite-viewer/

Form Builder for vals

Create a val that:

  • statically analyze val code to find single/default import
  • extract param types
  • use it to generate a form, availaible on the val http endpoint
  • dynamically import the val
  • return val output as JSON, or html if a string is returned
HTTP
  • main.tsx
    pomdtr--81…44.web.val.run
Code
README.md
H
main.tsx
FeaturesVersion controlCode intelligenceCLI
Use cases
TeamsAI agentsSlackGTM
DocsShowcaseTemplatesNewestTrendingAPI examplesNPM packages
PricingNewsletterBlogAboutCareers
We’re hiring!
Brandhi@val.townStatus
X (Twitter)
Discord community
GitHub discussions
YouTube channel
Bluesky
Terms of usePrivacy policyAbuse contact
© 2025 Val Town, Inc.