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 πŸ™

Β© 2025 – Pkg Stats / Ryan Hefner

next-launch

v1.1.0

Published

Welcome to **Next Launch** β€” a modern, feature-packed boilerplate to kickstart your Next.js projects with ease and style. πŸ’»βœ¨

Downloads

35

Readme

πŸš€ Next Launch Starter Project

Welcome to Next Launch β€” a modern, feature-packed boilerplate to kickstart your Next.js projects with ease and style. πŸ’»βœ¨


🌟 Features

πŸ–₯️ Core Technologies

  • Next.js 15: The latest version for blazing-fast web apps.
  • TypeScript: Strict typing for robust and maintainable code.
  • Prisma: Effortless database management with schema-based workflows.
  • Tailwind CSS: Beautiful and responsive design made easy.

πŸ”§ Developer Tools

  • ESLint + Prettier: Keep your code clean and consistent.
  • Jest + Testing Library: Write and run tests like a pro. βœ…
  • Husky + Lint-Staged: Ensure quality with pre-commit hooks.
  • MailDev: Local email testing made simple. πŸ“§
  • Docker: Simplified database setup and management. 🐳

πŸ“‚ Organized Structure

  • Well-defined folder hierarchy for effortless scaling.
  • Pre-configured scripts for development and production.

πŸš€ Ready-to-Use Scripts

  • dev: Start the development server.
  • build: Build the project for production.
  • start: Start the production server.
  • lint / lint:fix: Check and fix linting issues.
  • format / format:check: Format code with Prettier.
  • database:up / database:down: Manage your database with Docker.
  • db:init / db:generate / db:push: Prisma database workflows.
  • email:dev: Local email testing with MailDev.
  • test / test:watch: Run tests with Jest.

πŸ› οΈ Setup Instructions

  1. Clone the repository

    git clone https://github.com/pierregueroult/next-launch.git
    cd next-launch
  2. Install dependencies

    pnpm install
  3. Set up your environment Create a .env file with your configuration:

    DATABASE_URL=your_database_url
    SMTP_USER=your_smtp_user
    SMTP_PASS=your_smtp_password
    ...

    You can use the .env.sample file as a template. It's showing the required environment variables. ⚠️ Note: You cannot use .env.local as it not supported by Prisma yet.

  4. Run the development server

    pnpm dev

πŸ’‘ Key Features in Detail

⚑ Next.js & TypeScript

Enjoy the power of Next.js for server-side rendering, static site generation, and a seamless development experience with TypeScript.

🎨 Tailwind CSS

Style your app effortlessly with a utility-first approach. Customize and extend Tailwind for your needs.

πŸ—„οΈ Prisma

Manage your database schema with ease using Prisma. Includes:

  • Prisma Studio: Visualize and interact with your database.
  • Database workflows: Pre-configured scripts for initialization and migrations.

πŸ“€ MailDev

Test your email workflows locally with MailDev, simulating outgoing email with:

pnpm email:dev

πŸ§ͺ Testing

Confidently ship bug-free code:

  • Write component tests with Testing Library.
  • Run tests via jest.

🐳 Docker-ized Database

Quickly spin up a database environment:

  • Start: pnpm database:up
  • Stop: pnpm database:down

πŸ“œ Contributing

We welcome contributions! Please open an issue or submit a pull request. πŸ™Œ


πŸ“„ License

This project is licensed under the MIT License.


πŸ’¬ Feedback

Have suggestions or ideas? Open an issue or reach out. Let's make Next Launch even better together! πŸ’¬


πŸ‘¨β€πŸ’» Made with ❀️ by Pierre Gueroult