Cycls

Instantly
publish & share
AI-native apps

Cycls turns your AI code into shareable chat-apps in minutes.
All in pure python. No front-end experience required.

                                1 import cycls 
                                2
                                3 app = cycls.App()
                                4
                                5 @app
                                6 def hello(x):
                                7    x.send.text("Hello chat!")
                                8
                                9 app.publish()
                            

https://hello.cycls.app

                                > Hi
                                > Hello chat!