feat(examples): Add Next.js + Elysia full-stack starter template#12414
Merged
anthonyshew merged 4 commits intovercel:mainfrom Mar 30, 2026
Merged
feat(examples): Add Next.js + Elysia full-stack starter template#12414anthonyshew merged 4 commits intovercel:mainfrom
anthonyshew merged 4 commits intovercel:mainfrom
Conversation
Add a new Turborepo example showcasing a modern full-stack setup with: - Next.js 15 frontend with App Router - ElysiaJS backend server embedded in Next.js - TypeBox contracts for API type safety - Drizzle ORM with PostgreSQL - Shared TypeScript types across frontend and backend - Biome for linting and formatting - Monorepo structure with shared packages This template demonstrates a production-ready setup for building type-safe full-stack applications with end-to-end type safety. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Contributor
|
@eastgold15 is attempting to deploy a commit to the Vercel Team on Vercel. A member of the Team first needs to authorize it. |
anthonyshew
approved these changes
Mar 30, 2026
github-actions Bot
added a commit
that referenced
this pull request
Mar 31, 2026
## Release v2.9.2-canary.1 Versioned docs: https://v2-9-2-canary-1.turborepo.dev ### Changes - release(turborepo): 2.9.1-canary.1 (#12497) (`fbf34a2`) - feat: Add `cacheMaxAge` and `cacheMaxSize` for local cache eviction (#12487) (`a702a15`) - release(turborepo): 2.9.1 (#12498) (`4240dd4`) - fix: Add retry logic to example update workflow push step (#12499) (`00a4aae`) - docs: Add documentation for cacheMaxAge and cacheMaxSize options (#12500) (`5b65487`) - feat(examples): Add Next.js + Elysia full-stack starter template (#12414) (`1559d0f`) - fix: Resolve correct nested bun lockfile versions during prune (#12506) (`ee5bcbf`) - Revert "fix: Avoid `setsid()` in PTY spawn to prevent macOS Gatekeeper CPU spikes" (#12507) (`6c3b8a6`) Co-authored-by: Turbobot <turbobot@vercel.com>
github-actions Bot
added a commit
that referenced
this pull request
Mar 31, 2026
## Release v2.9.2 Versioned docs: https://v2-9-2.turborepo.dev ### Changes - release(turborepo): 2.9.1 (#12498) (`4240dd4`) - fix: Add retry logic to example update workflow push step (#12499) (`00a4aae`) - docs: Add documentation for cacheMaxAge and cacheMaxSize options (#12500) (`5b65487`) - feat(examples): Add Next.js + Elysia full-stack starter template (#12414) (`1559d0f`) - fix: Resolve correct nested bun lockfile versions during prune (#12506) (`ee5bcbf`) - Revert "fix: Avoid `setsid()` in PTY spawn to prevent macOS Gatekeeper CPU spikes" (#12507) (`6c3b8a6`) - release(turborepo): 2.9.2-canary.1 (#12508) (`2bebb91`) - fix: Unblock `watch` loop so interruptible persistent tasks restart on file changes (#12509) (`95ec9ed`) - fix(api-client): Treat * as wildcard in preflight Access-Control-Allow-Headers (#12503) (`960b2eb`) - release(turborepo): 2.9.2-canary.2 (#12510) (`d4d3f9d`) - docs: Document `turbo.*` generator variables (#12511) (`aa014c7`) - fix: Backfill missing pnpm workspace importer entries during prune (#12514) (`45f2f43`) - release(turborepo): 2.9.2-canary.3 (#12515) (`59a42a5`) - fix: Include transitive dependencies in engine graph pruning for affected paths using Task Graph (#12516) (`8c88521`) - release(turborepo): 2.9.2-canary.4 (#12518) (`aed2066`) - chore: Update AI-generated response text for clarity (#12517) (`4a4e661`) - fix: Preserve shallow install strategy during npm lockfile pruning (#12520) (`72577db`) --------- Co-authored-by: Turbobot <turbobot@vercel.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Add a new Turborepo example template showcasing a modern full-stack TypeScript setup with Next.js and ElysiaJS.
What's Included
Why This Template?
This template demonstrates a production-ready setup for building type-safe full-stack applications where:
Usage
Test Plan
create-turbobun installworks without errorsbun run devstarts both Next.js and Elysia servers🤖 Generated with Claude Code