Configure your project
Your file tree updates live as you pick options.
Project
Frontend
Next.js 14Always included
TypeScript
Tailwind CSS
App Router
Proxy pattern
Pinned to Next.js 14.x LTS
Backend
Spring Boot 4.0.3Always included
Spring Web
Spring Data JPA
PostgreSQL
Lombok
Validation
CORS config
Spring Boot version is managed
Configuration
Includes Dockerfile and docker-compose.yml for database.
Optional
Downloads as ZIP. No account required.
Your project14 files
▸my-project/
AGENTS.mdAI
stack.md
README.md
docker-compose.yml
▸backend
pom.xml
Dockerfile
▸src
▸main
▸java
▸dev.myproject
MyProject.java
▸resources
AGENTS.mdAI
▸frontend
package.json
next.config.ts
.env.local
▸app
page.tsx
layout.tsx
▸components
▸lib
AGENTS.mdAI
✓ CORS pre-wired
✓ DB connected
✓ AGENTS.md included