Public
Like
Homeapp
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.
{ "users": { "uid123": { "username": "Isaac", "dob": "2004-12-02" } }, "achievements": { "uid123": { "2025": [ { "title": "Graduated from University", "description": "Finished BSc in Electrical Engineering", "datePosted": "2025-11-15" } ] } }, "assets": { "uid123": [ { "type": "Land", "description": "2-acre plot in Nyeri", "dateAcquired": "2025-05-03", "value": "KES 1,200,000" } ] }, "chats": [ { "senderId": "uid123", "message": "Happy birthday dad!", "timestamp": "2025-06-02T10:00:00" } ] }