# Can i somewhere to check completed made theme made by sage?

**URL:** https://discourse.roots.io/t/can-i-somewhere-to-check-completed-made-theme-made-by-sage/29485
**Category:** sage
**Created:** 2025-04-13T19:29:27Z
**Posts:** 2

## Post 1 by @Siknoidas — 2025-04-13T19:29:27Z

Hello,

Can i download to check completed website made with sage? Or maybe i can buy template somewhere?  
I understand this is individual theme for every website, but its much easer to do changes on working website and change some colors or styles…

Thanks.

---

## Post 2 by @jasperfrumau — 2025-04-16T04:16:22Z

I made a Sage 11 based theme using Tailwind CSS, Vite and Acorn. It also uses Navi for navigation, has WooCommerce integrated and has several patterns included. Other more custom patterns I add as plugins. You can check out the [Nynaeve repo](https://github.com/imagewize/nynaeve).

Summary of features including Sage 11 own features:

### Fonts

- Custom web fonts integration with Open Sans and Menlo
- Proper typography scales with Tailwind CSS
- Font optimization for performance

### PHP Packages

- Acorn for Laravel framework features in WordPress
- Navi for WordPress menu building and navigation
- Blade component integration
- Custom block support

### Components

- Responsive navigation with dropdown menus
- Social media icons integration with Blade components
- WooCommerce product gallery with thumbnails and zoom
- Back to top button
- Smooth scroll functionality for anchor links

### WooCommerce Integration

- Custom product archive views
- Enhanced single product page
- Custom gallery with thumbnail navigation
- Styled checkout and cart process
- Responsive product grids

### CSS with Tailwind 4

- Custom color palette
- Responsive design system
- Extended typography settings
- Component-focused styling
- WooCommerce specific styling

### Build System

- Vite for fast HMR (Hot Module Replacement)
- NPM for package management
- Asset optimization pipeline
- Image processing
- SVG icon system

Other blocks used for services, reviews, about us can be located at [Imagewize repositories overview](https://github.com/imagewize).
