npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

gbit-next

v1.0.0

Published

Professional CLI to create modern Next.js applications with ready-to-use templates.

Downloads

96

Readme

    ## 🚀 Instalação
npm install -g gbit-next

ou

npx gbit-next
                                               # ⚡ gbit-next

Crie projetos Next.js completos e prontos pra rodar, em segundos.

Templates reais para Dashboard, Ecommerce, SaaS, CRM e ERP — com relógio ao vivo, cotações de moedas em tempo real e pagamento Pix funcional via Mercado Pago.


✨ O que é

gbit-next é um CLI que gera um projeto Next.js + TypeScript + Tailwind já configurado e pronto pra rodar — sem tela em branco. Escolha um template, e o CLI entrega uma aplicação funcional de verdade: sidebar, componentes, dados de exemplo e (em alguns templates) recursos reais como pagamento via Pix.

Troque o src/app/page.tsx pelo seu conteúdo e o projeto já é seu.

🚀 Uso

npx gbit-next

O CLI vai perguntar:

  1. Nome do projeto
  2. Template desejado

E entrega tudo pronto:

cd nome-do-projeto
npm run dev

📦 Templates disponíveis

| Template | O que vem pronto | |---|---| | Dashboard | Sidebar + cards de métricas — ótimo ponto de partida para painéis administrativos | | Ecommerce | Navbar + grid de produtos com carrinho | | SaaS | Landing page + planos de assinatura + login com Google (UI) + pagamento Pix real via Mercado Pago | | CRM | Sidebar + tabela de contatos com status | | ERP | Sidebar + controle de estoque | | Vitrine Gbit | Página de portfólio para suas próprias ferramentas | | Blank Project | Setup limpo (Next + TS + Tailwind), sem nenhum template aplicado |

🧩 Recursos inclusos

  • Relógio ao vivo — hora e data atualizando em tempo real
  • 💱 Cotações reais — BTC, ETH, USD e EUR, atualizadas automaticamente (via CoinGecko + open.er-api, sem necessidade de chave de API)
  • 💳 Pagamento Pix real (template SaaS) — gera QR Code de verdade via Mercado Pago; basta configurar seu Access Token no .env.local
  • 🔐 Login com Google (UI pronta) — botão estilizado, pronto para conectar ao NextAuth

⚙️ Configurando o Pix (template SaaS)

Ao gerar um projeto com o template SaaS, um arquivo .env.local é criado automaticamente. Edite-o com sua chave do Mercado Pago:

MERCADOPAGO_ACCESS_TOKEN=sua_chave_aqui

Use uma chave de teste (TEST-...) para experimentar sem gerar cobranças reais.

🛠️ Stack gerada

🗺️ Roadmap

  • [ ] Mais templates (Blog, Portfólio, Landing Page)
  • [ ] Integração completa com NextAuth (Google login funcional)
  • [ ] Suporte a outros provedores de pagamento

🤝 Ecossistema Gbit

| Ferramenta | Descrição | |---|---| | gbit-next | Este CLI — projetos Next.js prontos | | create-gbit-app | Projetos fullstack completos (Backend + Frontend Vite/TS + Smart Contracts) | | gbit-start | Abre qualquer projeto existente, instala dependências e entrega a URL pronta |

📄 Licença

MIT © Gislaine Cristina Lopes Fernandes