Replit·Prompt

Replit Prompt: Build a Full-Stack App

When to Use This Prompt

Use this for a complete full-stack app that runs entirely on Replit. Good for learning and prototyping.

The Prompt

Build a full-stack web application for [YOUR APP]:

Backend (Node.js + Express):
- REST API with CRUD endpoints
- SQLite database with proper schema
- JWT authentication
- Input validation and error handling
- CORS configuration

Frontend (React):
- Clean, modern UI with CSS modules
- Login/signup forms
- Dashboard with data from the API
- Responsive layout

Project structure:
- /server - backend code
- /client - frontend code
- /shared - shared types and utilities

Configure for Replit deployment with proper port binding.

What to Customize

Replace [YOUR APP] with your application description. Adjust the database schema and API endpoints.

Expected Output

A complete full-stack app with separate backend and frontend, running on Replit with deployment configured.