New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

create-forgestack

Package Overview
Dependencies
Maintainers
1
Versions
22
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

create-forgestack

CLI to scaffold a Next.js + Firebase project

latest
Source
npmnpm
Version
2.0.1
Version published
Weekly downloads
46
2200%
Maintainers
1
Weekly downloads
 
Created
Source

ForgeStack Logo

ForgeStack

ForgeStack is a fullstack template powered by Next.js, Firebase, and Tailwind CSS. It helps you quickly scaffold scalable web apps with built-in theming and Firebase integration.

Features

  • Next.js (App Router)
  • Firebase Auth, Realtime DB, and Storage
  • Tailwind CSS with dark mode support
  • Custom hooks for Firebase services
  • Clean, scalable project structure

Getting Started

Create a new project:

npx create-forgestack my-app
cd my-app

🛠 Setup Firebase

After creating the project, you’ll be prompted to enter your Firebase configuration. Ensure you have a Firebase project set up and retrieve your API keys from the Firebase Console.

🚀 Running the Project

To start the development server, run:

npm run dev

This will launch your app at http://localhost:3000.

📂 Project Structure

my-app/
│── public/         # Static assets
│── src/
│   ├── components/ # Reusable UI components
│   ├── hooks/      # Custom Firebase hooks
│   ├── pages/      # Next.js pages
│   ├── styles/     # Global styles
│   ├── utils/      # Utility functions
│── .env.local      # Firebase credentials
│── package.json    # Dependencies & scripts

🎨 Theming

ForgeStack supports light/dark mode out of the box. You can customize the theme in src/styles/globals.css.

📜 License

This project is open-source and available under the MIT License.

Contributing

Contributions are welcome! Feel free to fork the repo, submit issues, or make a pull request.

Built with ❤️ by the tmonga2208.

Keywords

cli

FAQs

Package last updated on 23 Nov 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