Welcome to the comprehensive guide for WebSim.ai, a platform that allows users to create and explore simulated websites in an expansive, imaginative internet landscape.
WebSim.ai is a unique platform that enables users to create and interact with simulated websites. It's designed to push the boundaries of what's possible on the internet, allowing for creative exploration of web design, content creation, and user interaction.
Each website on WebSim.ai is a simulated space, existing in a version of the internet where anything is possible. These sites can represent alternative histories, futuristic concepts, or purely imaginative constructs.
WebSim.ai is built on the idea of collaborative creation. Users can build upon each other's ideas, creating an interconnected web of simulated sites.
Websites on WebSim.ai are not static. They can change based on user interaction, time, or other factors, creating a dynamic and engaging experience.
The home page of WebSim.ai features several key elements:
Users can filter the feed using the following options:
Each website in the feed is represented by a card containing:
Retrieves the most recently created website.
[
{
"id": "string",
"title": "string",
"url": "string",
"username": "string",
"avatar_url": "string"
}
]
Retrieves websites liked by a user.
{
"userid": "string"
}
{
"data": [
{
"site_id": "string",
"title": "string",
"simulated_url": "string",
"username": "string",
"avatar_url": "string",
"liked_at": "string (ISO 8601 date)"
}
]
}
Retrieves new bookmarks.
{
"data": [
{
"site_id": "string",
"title": "string",
"simulated_url": "string",
"username": "string",
"avatar_url": "string"
}
]
}
Retrieves trending websites.
max_age_hours: number
{
"data": [
{
"site_id": "string",
"title": "string",
"simulated_url": "string",
"username": "string",
"avatar_url": "string",
"likes": number,
"views": number
}
]
}
WebSim.ai supports a dark mode, which can be activated by setting a cookie:
document.cookie = "nosleep=true; path=/";
Website thumbnails are dynamically generated and can be accessed at:
https://images.websim.ai/v1/site/{site_id}/{width}
Each user has a profile accessible at:
https://websim.ai/@{username}
Individual websites can be viewed at:
https://websim.ai/c/{site_id}
This concludes the comprehensive documentation for WebSim.ai. Happy simulating!