TinyShip Feature Overview
Summary of TinyShip v1.0.0 pages and core capabilities with an extensible, developer-first design
TinyShip focuses on a solid, extensible foundation instead of an all-in-one mega framework. Core flows are complete out of the box; everything else is intentionally left open for you to extend. You can experience all pages at demo.tinyship.cn.
Philosophy: ship the essentials + clean architecture; empower developers to extend. A template library may come later, but the core principle stays the same.
Future plans: see the roadmap.
What’s in v1.0.0
-
Landing Page
- Marketing-style showcase for product value and entry points.
-
Auth & Account
- Email login & signup (with verification email)
- OAuth login
- Phone login
- WeChat login
- Forgot password (verification email)
- Reset password
- Dashboard after login:
- Profile
- Order management (show subscription cycle; open third-party portal)
- Account management (change password / delete account / account linking)
-
Pricing & Payments
- Supports WeChat Pay
- Stripe: one-time payments + recurring subscriptions
- Creem: one-time payments + recurring subscriptions
- Multiple non-tiered plans supported
- Credits System: Pay-as-you-go credits purchase and consumption
- Dual payment model: subscriptions + credits in parallel
- Fixed/dynamic consumption modes
- AI model multiplier configuration
- Complete transaction tracking
-
File Upload Page
- Unified cloud storage interface demo
- Supports Alibaba Cloud OSS / AWS S3 / Cloudflare R2
- File upload, signed URL generation, metadata management
-
AI Page
- Built with Vercel AI SDK
- Comes with a simple AI Chat page as a reference; extend to your own AI apps.
-
Admin Panel
- Dashboard home
- User management
- Order management
- Subscription management
-
Premium Member Page
- Demo route-protection page for paid users only, showing how to enforce subscription-level access control in SaaS.
How to extend
- Add vertical-specific flows (e.g., onboarding, billing hooks, feature gating).
- Swap or add payment processors; refine plan logic.
- Expand AI use cases (embeddings, RAG, tools, multi-modal).
- Customize Admin Panel actions or add audit/logging.
- Build your own template library on top of the existing pages.
Try it
Visit demo.tinyship.cn to explore all current pages and flows. As the roadmap evolves, more reference pages will be added while keeping the extensible, developer-first approach.