Build on ShellApps
Everything you need to build powerful apps on the ShellApps platform
Platform
ShellApps ID
LiveAuthentication, profiles, groups, permissions
Norman Engine
LiveAI/LLM orchestration layer
Norman Agent
LiveAutonomous agent framework
Norman Chat
LiveChat interface with streaming
Experience Platform
BetaAnalytics, errors, flags, translations, feedback, theming
Design System
Beta@shellapps/react-ui component library
Toolshed
Coming SoonIntegration management
RapidStack
Coming SoonAgent orchestration
E2E Testing
BetaAutomated testing with Playwright
Get building in 5 minutes
npm install @shellapps/react-uiimport { ThemeProvider, Button } from '@shellapps/react-ui';
export default function App() {
return (
<ThemeProvider>
<Button>Hello ShellApps</Button>
</ThemeProvider>
);
}Ready to build?
Activate Builder Tools to get API keys, manage your apps, and start building on ShellApps.
Activate Builder Tools →