From e5ba40b72f4fed0b56842a1c0e29860510bad41c Mon Sep 17 00:00:00 2001 From: Jake Shore Date: Tue, 17 Feb 2026 05:10:51 -0500 Subject: [PATCH] Add Command Center seed data for George --- command-center-seed.json | 92 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 92 insertions(+) create mode 100644 command-center-seed.json diff --git a/command-center-seed.json b/command-center-seed.json new file mode 100644 index 0000000..5aedfae --- /dev/null +++ b/command-center-seed.json @@ -0,0 +1,92 @@ +{ + "artist": { + "name": "Das", + "realName": "Dylan Dasgupta", + "description": "Singer-songwriter meets bass. Organic vocals with melodic bass drops.", + "subGenreIdeas": ["Tidal Bass", "Pacific Melodic", "Ethereal Catharsis", "Sunset Bass", "Tearwave"], + "lane": "Organic core + electronic layers — singer-songwriter who produces bass music rather than bass producer who adds vocals" + }, + + "genrePosition": { + "coordinates": { + "valence": 0.43, + "tempo": 0.35, + "organic": 0.70 + }, + "spikes": { + "energy": 0.90, + "acousticness": 0.60, + "emotionalDepth": 0.95, + "danceability": 0.85, + "lyricComplexity": 0.85, + "productionDensity": 0.80 + }, + "nearestArtists": ["Joji", "keshi", "Eden", "Brakence", "Clairo"], + "genreUniverseEmbed": "genre-viz/index.html" + }, + + "album": { + "name": "SURYA", + "trackCount": 14, + "tracks": [ + { "number": 1, "title": "skin (intro)", "score": 8.0, "vibe": "Meditative, vulnerable opener. Sparse soundscape with warm pads.", "theme": "Displacement, emotional disconnection", "color": "#f472b6" }, + { "number": 2, "title": "u saved me", "score": 9.0, "vibe": "Alt-R&B with crispy hi-hats and punchy kick. 80-90 BPM.", "theme": "Codependency disguised as love", "color": "#22d3ee" }, + { "number": 3, "title": "nothing", "score": 8.5, "vibe": "Trap influence, hypnotic chord progression. Sustained energy.", "theme": "Numbness, going through the motions depression", "color": "#666666" }, + { "number": 4, "title": "sweet relief", "score": 9.5, "vibe": "TOP TIER production. Quiet verses exploding into chorus.", "theme": "Toxic relationship, emotional addiction", "color": "#a855f7", "star": true }, + { "number": 5, "title": "tiptoe", "score": 7.5, "vibe": "Lighter feel, melodic hooks.", "theme": "Walking on eggshells in a relationship", "color": "#6ee7b7" }, + { "number": 6, "title": "nature's call", "score": 8.0, "vibe": "Organic textures, natural soundscape elements.", "theme": "Reconnecting with something real", "color": "#5eead4" }, + { "number": 7, "title": "dreamcatcher (interlude)", "score": 7.0, "vibe": "Short transitional piece, atmospheric.", "theme": "Subconscious processing", "color": "#c084fc" }, + { "number": 8, "title": "idk", "score": 8.5, "vibe": "Chaotic energy, experimental production.", "theme": "Uncertainty, confusion", "color": "#f472b6" }, + { "number": 9, "title": "with u", "score": 9.0, "vibe": "Warm, intimate. Beautiful melodic work.", "theme": "Finding peace in someone's presence", "color": "#fbbf24" }, + { "number": 10, "title": "poor you poor me", "score": 8.0, "vibe": "Reflective, mid-tempo.", "theme": "Mutual destruction in relationships", "color": "#fb923c" }, + { "number": 11, "title": "wait 4 u", "score": 8.5, "vibe": "Emotional build, dynamic range.", "theme": "Patience and longing", "color": "#38bdf8" }, + { "number": 12, "title": "run to u", "score": 8.0, "vibe": "Energetic, driving rhythm.", "theme": "Desperate return to love", "color": "#f87171" }, + { "number": 13, "title": "medications", "score": 9.0, "vibe": "Heavy, raw. Powerful vocal performance.", "theme": "Mental health, coping mechanisms", "color": "#e879f9" }, + { "number": 14, "title": "hollow", "score": 9.0, "vibe": "Ethereal closer. Golden spiral energy.", "theme": "Emptiness after everything", "color": "#fbbf24" } + ], + "averageScore": 8.46, + "standoutTracks": ["sweet relief", "u saved me", "with u", "medications", "hollow"] + }, + + "visualAssets": { + "genreUniverse3D": "genre-viz/index.html", + "suryaFullVideo": "surya-manim-v2/output/surya_fixed.mp4", + "suryaTrackVideos": "surya-manim-v2/output/Track{01-14}*_final.mp4", + "animatedWebsite": "daswav-cute-v2/index.html", + "websiteAlt": "das-website/index.html", + "blenderScripts": "surya-blender/ (WIP — needs one-at-a-time rendering)" + }, + + "colorPalette": { + "primary": "#0d1117", + "accent1": "#f472b6", + "accent2": "#22d3ee", + "accent3": "#fbbf24", + "accent4": "#a855f7", + "accent5": "#5eead4", + "text": "#e6edf3", + "subtle": "#8b949e" + }, + + "milestones": { + "current": { + "monthlyListeners": 517, + "spotifyFollowers": null, + "instagramFollowers": null, + "tiktokFollowers": null, + "playlistPlacements": null, + "adSpendTotal": null + }, + "goals": [ + { "metric": "monthlyListeners", "target": 1000, "label": "1K Monthly Listeners" }, + { "metric": "monthlyListeners", "target": 5000, "label": "5K Monthly Listeners" }, + { "metric": "playlistPlacements", "target": 10, "label": "10 Playlist Placements" }, + { "metric": "syncLicense", "target": 1, "label": "First Sync License" } + ] + }, + + "adTracking": { + "platform": "TikTok Native Ad Manager", + "notes": "Dylan confirmed TikTok's own ad manager, not third party" + } +}