Logo large made by RavexCodeGet started

Explore NexZero
from the inside

Learn about our project!

//Next imports
import { NextResponse } from "next/server";
//Types imports
import { type PostgrestError } from "@supabase/supabase-js";
import { type ErrorResponse } from "resend";
export function errorTemplate(
content: string,
error: string | Error | unknown | PostgrestError,
status: number
){
return NextResponse.json({
message: content,
error: error
}, {
status
});
}

Architecture Overview

Our app workflow

Frontend NextJS Client

API NextJS Server

Database Supabase

Core Stack

The best technologies for your team

Frontend NextJS + React JS

Backend (API) NextJS Server

Database Supabase

Auth Supabase Auth

Providers Google, Github & Gitlab

Infraestucture Vercel

Libraries & Tooling

Services for make better your experience

Lenis A better scroll experience

Resend Emails gestor

Stripe Payments gestor

CryptoJS Encrypt text

Tailwind Animations Animations that makes better your experience