A curated collection of UI design inspiration from across the web, built with vanilla JavaScript and Web Components.
- 📱 Categorized design inspirations (Mobile, Desktop, Watch, Vision, Icons, Illustrations)
- 🔄 Infinite scroll for seamless browsing
- 🖼️ Modal view for larger image preview
- 💅 Clean and responsive design
- 🚀 Progressive Web App (PWA) support
- 📨 Weekly newsletter via Substack
- Vanilla JavaScript (Web Components)
- TailwindCSS
- Service Workers for offline support
- GitHub Pages for hosting
- Clone the repository:
git clone https://github.com/sammarxz/inspira.git
cd inspira
- Install dependencies:
npm install
- Start the development server:
npm run dev
This will:
- Start a local server
- Watch for TailwindCSS changes
- Enable hot reloading
npm run build
This will:
- Generate optimized CSS with TailwindCSS
- Minify assets
- Prepare for deployment
The site is automatically deployed to GitHub Pages when pushing to the main branch.
MIT © sammarxz
All design content belongs to their original owners. This is a curated gallery for inspiration purposes.
Subscribe to our weekly newsletter to get the latest UI design inspiration delivered to your inbox.
- Fork it
- Create your feature branch (
git checkout -b feature/fooBar
) - Commit your changes (
git commit -am 'Add some fooBar'
) - Push to the branch (
git push origin feature/fooBar
) - Create a new Pull Request