https://github.com/devmunro/stackpack
Created for beginners and people who prefer boilerplates
https://github.com/devmunro/stackpack
Last synced: 9 months ago
JSON representation
Created for beginners and people who prefer boilerplates
- Host: GitHub
- URL: https://github.com/devmunro/stackpack
- Owner: devmunro
- Created: 2025-06-07T10:45:40.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-06-07T11:00:39.000Z (about 1 year ago)
- Last Synced: 2025-06-30T19:53:00.103Z (12 months ago)
- Language: TypeScript
- Homepage: https://stackpack-dun.vercel.app
- Size: 36.1 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# STACKPACK 🚀✨
STACKPACK
— Give me back my boilerplates —
## What is StackPack?
StackPack collection of curated starter templates to jumpstart your projects. It links to multiple GitHub repositories and branches that contain different boilerplates tailored for various use cases.
---
## Starter Repositories
Pick a starter project, skip the fluff, and get coding fast âš¡
| Repo Name | Description | Branches/Variants | Status |
|------------------------------------|--------------------------------------------------------------------|---------------------------|--------------|
| [react-typescript-vite-tailwind](https://github.com/devmunro/react-typescript-vite-tailwind) | Minimal React + Vite + Tailwind + TypeScript starter | `main`, `dashboard` (coming soon), `auth` (coming soon) | Active |
| [next-tailwind-eslint-starter](https://github.com/devmunro/next-tailwind-eslint-starter) | Next.js + Tailwind + ESLint configured starter | `main` | Coming Soon |
| [next-supabase-tailwind-starter](https://github.com/devmunro/next-supabase-tailwind-starter) | Fullstack Next.js with Supabase Auth and Tailwind | `main` | Coming Soon |
| [node-express-api-starter](https://github.com/devmunro/node-express-api-starter) | Node.js backend with Express, middleware, and DB setup | `main` | Coming Soon |
---
## How to Use
Each repo contains one or more branches representing variants or feature sets.
To use a particular variant:
1. Clone the repo:
```bash
git clone https://github.com/devmunro/.git
cd