Find a file
2024-07-30 16:00:11 -07:00
.vscode Initial commit 2024-07-30 16:00:11 -07:00
apps Initial commit 2024-07-30 16:00:11 -07:00
packages Initial commit 2024-07-30 16:00:11 -07:00
.eslintrc.js Initial commit 2024-07-30 16:00:11 -07:00
.gitignore Initial commit 2024-07-30 16:00:11 -07:00
.npmrc Initial commit 2024-07-30 16:00:11 -07:00
LICENCE Initial commit 2024-07-30 16:00:11 -07:00
package.json Initial commit 2024-07-30 16:00:11 -07:00
pnpm-lock.yaml Initial commit 2024-07-30 16:00:11 -07:00
pnpm-workspace.yaml Initial commit 2024-07-30 16:00:11 -07:00
README.md Initial commit 2024-07-30 16:00:11 -07:00
tsconfig.json Initial commit 2024-07-30 16:00:11 -07:00
turbo.json Initial commit 2024-07-30 16:00:11 -07:00

Next-Fast-Turbo

Introduction | Features | Tech Stack | Getting started | Contributing

Documentation


Introduction

Next-Fast-Turbo is an open-source project scaffold. It's designed to be easy to get up and running both locally and in production. It's a monorepo that includes a Next.js frontend, a FastAPI backend, and a fully built and annotated Mintlify documentation site. It's built with TypeScript, and includes ESLint and Prettier for code quality. It's also set up to use Vercel for deployments and Remote Caching.

View the live frontend at next-fast-turbo-web.vercel.app and the live backend at next-fast-turbo-api.vercel.app.

Features

Tech Stack

Getting started

Next-Fast-Turbo is designed to be cloned and modified to each project. For more information on getting started, view the documentation.

Contributing

Contributions are welcome. Here's how you can contribute:

License

Next-Fast-Turbo is open-source under the GNU General Public License Version 3 (GPLv3) or any later version.