---
title: Fullstack App Starter Guides
description: Practical Better Fullstack guides for TypeScript, React Native, Rust, Python, Go, Java, .NET, and AI starter projects.
updated: 2026-08-16
category: Guides
tags:
  - fullstack
  - scaffolding
  - starters
keywords:
  - fullstack app starter
  - create fullstack app
  - fullstack project generator
  - typescript starter
  - rust api starter
  - python api starter
  - go api starter
  - java api starter
---

Better Fullstack guides are short, stack-specific references for developers who know the tools they want and need a working project structure quickly.

Each guide gives you a scaffold command, explains what the generated app includes, and calls out when the stack is a good fit.

## Starter pack guides

- [Create a SaaS App](/guides/packs/create-saas-app/)
- [Create an AI Agent App](/guides/packs/create-ai-agent-app/)
- [Create a REST API](/guides/packs/create-rest-api/)
- [Create a Java API](/guides/packs/create-java-api/)
- [Create a Rust Backend](/guides/packs/create-rust-backend/)
- [Create a Mobile App](/guides/packs/create-mobile-app/)
- [Create an Internal Tool](/guides/packs/create-internal-tool/)

## TypeScript guides

- [Create a TanStack Start Project](/guides/typescript/create-tanstack-start-project/)
- [TanStack Start with PostgreSQL and Drizzle](/guides/typescript/tanstack-start-postgres-drizzle/)
- [TanStack Start and Resend](/guides/typescript/tanstack-start-resend/)
- [Next.js with Drizzle and Better Auth](/guides/typescript/nextjs-drizzle-better-auth/)
- [Next.js with Prisma and Better Auth](/guides/typescript/nextjs-prisma-better-auth/)
- [Next.js with a Separate Hono API](/guides/typescript/nextjs-hono-api/)
- [Hono with tRPC and Drizzle](/guides/typescript/hono-trpc-drizzle/)
- [Hono with Better Auth and Drizzle](/guides/typescript/hono-better-auth/)
- [Hono OpenAPI Starter with Drizzle](/guides/typescript/hono-openapi-drizzle/)
- [SvelteKit with Hono and Drizzle](/guides/typescript/sveltekit-hono-drizzle/)
- [Nuxt with Prisma and Better Auth](/guides/typescript/nuxt-prisma-better-auth/)
- [Astro with React and Hono](/guides/typescript/astro-react-hono/)
- [SolidStart with oRPC and Drizzle](/guides/typescript/solidstart-orpc-drizzle/)
- [Qwik City App Starter](/guides/typescript/qwik-city-app/)

## React Native guides

- [Expo Uniwind Native App](/guides/react-native/expo-uniwind-native/)

## Backend language guides

- [FastAPI with PostgreSQL and SQLAlchemy](/guides/python/fastapi-postgres-sqlalchemy/)
- [FastAPI with PostgreSQL and SQLModel](/guides/python/fastapi-postgres-sqlmodel/)
- [Django REST API Starter](/guides/python/django-rest-api/)
- [FastAPI AI Agent with LangChain](/guides/python/fastapi-langchain-ai-agent/)
- [Axum with PostgreSQL and SeaORM](/guides/rust/axum-postgres-seaorm/)
- [Fullstack Rust with Axum and Leptos](/guides/rust/axum-leptos-fullstack/)
- [Rust gRPC Service with Tonic and SQLx](/guides/rust/tonic-sqlx-grpc-service/)
- [Rust CLI with Ratatui](/guides/rust/ratatui-cli/)
- [Gin with PostgreSQL and GORM](/guides/go/gin-postgres-gorm/)
- [Echo with SQLC](/guides/go/echo-sqlc-api/)
- [Go gRPC Service](/guides/go/grpc-go-service/)
- [Go CLI with Bubble Tea](/guides/go/bubbletea-cli/)
- [Spring Boot with PostgreSQL and JPA](/guides/java/spring-boot-postgres-jpa/)
- [Secure Spring Boot API](/guides/java/spring-security-api/)
- [ASP.NET Core with PostgreSQL and EF Core](/guides/dotnet/aspnet-core-efcore/)

## AI tooling guides

- [Next.js AI CLI Agent Workbench](/guides/ai/nextjs-ai-cli-agent-workbench/)

## Use the visual builder

If you want to compare options before scaffolding, open the [Stack Builder](/new). It keeps frontend, backend, database, auth, API, and ecosystem choices compatible while generating the command for you.

If you already know the technologies you want, browse the [generated starter template catalog](/templates). Each template page publishes its exact command, compatibility result, and generated output shape.
