Rejoindre
Mise à jour pour Next.js 15Adapté pour l'IA et Cursor

Transform your idea into a professional application,

No matter your experience

From idea to implementation, NowTS supports you. Enjoy a world-class template with comprehensive courses to create and deploy your application from A to Z.

Rejoins maintenant
1
2
3
5
6
10
12
14
15

95% of projects are never put into production

All developers want to create projects. Very few manage to finish them!

Why?

  • Being lost in the 'techno hell' thinking about THE best library
  • Wasting hours on setting up the project
  • Struggling with numerous bugs in authentication, database, and more
  • Redoing the design 40 times only to get a terrible result
  • Not knowing how to sell your application
now-explanation

How I will help you from A to Z:

~/dev/indie

❯ pnpx create-nowts-app

---- Now.ts CLI -----

🚀 Cloning the template

Setup in 5 seconds

I created a CLI that allows you to set up a project at an enterprise level.

techno
techno
techno
techno
techno
techno
techno
techno

Modern Stack

No need to waste hours choosing, I've already done the work for you.

✨ Magic ✨

Email Management

Send marketing emails easily with Resend.

Authentication

Authjs V5

Account deletion, password, OAuth, etc. Everything.

Server Actions

NextJS 14+

All the power of Next.js 14+ in your code.

Design

Shadcn + Tailwind

I explain how to make a ✨ beautiful ✨ site.

6 years of experience in one codebase

All the methods, snippets, and utilities I use daily are integrated by default into the project.

Melvynx

Isaac

Codelynx

Codeline

NOW.TS

Organization

Organization with invitation, user management and more.

Ready to create your application?
It's time to join!

🚀 But that's not ALL

Much more than just a boilerplate, a real course to understand the code I've written

Not only will you have access to a codebase that contains EVERYTHING you need... but I will also explain how to use it and make it your own.

🔨 Setup

Clone, Color, and Logo, I'll help you do it.

My goal is for your application to be personal, customized for YOUR needs. No matter your level, I'll help you do it.

user-management
💸 PAYMENT

Subscription and one-time purchase

In short, I configured the webhooks and metadata so you can set up subscriptions in less than 3 minutes.

gestion de Stripe
✂️ SNIPPETS

Snippets for fast DX

I created snippets to create components, pages, layouts, etc., with VSCode in a few seconds. Over 10 snippets available to boost your productivity.

user-management
🪐 NextJS 15

I use all the amazing features of NextJS 15

Server Components, Server Actions, and App Router, I don't just use them... I implemented them everywhere. Plus, I created courses to explain EVERYTHING to you.

user-management

Created from A to Z by...

Melvynx

Content creator, trainer, and developer. In 2023, I created more than 6 applications and 3 best-selling courses in France.

In 2024, I created a massive SaaS "Codeline", a training platform with over 1,000 files that uses all the latest features of NextJS 15.

Codeline is entirely built with NextJS 15 and I made over 1,800 commits on the project:

My number of commits

It went through all the stages and I made all the possible mistakes!

  • Migrating from NextJS 12 to 15 (a nightmare)
  • Transitioning from a SaaS with 1 user to a SaaS with an organization system, roles, etc...
  • Creating a secure application
  • ...

It's one of the most advanced codebases in the world with NextJS 15, Server Actions, Server Components, etc... and everything I learned is incredible.

I put all the best features into NOW.TS so that YOU can create an amazing application.

🧑‍💻 Even better...

Create a PRO application

PRO for professional! My goal is for you to create a maintainable and high-quality application that makes it seem like you have a team of 10 when you're actually solo.

Stripe in 3 lines

Payments, webhooks, and subscription management are already implemented. You just need to add your keys, set up what you need, and that's it.

<BuyButton priceId="price_1Jacire3q3A3">
Buy
</BuyButton>

Send email in 5 lines

I removed all the friction to send emails to ensure it's quick. No time to waste.

import { sendEmail } from "@/lib/mail/sendEmail";

await sendEmail({
  to: user.email,
  subject: `Success!`,
  react: SuccessUpgradeEmail(),
});

Quick authentication

With Auth.JS, you can manage pages based on roles and plans in a few lines of code.

// Get the organization only if the user is an admin
const { org, user } = await getRequiredCurrentOrg(["ADMIN"]);

