Chataropica is a web-based instant messaging platform accessible at aedtpworld.com/chat, developed by AEDTP World. Built with PHP and Tailwind CSS, it is designed as a lightweight, browser-first alternative to app-based messengers, requiring no installation and no file uploads.
Chataropica allows registered users — categorized as personal, business, or artist accounts — to message one another directly through individual, pretty-URL profile pages (e.g. aedtpworld.com/chat/username). The platform's tagline describes it as a space to "chat everyday with friends and families, artists, business and loved ones, connect with the world."
Conversations are one-to-one, accessed either through a persistent contacts sidebar or by visiting a user's direct chat link. Unregistered visitors who attempt to message a user are redirected to that user's public profile with a prompt to log in.
Rather than a formatting toolbar, Chataropica uses inline markup that is parsed on display: double asterisks for bold, double underscores for italics, double tildes for strikethrough, and bracketed tags for paragraph breaks and lists. Typed https:// links are automatically hyperlinked, and @username mentions link directly to a user's profile.
Verified accounts display a small badge next to their name, with the badge color corresponding to account type: green for personal, black for business, and blue for artist. Verification status is controlled solely by the platform's administration.
Users can toggle between a white-and-blue "day" interface and a black-and-yellow "night" interface, with the preference saved in the browser.
Chataropica, AEDTP World, web-based instant messaging, browser messenger, no download messenger, PHP chat platform, Tailwind CSS chat app, lightweight messaging platform, instant messaging website, pretty URL chat profiles, direct messaging platform, one-to-one chat app, personal business artist accounts, verified account badges, chat verification system, day night theme chat, dark mode messenger, no file upload chat, browser-based chat, real-time chat polling, PHP messaging app, chat without installation, aedtpworld.com chat, online chat for friends and family, artist messaging platform, business messaging platform, social messaging tool, clean URL chat routing, server-rendered chat app, text formatting chat markup, mention and hyperlink chat, secure chat login, chat profile pages, instant messenger alternative, app-free messaging, web app instant messaging, chat platform for creators, connect with friends online, browser first messenger, no app messaging service, custom chat markup language
In place of uploaded media, avatars and images are set exclusively via external links, with a generic silhouette icon shown as a fallback when no valid image is provided.
Registration requires selecting one of three account types, choosing a unique username, and setting a security question for password recovery. There is no public administrator account type — platform moderation is handled by a single, non-public super administrator account that exists outside the regular user database and cannot itself participate in chats.
Chataropica is built without a front-end framework, relying on server-rendered PHP pages styled with Tailwind CSS. New messages are retrieved through periodic polling rather than a persistent connection, and routing for clean URLs (such as user and profile pages) is handled through a single rewrite configuration file.