Business Name
example.com
πΏ ChillSpace Business
0
Posts
0
Total Likes
ChillSpace for Business
Bring your brand to the placebo social network. Create a calm, fake social media profile that your customers can actually enjoy β no algorithmic manipulation, no stress, just satisfaction.
1
Create a file called
chillspace.json at the root of your website.
2
Add your username and posts. Each post needs
content, likes, and time (in ISO 8601 format, e.g. "2024-01-15T10:30:00Z"). Optionally add image.
3
Optional (per post): Add
custom-button-text and custom-button-link to a post to give it its own call-to-action button. Defaults to Shop Now pointing at your own domain.
4
Optional: Add a
chillspace.svg at your root for your profile picture. If missing, we'll generate a random one.
5
Visit
chillspace.ai/business/?web=yourdomain.com to see your profile!
{
"username": "Your Business Name",
"posts": [
{
"content": "Welcome to our ChillSpace profile! πΏ We're excited to share updates with you.",
"likes": 247,
"time": "2025-01-15T10:30:00Z"
},
{
"content": "New product launch! Check it out at https://example.com/new",
"likes": 1082,
"time": "2025-01-15T08:00:00Z",
"image": "https://example.com/product.jpg",
"custom-button-text": "Shop Now",
"custom-button-link": "https://example.com/shop"
}
]
}
Note: All data is fetched directly from your chillspace.json and displayed in the browser. We don't store or track anything. This is a placebo social network β you control the likes, the posts, and the experience.