🚀 Socket Launch Week Day 5:Introducing Repository Access Permissions and Custom Roles.Learn more
Sign In

thesquirrel-starter-pack

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

thesquirrel-starter-pack

A Next.js starter kit with Tailwind CSS

latest
Source
npmnpm
Version
1.0.3
Version published
Weekly downloads
6
-25%
Maintainers
1
Weekly downloads
 
Created
Source

The Squirrel Starter Kit 🐿️

A production-ready Next.js starter kit with Tailwind CSS, Shadcn UI components, and essential tools for rapid web development.

Features

  • ⚡️ Next.js 15 with App Router
  • 🎨 Tailwind CSS with custom theme
  • ✨ Shadcn UI components
  • 🧉 Pre-configured API routes
  • 🔒 Authentication pages (Login/Register)
  • 🛆 Zustand for state management
  • 📝 React Hook Form with Zod validation
  • 🛠️ Pre-configured ESLint and PostCSS
  • 🫥 Path aliases with @/* for cleaner imports

Getting Started

  • Create a new project:

    npx create-squirrel-app my-app
    
  • Navigate to your project:

    cd my-app
    
  • Install dependencies:

    npm install
    
  • Start the development server:

    npm run dev
    
my-app/
├── app/
│   ├── (site)/ # Main site pages
│   ├── auth/ # Authentication pages
│   ├── api/ # API routes
│   └── layout.js # Root layout
├── components/
│   ├── ui/ # Shadcn UI components
│   ├── forms/ # Form components
│   └── navbar.jsx # Navigation bar
├── lib/ # Utility functions
├── constants/ # Constants and data
├── store/ # Zustand state management
└── public/ # Static assets

Included Packages

  • UI: Shadcn UI, Lucide Icons
  • State Management: Zustand
  • Forms: React Hook Form, Zod
  • Styling: Tailwind CSS, Tailwind Merge
  • HTTP: Axios
  • Routing: Next.js App Router

Customization

Tailwind Configuration

Edit tailwind.config.mjs to customize your theme.

API Routes

Example API route with CRUD operations.

State Management

Pre-configured Zustand store.

Deployment

Deploy your application to Vercel with one click:

Deploy with Vercel

Contributing

Contributions are welcome! Please follow these steps:

  • Fork the repository
  • Create your feature branch (git checkout -b feature/AmazingFeature)
  • Commit your changes (git commit -m 'Add some AmazingFeature')
  • Push to the branch (git push origin feature/AmazingFeature)
  • Open a Pull Request

License

This project is licensed under the MIT License - see the LICENSE file for details.

Built with ❤️ by The Squirrel Team

Keywords

next.js

FAQs

Package last updated on 14 Feb 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts