Superprism

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.

Authentication
Sign up, log in, and manage your account
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

  1. Customize this homepage to match your application
  2. Create your application pages and components
  3. Use the provided hooks to interact with the Superprism API
  4. Build your UI with the shadcn/ui components
  5. Deploy and share your custom Superprism app