Platform 01 · Editorial
SPLURJJ
The flagship editorial platform — culture, inspiration, and real goals all in one place. Muse AI lives on every page. The root of the entire ecosystem and the parent brand for all four platforms.
App Downloads
Design & Brand Files
Splurjj Press Kit
Logos, screenshots, exec bios, media usage guidelines.
Brand Guidelines PDF
Color systems, typography, iconography, tone of voice.
Figma Design System
Full UI component library — design tokens, auto-layout frames.
iOS SwiftUI Kit
SwiftUI components matching the Splurjj design system.
Android Compose Kit
Jetpack Compose components — Material 3, dark mode, Muse panel.
Mobile Screen Flows
Feed, article reader, Muse AI panel, profile, search journeys.
Developer Portal · Splurjj API
GET
/articlesList articles — pagination, category, tag filters
GET
/articles/:idSingle article — full body, metadata, author
GET
/articles/trendingTop 20 trending articles across all categories
GET
/categoriesAll editorial categories with article counts
GET
/authors/:idAuthor profile, bio, and article history
POST
/articles/:id/likeToggle like on an article
POST
/articles/:id/saveSave article to user library
POST
/articles/:id/mimicTrigger goal creation from this article
GET
/videos?category=Video content feed with category filters
GET
/podcasts?show=Podcast episodes by show
GET
/search?q=&type=Full-text search across articles, videos, podcasts
POST
/users/newsletterSubscribe to Splurjj editorial newsletter
Muse AI API (Reader Mode)
POST
/muse/chatSend message — AI response in reader/writer mode
POST
/muse/goal/generateAuto-generate a goal from article context
GET
/muse/mode?platform=readerGet platform-specific Muse AI configuration
Component Spec & API Handoff
Nav Bar — sticky, search overlay, mobile drawer
Article Card (ed-item) — image, meta, actions bar
Hero Section — featured article with stats rail
Card Actions Bar — like, dislike, comment, save, share
Share Pop-up — 5 platforms + copy link
Comment Drawer — quick reply + thread view
Mimic Modal — goal builder + AI milestones
Muse AI FAB — floating pill, crimson accent
Muse AI Panel — sliding chat, mode tabs, chips
Media Player Bar — podcast/video persistent bar
Category Feed Grid — 3-col responsive grid
Toast Notification — bottom-center, auto-dismiss
Spec Downloads
Component Spec Sheet
Props, states, variants, accessibility — all 15 components.
API Handoff Package
OpenAPI 3.0 spec — import into Postman, Insomnia, or IDE.
Design Tokens
Colors, spacing, type, radii — JSON, CSS vars, Tailwind config.
Muse AI Integration Guide
Embed Muse in Reader mode — muse-ai.js setup, Reader config.
Webhook & Event Reference
All platform events — article.published, goal.mimicked, user.subscribed.