Skip to main content

Tutorial: Building a Complete Admin

This tutorial walks you through building "StratoShop" — a full-featured e-commerce admin dashboard — from scratch using StratoAdmin and AWS Cloudscape UI.

What You'll Build

By the end of this tutorial, you'll have a production-ready admin app with:

  • CRUD pages for products, orders, and customers
  • Relational fields and linked resources
  • Authentication and role-based access control
  • A data-driven dashboard
  • Internationalization (i18n) support

Chapters

  1. Introduction & Project Setup
  2. Building Your First Resource
  3. Refining Field Labels
  4. Relationships: Connecting Resources
  5. Optimizing List Views
  6. Enhancing Form Inputs
  7. The App Shell & Branding (coming soon)
  8. Authentication & Role-Based Access (coming soon)
  9. The Data-Driven Dashboard (coming soon)
  10. Going Global: Internationalization (coming soon)
  11. Deployment & Best Practices (coming soon)

Ready? Start with Introduction & Project Setup.