if (org.plan.id !== "PRO" {
  console.log("User not premium")
}

Easy server actions

I add everything you need to create a server action in a few lines of code that is safe and secure.

"use server";
import { orgAction } from "@/lib/actions/safe-actions";

export const orgAskDeletionAction = orgAction
  .metadata({ roles: ["OWNER"] })
  .action(async ({ ctx }) => {
    // ...
  });

Easy Dialogs

You can quickly add 'AlertDialog' without having to modify your JSX.

import { alertDialog } from "@/features/alert-dialog/alert-dialog-store";
      
alertDialog.add({
  title: "Delete your account ?",
  description: "Are you sure you want to delete your profile?",
  action: {
    label: "Delete",
    onClick: async () => {
      await accountAskDeletionAction();
      toast.success("Your deletion has been asked.", {
        description:
          "Please check your email for further instructions.",
      });
    },
  },
});
🚀 Scale your application

Codebase ready to scale

If your application grows, you will receive a ton of customer support requests asking for these features. It's better to have them from the start.

📜 RGPD

Data Deletion

I have already implemented a data deletion system for your users.

user-management
🏢 Organization

Multi-tenant SaaS Models

This allows your users to create organizations and share their access to your SaaS with their collaborators. (essential)

organization management
🤖 AI

EASY AI Usage

I have already set up an AI system for your application. You can use it very easily.

The setup is very simple, fast, and efficient. The CLI is a real plus, as are the videos to understand the boilerplate 👍 I launched everything and frankly, everything works well in a few minutes, really efficient, and great to use.

A
Alexandre Hardy

Web Developer

After testing NOW.TS, I must say it completely changed my development speed. It's not just a purchase, but a real game changer. With NOW.TS, especially the PRO pack, I got much more than just a stack of cool techs like JS, NextJS, Stripe, Resend, etc. It's actually a complete training that was served to me. Why is it great? Simple: it boosts development a lot, you have huge community support.

As a junior dev, your videos have been a great discovery! I'm learning a lot thanks to your clear style full of examples. It really helps me move forward. Thanks for your sharing and passion, it motivates and is great for beginners like me!

G
Gaëtan Compigni

Web and Mobile Developer

Take action ⚡️

Transform your idea into a professional application,
no matter your experience

No subscription.
Lifetime updates.

Best value
N

NOW.TS

BoilerPlate + Introduction Course + Advanced Courses

400 €

400 €

-0 €

Payment in 3 installments of 134 € available

  • Lifetime access
  • Access to NOW.TS (infinite clones)
  • Access to documentation

Includes

  • NOW.TS

    NOW.TS - 400

  • FAQ

    Frequently Asked Questions

    It's time to get started 🚀

    Get your access to NOW.TS and join the community to create the applications of tomorrow.

    It's a magnificent boilerplate! The structure of your code components is perfect, you do an outstanding job.

    I
    Ibsèn Giovanni BAZIE

    Web Developer

    I've been using NOW.TS for months. A true gem! Thanks to this boilerplate, I have perfected my development skills and started my own SaaS, focusing on the essentials. 🚀

    M
    Miharisoa Babef

    Web Developer

    The Boilerplate is great, especially with the explanations. Everything is clear and well explained.

    G
    Gildas Avocegamou

    Web Developer

    You explain well how to set up the project and everything. And also I loved that you implemented the "create-now-ts" app command. It is a real time saver 🚀

    S
    Silly Diop

    Web Developer

    I must say it's really nice and I'm satisfied with it so far. Thanks for everything!

    O
    Oussama BECHICHI

    Web Developer

    Now.ts gave me a big boost to learn React and Next.js. I started with almost no front-end basics, but thanks to your training part, I really understood the logic of the code. A big plus compared to a classic boilerplate.

    K
    Kevin Yven

    Web Developer

    I've been using Now.ts for a few weeks now for developing my application and I must say I'm charmed by this boilerplate. All the stacks synergize extremely well together, which brings a certain fluidity and ease in development.

    F
    Florian Bricchi

    FullStack Developer

    Now.ts is a turbocharged GPS that will help you take a shortcut to create your professional application.

    F
    François STABLE

    R&D Software Engineer

    The explanations you give are very clear to understand the project, (...) I think it's great!

    E
    Emeric Mathis

    R&D Software Engineer

    I really liked the principle of the boilerplate, well done!

    B
    Bozzetto Mirko

    Junior Software Engineer

    PrivacyTermsapp icon