
Superprism App Starter
Build custom Superprism applications with this starter template. Everything you need to create your own UI on top of the Superprism backend is ready to go.
API Endpoints
All backend API routes are available and ready to use
Check the app/api directory for available endpoints. Use the hooks in hooks/ to interact with them.
Building Superprism Apps
This starter provides everything you need to build custom Superprism applications
Available Resources
- All Superprism API endpoints in
app/api/ - React hooks for data fetching in
hooks/ - Complete UI component library in
components/ui/ - Authentication components in
components/auth/ - Utilities and helpers in
lib/
Get Started
- Customize this homepage to match your application
- Create your application pages and components
- Use the provided hooks to interact with the Superprism API
- Build your UI with the shadcn/ui components
- Deploy and share your custom Superprism app