
title: | Upgrading vals |
---|---|
description: | Vals are being upgraded to support multiple files, folders, and more |
pubDate: | 2025-04-23T00:00:00.000Z |
author: | Steve Krouse |
Today, we’re unifying our two primitives — vals and projects — into a single primitive: the val, with the best features of both.
Historically, vals have been simple and lightweight, but limited to a single file. This upgrade will preserve the elegant spirit of our platform while supporting more complex code and collaborative workflows. This upgrade will help you create bigger things on Val Town – APIs, internal tools, fullstack apps, blogs (like this one), and much more – without sacrificing the simplicity you've always loved about vals.
Legacy vals will temporarily become projects during this migration. Post-migration, the concept of projects will disappear entirely — leaving only upgraded vals. In short: legacy vals → projects → vals.
For most users, no upgrade action is required. We ’ll auto-migrate your vals next week.
For those with mission-critical vals or who use our API to edit or create vals, you can start upgrading your legacy vals today and integrating with our updated API.
- April 23, 2025 – Announcement of changes & API deprecations.
- April 30, 2025 – All remaining legacy vals auto-upgraded. Deprecated API routes become read-only.
- May 1, 2025 – The term projects will no longer exist — everything will simply be a val.
If you need more time, please contact us at help@val.town and we'll work with you.
We will upgrade all remaining legacy vals on April 30, 2025.
You can proactively upgrade by:
- Going to the Settings of any legacy val.
- Clicking Upgrade.
Today, we're introducing the following API routes:
GET /v2/vals POST /v2/vals GET /v2/vals/{val_id} DELETE /v2/vals/{val_id} GET /v2/vals/{val_id}/branches/{branch_id} DELETE /v2/vals/{val_id}/branches/{branch_id} GET /v2/vals/{val_id}/branches POST /v2/vals/{val_id}/branches GET /v2/vals/{val_id}/files POST /v2/vals/{val_id}/files DELETE /v2/vals/{val_id}/files PUT /v2/vals/{val_id}/files GET /v2/vals/{val_id}/files/content GET /v2/alias/vals/{username}/{val_name} GET /v2/me/vals
We are deprecating these routes:
* /v1/vals/* * /v1/projects/* GET /v1/alias/{username}/{val_name} GET /v1/alias/projects/{username}/{project_name} GET /v1/me/comments GET /v1/me/references GET /v1/me/likes GET /v1/me/projects GET /v1/users/{user_id}/vals
View our updated API reference here.
We've also released a new major version of the Val Town SDK, v1.0.0
, using these new endpoints.
All v1/vals
API routes become read-only on April 30, 2025. If you rely on writing to those routes, please upgrade to our new v2/vals
API. All deprecated API routes will continue serving historical legacy val data.
- Upgrade your mission-critical vals early.
- Update your Val Town SDK & API usage to
/v2
routes. - All remaining legacy vals migrate on April 30, 2025.
- Migration completes on May 1, 2025.
We're committed to making this transition smooth for you — reach out anytime via email or Discord if you need assistance. We appreciate your help and patience through this migration.