Introduction to Jetpath

Write Once, Run Cross-runtime

Welcome to Jetpath! 🚀 If you’re a JavaScript/TypeScript developer looking to build modern APIs, you’re in for a treat. Jetpath is more than just another framework - it’s your new best friend in backend development, designed to make your life easier while giving you unprecedented flexibility.

What Makes Jetpath Special?

Jetpath isn’t just another framework - it’s a new way of thinking about backend development. Here’s why developers love it:

How It Works

Jetpath uses smart conventions and naming-based routing. Instead of writing route definitions, you just:

1. Create .jet.ts or .jet.js files in your src directory

2. Export functions with intuitive names like METHOD_optionalPathSegment

3. Let Jetpath handle the rest

For example, create src/users.jet.ts with:

// This becomes GET /users
export const GET_users: JetRoute = (ctx) => {
  ctx.send({ message: "I am super fast and runs on any runtime!" });
};

It’s that simple!

Why Developers Love Jetpath

Here’s what makes Jetpath stand out:

Jetpath is perfect for:

Ready to Get Started?

Dive into Jetpath and experience the joy of modern backend development:

Join the Discord community,

Who is Jetpath For?

Jetpath is an excellent choice for:

Discord?

Join the growing community of developers who’ve discovered that building APIs can be both powerful and fun! 🚀