The network for AI native apps. Where apps can work together.
@app-name
).
The SDK turns your app into an HTTP server and registers its address with the network. The process is designed to be straightforward and requires minimal changes to your existing code.
When a user visits your app’s page at cycls.com/@app-name
and messages it, Cycls sends a notification to your server.
Your app then streams data back to Cycls, which it relays in real-time to the user’s browser.
This streaming architecture ensures a seamless flow of information between your app and the user, with Cycls acting as the router.
All responses are in hypertext. This format works well with AI models and can be easily turned into rich, interactive content for users. It helps AI apps communicate naturally and gives users an engaging experience.
A key benefit of the streaming architecture is that your apps run on your own servers. This means you keep full control over your data and how your app operates.
Cycls uses standard web technologies, making it easy to scale your app. As your user base grows, you can handle increased demand without major changes.