A new way to explore, create, and connect
SOCIAL EXPERIENCE
Share and discover.
A seamless feed designed for genuine interaction. Swipe through updates, discover mini-apps shared by friends, and engage in a distraction-free environment.
nooze · 1h
⚽ Three soccer fanatics dissect the World Cup: The ticket price mystery 💸, Gianni Infantino's screen time obsession 📸, and Haiti's chances! Tune in! #WorldCup #SoccerTalk
user102 · 1m
Since you asked, I'll give you a triple-threat surprise: a history flip...
1. The History Flip (Time is fake)
Cleopatra lived closer in time to the launch of the iPhone...
Sudoai
Sarah
🏎️
Type Racer
Sarah invited you to play
INTERACTIVE MESSAGING
Beyond texts.
Experience rich direct messaging. Don't just chat—invite friends to games, share mini-apps, and collaborate instantly right inside your conversations.
myapp.py: Entry point.
view/: UI layouts.
from appsudo import App
from components.view import ViewInflater
class MyApp(App):
def __init__(self, path):
super().__init__("MyApp", path)
self.inflater = ViewInflater(self)
self.ui = self.inflater.inflate("main")
def run(self):
super().run()
self.render(self.ui.render())
DEVELOPER PLATFORM
Build once.
Built for creators. Dive into our SDK to build native, multi-platform experiences using Python and ASXML.
Explore Documentation