Template Store
The Template Store is Scoriet's community marketplace where you can browse, purchase, review, and download code generation templates created by Scoriet experts and the community. Instead of building templates from scratch, you can leverage existing, tested templates to accelerate your code generation.
Understanding the Template Store
The Template Store provides:
- Pre-built templates: Ready-to-use code generation templates
- Multiple technologies: Laravel, React, Vue, Angular, .NET, Node.js, Python, etc.
- Different use cases: CRUD apps, APIs, Reports, Mobile apps, etc.
- Community ratings: See what other developers think
- Free and paid options: Some templates are free, others support creators
- Regular updates: Templates updated with security patches and improvements
Accessing the Template Store
To browse templates:
- Click Template Store icon in the dock
- The Template Store opens showing featured templates
- Browse or search for what you need
- View details and reviews
- Purchase or download templates
template-store-main.pngBrowsing Templates
Featured Section
Discover popular and new templates:
┌─────────────────────────────────────┐
│ ⭐ Featured This Week │
├─────────────────────────────────────┤
│ │
│ ┌──────────┬──────────┬──────────┐ │
│ │ Laravel │ React │ Vue Full │ │
│ │ Admin │ Todo App │ Stack │ │
│ │ Panel │ │ │ │
│ │ ⭐⭐⭐⭐⭐ │ ⭐⭐⭐⭐⭐ │ ⭐⭐⭐⭐ │ │
│ │ $29.99 │ Free │ $49.99 │ │
│ └──────────┴──────────┴──────────┘ │
│ │
└─────────────────────────────────────┘
Click any template to see full details.
Browsing by Category
Filter templates by what you're building:
- E-Commerce: Shopping carts, product catalogs, checkout
- Blog/CMS: Content management systems
- Admin Panels: Dashboard, user management
- Mobile Apps: React Native, Flutter, iOS, Android
- APIs: REST API, GraphQL, microservices
- Reporting: Analytics, dashboards, reports
- Authentication: Login, OAuth, two-factor
- Real-Time: Chat, notifications, live updates
- Integrations: Payment processing, email, SMS
Browsing by Technology
Filter by programming language and framework:
Backend:
├─ PHP: Laravel, Symfony, Slim
├─ Python: Django, Flask, FastAPI
├─ Node.js: Express, NestJS, Fastify
├─ Go: Gin, Echo, BeGo
├─ Java: Spring Boot, Quarkus
└─ .NET: ASP.NET Core, Minimal APIs
Frontend:
├─ React: Next.js, Create React App, Remix
├─ Vue: Nuxt, Vue Composition API
├─ Angular: Angular Material, RxJS
├─ Svelte: SvelteKit
└─ Static: HTML/CSS/JavaScript
Mobile:
├─ React Native
├─ Flutter
├─ iOS/Swift
└─ Kotlin/Android
Viewing Template Details
When you click a template, see comprehensive information:
template-detail.pngTemplate Information
Overview:
- Template name and description
- Creator name and profile
- Rating and review count
- Price (if paid)
- Download count
- Last updated date
Features Included
What the template provides:
Template: Laravel + React Admin Panel
Includes:
✓ Complete user management system
✓ Role-based access control (RBAC)
✓ Dashboard with key metrics
✓ Data tables with sorting/filtering
✓ Form validation (frontend & backend)
✓ API authentication with Laravel Passport
✓ Responsive mobile-friendly design
✓ Dark mode support
✓ Multi-language support
✓ Docker compose configuration
✓ Complete documentation
✓ Example database schema
Technology Stack
What libraries, frameworks, and tools are included:
Backend:
- PHP 8.2+
- Laravel 12
- Laravel Passport OAuth2
- MySQL/PostgreSQL
Frontend:
- React 19
- Inertia.js
- Tailwind CSS 4.0
- Ant Design Components
- TypeScript
Build Tools:
- Vite
- npm
Deployment:
- Docker
- GitHub Actions (CI/CD)
Screenshots and Video
Visual previews showing:
- Dashboard layout
- Form examples
- List/table views
- Mobile responsiveness
- Dark/light modes
Hover to zoom or click for full-screen view.
Documentation
Included documentation:
- Installation instructions
- Setup and configuration
- API documentation
- Component reference
- Customization guide
- Troubleshooting
Reviews and Ratings
Community Feedback
See what other developers think:
⭐⭐⭐⭐⭐ 5/5 stars
"Excellent template! Saved us weeks of development time."
- By: SoftwareDev2024, Verified Purchase
⭐⭐⭐⭐ 4/5 stars
"Great work. Only missing some documentation."
- By: CodeMaster99, Verified Purchase
⭐⭐⭐⭐⭐ 5/5 stars
"The best admin template I've found. Highly recommended."
- By: DevJunkie, Verified Purchase
Filter Reviews
- Most helpful: Reviews others found useful
- Newest first: Latest reviews
- Highest rated: 5-star reviews
- Lowest rated: Issues to be aware of
- Verified purchases: Only from people who bought
Leave Your Review
After purchasing and using a template:
- Open template details page
- Scroll to "Reviews" section
- Click "Write Review"
- Rate 1-5 stars
- Write your feedback
- Indicate verified purchase
- Submit review
Honest reviews help other developers choose templates and help creators improve their work.
Purchasing and Downloading
Free Templates
- Click "Download" button
- The template downloads immediately
- No account/payment required
- Starts importing into Scoriet
Paid Templates
- Click "Buy Now" or "$29.99"** button
- Choose payment method:
- Credit/Debit card
- PayPal
- Digital wallet (Apple Pay, Google Pay)
- Complete purchase
- License activated in your account
- Download immediately
- Lifetime access to updates
License Types
Different templates have different licenses:
Personal Use:
- Use for own projects
- Cannot resell generated code
- Single developer use
- Best for: Freelancers, small teams
Small Business (1-5 developers):
- Team of up to 5 developers
- Can use commercially
- Resell generated code
- Best for: Small agencies, startups
Enterprise (unlimited developers):
- Unlimited developers
- Full commercial rights
- Advanced features
- Priority support
- Best for: Large organizations
Check each template's license terms before purchasing.
Managing Your Templates
Installed Templates
In your main Scoriet app, see installed templates:
- Click "My Templates"
- View all installed templates
- See update available badge if new version exists
- Access template directly
- Manage (update, uninstall, settings)
Updating Templates
Get improvements and bug fixes:
- Click "Update Available" badge on template
- Review what's changed in changelog
- Click "Update"
- New version downloads and replaces old
- Your configurations are preserved
Uninstalling
Remove a template you no longer use:
- Right-click template
- Select "Uninstall"
- Confirm deletion
- Template removed (can reinstall later)
Using Templates in Your Projects
Applying a Template
- Create a new generator or project
- Select "Use Template"
- Choose from installed templates
- Select your database schema
- Configure template options:
- Language/framework version
- Include features (auth, payments, etc.)
- Styling theme
- Output structure
- Click "Generate"
- Code generated based on template
Customizing Generated Code
Templates are starting points, not final code:
- Review generated code
- Customize as needed for your project:
- Change styling
- Add business logic
- Modify API endpoints
- Update database queries
- Add custom features
- Use version control (Git) to track changes
- Regenerate if template updates and merge changes
Keep template-generated code in a separate branch so you can easily regenerate and merge updates.
Creating Your Own Template
Want to share your code patterns? Create a template:
- Build a generator in Scoriet
- Create code generation templates
- Test thoroughly with different schemas
- Write documentation
- Click "Publish to Store"
- Set pricing (free or paid)
- Submit for review
- Once approved, appears in Template Store
Template creators earn 70% of sales revenue. Popular templates can be a nice income stream!
Tips and Best Practices
Read reviews carefully: Look for comments about what's working and what might need customization.
Check technology versions: Ensure the template uses versions compatible with your project requirements.
Review the documentation: Download and read docs before purchasing to ensure it meets your needs.
Start with free templates: Try free templates to understand how Scoriet templates work before investing.
Mix and match: Combine templates for different parts (authentication + admin panel + reporting).
Keep templates updated: Regular updates include security fixes and improvements.
Support and Issues
Template Support
If you have questions about a template:
- Contact the creator directly
- Check template documentation
- Review reviews for common issues
- Post in Scoriet community forum
Most template creators provide:
- Email support
- Documentation
- Example projects
- Update notifications
Reporting Issues
Found a bug in a template?
- Open template details
- Click "Report Issue"
- Describe the problem
- Include steps to reproduce
- Include your environment (OS, browser, etc.)
The creator is notified and will investigate.
What's Next?
- Learn about Translations to localize templates
- Explore Deployment to publish generated code
- Set up Templates to create your own