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.
Now.TS
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.
All developers want to create projects. Very few manage to finish them!
Why?
~/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.
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.
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.
My goal is for your application to be personal, customized for YOUR needs. No matter your level, I'll help you do it.
In short, I configured the webhooks and metadata so you can set up subscriptions in less than 3 minutes.
I created snippets to create components, pages, layouts, etc., with VSCode in a few seconds. Over 10 snippets available to boost your productivity.
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.
Created from A to Z by...
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:
It went through all the stages and I made all the possible mistakes!
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.
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.",
});
},
},
});
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.
I have already implemented a data deletion system for your users.
This allows your users to create organizations and share their access to your SaaS with their collaborators. (essential)
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.
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.
42 Lausanne
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!
Web and Mobile Developer
NOW.TS
BoilerPlate + Introduction Course + Advanced Courses
400 €
400 €
-0 €Payment in 3 installments of 134 € available
Includes
- 400 €
FAQ
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.
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. 🚀
Web Developer
The Boilerplate is great, especially with the explanations. Everything is clear and well explained.
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 🚀
Web Developer
I must say it's really nice and I'm satisfied with it so far. Thanks for everything!
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.
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.
FullStack Developer
Now.ts is a turbocharged GPS that will help you take a shortcut to create your professional application.
R&D Software Engineer
The explanations you give are very clear to understand the project, (...) I think it's great!
R&D Software Engineer
I really liked the principle of the boilerplate, well done!
Junior Software Engineer