Google Play · App Store
Store listing kit
Everything Torrey Studio needs to list Vesper. Copy each field into Play Console and App Store Connect. Download the icons. Use the privacy and support URLs from this app once it is live.
Publisher
Developer / seller
Torrey Studio
Website
https://torrey.studio
Support email
[email protected]
Package / bundle id
com.torreystudio.vesper
What you can do today
Vesper is a complete iPhone and Android app you can install from the browser right now. Google Play accepts a Trusted Web Activity wrapper of this same app. Apple requires a Mac and a paid developer account to upload an IPA; the home-screen app is the iOS version players can use immediately.
Accounts
- Google Play Console — one-time $25 registration, seller Torrey Studio
- Apple Developer Program — $99 per year, seller Torrey Studio
- Optional: AdMob (Play/App Store ads) and AdSense (web / PWA ads)
Listing copy
Name (30)
Vesper
Subtitle / short name
Daily Path Puzzle
Short description (80)
One quiet path each evening. A daily logic puzzle for a calmer night.
Full description
Vesper is a daily logic puzzle you can finish in a few quiet minutes. Each evening a new map appears. Draw a single path that visits every cell, lighting the numbered markers in order. No countdown chasing you. No account. Just tonight’s path. WHY VESPER • One new puzzle every day, generated for that date • Practice maps in three sizes when you want another • Streaks, times, and a calm calendar of evenings you’ve kept • Hints when you’re stuck — watch a short sponsored note, or spend Glow • Installs to your iPhone or Android home screen and works offline • Free, with optional sponsored notes. No sign-in required. HOW TO PLAY Start at 1. Draw through every cell. Numbered cells must be visited in order. Moves are adjacent — up, down, left, or right. A good night has a last small ritual. Vesper is that ritual. Published by Torrey Studio. Support: [email protected]
Keywords
puzzle,daily,path,logic,brain,relax,evening,grid,mindful,offline
Privacy URL path
/privacy
Support URL path
/support
Terms URL path
/terms
Category & rating
- Play category
- Games · Puzzle
- App Store category
- Games · Puzzle
- Price
- Free, with optional ads
- Age
- 4+ / Everyone. Not directed at children under 13.
- Violence / scary
- None
- User-generated content
- No
- Location / contacts
- Not used
Data safety
Declare: no account, no collected player data on Torrey Studio servers. On-device game progress only. If ads are on, declare that an advertising partner may collect device IDs under their policy, and that ads are optional.
Play Data safety summary
App does not collect user data. Optional ads, if enabled by the player, are served by Google and subject to Google’s ads policy. Game progress is stored only on device.
Icons & graphics

Play feature graphic 1024×500
Long-press or tap to save. Phone screenshots: play tonight’s map and capture the home, board, and stats screens at 1290×2796 (6.7") and 1080×2340.
Google Play
- Create the app in Play Console as Torrey Studio with package com.torreystudio.vesper.
- Wrap this live site as a Trusted Web Activity using PWABuilder. Point it at the live Vesper URL (https://torrey.studio until a dedicated host is set).
- Play App Signing SHA-256 is not filled. After Play Console issues the cert, paste it into /.well-known/assetlinks.json (template below).
- Paste the listing copy, upload icon-512 and the feature graphic, add phone screenshots.
- Complete content rating, Data safety, and the ads declaration (yes, ads optional).
- Roll out to internal testing, then production.
assetlinks.json template
[
{
"relation": ["delegate_permission/common.handle_all_urls"],
"target": {
"namespace": "android_app",
"package_name": "com.torreystudio.vesper",
"sha256_cert_fingerprints": []
}
}
]Apple App Store
- Enroll in the Apple Developer Program as Torrey Studio. Apple Team ID is not filled.
- On a Mac, wrap this site with Capacitor (bundle id com.torreystudio.vesper), or submit the installed web app via a store wrapper you control. Apple reviews native shells more strictly than Play — keep the puzzle playable offline and avoid a thin website bookmark.
- Upload icon-1024, 6.7" and 6.1" screenshots, and this listing copy.
- Privacy nutrition labels: no collected data. Ads only if AdMob units are filled — they are not filled today.
- If you use tracking ads, add App Tracking Transparency. Vesper defaults to non-personalized notes, so ATT can stay off until you enable personalized AdMob.
apple-app-site-association template
{
"applinks": {
"details": [
{
"appIDs": ["TEAM_ID.com.torreystudio.vesper"],
"components": [{ "/": "*" }]
}
]
}
}Ads
Ads make sense here: the game is free, sessions are short, and notes stay off the board. Rewarded notes pay for hints. Practice maps may show a full-screen note after a cooldown. Unit IDs below are not filled until AdSense or AdMob approves this app. Sample notes stay until real units are saved.
- AdSense client
- Not filled
- AdSense slot
- Not filled
- AdMob app ID
- Not filled
- AdMob banner unit
- Not filled
- AdMob rewarded unit
- Not filled
- AdMob interstitial unit
- Not filled
Saved on this device: Not filled — sample notes remain.
Capacitor config
capacitor.config.json
{
"appId": "com.torreystudio.vesper",
"appName": "Vesper",
"webDir": "dist",
"server": { "url": "https://torrey.studio", "cleartext": false },
"plugins": {
"SplashScreen": { "launchAutoHide": true, "backgroundColor": "#0a0a0b" }
}
}