Unlisted
Like
buildDotMoi
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.
| title: | build.moi | |||||
|---|---|---|---|---|---|---|
| description: | A new creative home for your Val Town projects | |||||
| imageUrl: | https://chatgpt.com/backend-api/public_content/enc/eyJpZCI6Im1fNjgwZDBmMmI2OWQ0ODE5MWJjNjI4NDdkZDNhOTJiOTA6ZmlsZV8wMDAwMDAwMGFjYzQ2MjMwOGE3NTIxMTE1MmVlYTNlMyIsInRzIjoiNDg0OTEyIiwicCI6InB5aSIsInNpZyI6ImI5YjNkOWNlMmVmZDE2NTlhYzgwMjYzYzE2ZThjYjA1N2RjOTM5MDFkNjhkNTA1OTE5YjBhYzI4OTM2ZDgyMTMiLCJ2IjoiMCIsImdpem1vX2lkIjpudWxsfQ== | |||||
| url: | https://dcm31--610070fbeb984be88d5f9d2743699a9e.web.val.run | |||||
| author: | dcm31 | |||||
| tags: |
|
build.moi provides a modern showcase for Val Town profiles, making it easy to browse and discover vals and projects in a clean, minimalist layout.
- Clean grid layout for vals and projects
- Posts tab shows vals with moi.md and links to live apps
- Code tab shows all vals and links to their source code
- 2:3 aspect ratio for all val cards
- Profile view with user details
- Hover effects to display val information
- Responsive design for all devices
- Custom profile configuration via moi.md
- Interactive carousel view for projects
- Desktop side-by-side project navigation
Visit the main page and enter a Val Town username, or go directly to:
/@username
build.moi supports custom profile and val configuration using a moi.md file at the root of your Val Town project. This file uses YAML frontmatter to specify custom metadata for your profile or individual vals.
---
title: "My Awesome Val Town Project"
description: "A detailed description of my project"
imageUrl: "https://example.com/my-custom-image.jpg"
url: "https://my-live-app-endpoint.web.val.run"
author: "username"
tags: ["javascript", "react", "val-town"]
---
---
title: "My Awesome Val Town Project"
description: "A detailed description of my project"
imageUrl: "https://example.com/my-custom-image.jpg"
url: "https://my-live-app-endpoint.web.val.run"
author: "username"
tags: ["javascript", "react", "val-town"]
excludeFromGlobalFeed: false # Set to true to hide from general profiles
excludeFromInlineView: false # Set to true to always link out instead of using carousel
---
title: Custom display titledescription: Extended descriptionimageUrl: Custom image URL to override the default (2:3 aspect ratio recommended, e.g., 800x1200px)url: Direct URL to your app's live endpoint (used by the Posts tab)author: Custom author display nametags: Array of tags for categorizationexcludeFromGlobalFeed: Set to true to hide this project from global profiles but keep it in your personal profileexcludeFromInlineView: Set to true to make this project always link directly to the external URL instead of showing in the carousel