Skip to main content

Replit Agent Prompt Templates

Copy-paste ready prompts for Replit Agent. Build complete, deployable applications in the browser.

Web Applications

Full-stack web app templates

Landing Page

Web

Marketing landing page with all sections

Build a landing page for [YOUR PRODUCT].

Sections:
1. Hero: headline, subheading, CTA button, hero image/illustration
2. Social proof: logos of companies/users
3. Features: 3-4 feature cards with icons
4. How it works: 3-step process
5. Testimonials: 3 customer quotes with photos
6. Pricing: 3 tiers (Free, Pro, Enterprise)
7. FAQ: 5 common questions, accordion style
8. CTA: final call to action
9. Footer: links, social icons, copyright

Tech:
- Python Flask backend
- HTML + Tailwind CSS
- Mobile responsive
- Smooth scroll navigation

Deploy with a public URL.
landingmarketingwebsite

Developer Portfolio

Web

Personal portfolio website

Build a developer portfolio website.

Pages:
- Home: intro, skills overview, featured projects
- Projects: grid of project cards with filters
- About: bio, experience timeline, skills chart
- Contact: contact form with email sending

Features:
- Dark/light mode toggle
- Smooth page transitions
- Project cards with live demo links
- Downloadable resume
- Social links (GitHub, LinkedIn, Twitter)
- Blog section (optional, markdown-based)

Tech:
- Python Flask
- HTML + Tailwind CSS
- SQLite for contact form submissions
- Working email notifications

Make it unique and memorable, not template-looking.
portfoliopersonalshowcase

Utility Apps

Useful tools and utilities

URL Shortener

Utility

Link shortening service

Build a URL shortener service.

Features:
- Shorten any URL to a custom short code
- Auto-generate random codes if not specified
- Track clicks with timestamps and referrers
- Dashboard showing link statistics
- QR code generation for each link
- Expiration dates (optional)
- Password protection (optional)

API:
- POST /api/shorten - create short URL
- GET /{code} - redirect to original
- GET /api/stats/{code} - get analytics

Tech:
- Python Flask
- SQLite database
- Simple, clean UI
- Rate limiting

Include API documentation page.
urlshortenerapi

File Converter

Utility

Convert files between formats

Build a file converter web app.

Conversions supported:
- Image: PNG ↔ JPG ↔ WebP, resize, compress
- Document: PDF → text, Markdown → HTML
- Data: JSON ↔ CSV ↔ YAML

Features:
- Drag and drop upload
- Preview before/after
- Batch conversion (multiple files)
- Download converted files
- History of recent conversions

Tech:
- Python Flask
- Pillow for images
- Appropriate Python libraries for each format
- Clean, simple interface

Handle errors gracefully with helpful messages.
converterfilestool

Data & API Projects

APIs and data-driven applications

Weather Dashboard

API

Weather data with API integration

Build a weather dashboard that fetches real data.

Features:
- Search by city name
- Current weather: temp, conditions, humidity, wind
- 5-day forecast with daily highs/lows
- Weather icons matching conditions
- Temperature unit toggle (C/F)
- Recent searches saved
- Geolocation to detect user's city

Display:
- Large current temperature
- Conditions icon and description
- Hourly forecast (scrollable)
- Daily forecast cards
- Sunrise/sunset times

Tech:
- Python Flask
- OpenWeatherMap API (free tier)
- Clean, weather-appropriate UI
- Loading states

Store API key in Replit Secrets.
weatherapidashboard

RESTful API

API

Complete REST API with documentation

Build a REST API for managing [RESOURCE, e.g., books, products, users].

Endpoints:
- GET /api/[resources] - list all (with pagination, filtering)
- GET /api/[resources]/:id - get one
- POST /api/[resources] - create (validate input)
- PUT /api/[resources]/:id - update
- DELETE /api/[resources]/:id - delete

Features:
- Input validation with helpful errors
- Pagination: ?page=1&limit=10
- Filtering: ?category=X&price_min=Y
- Sorting: ?sort=name&order=asc
- API key authentication
- Rate limiting (100 requests/hour)

Tech:
- Python Flask
- SQLite with SQLAlchemy
- Swagger/OpenAPI documentation

Include a simple admin UI to manage data.
restapicrud

Interactive Apps

Apps with rich user interaction

Quiz Application

Interactive

Interactive quiz with scoring

Build an interactive quiz application.

Features:
- Multiple quiz categories
- Questions with 4 multiple choice options
- Timer per question (optional)
- Progress bar showing completion
- Immediate feedback (correct/incorrect)
- Explanation for each answer
- Score calculation and display
- Leaderboard with high scores
- Share results on social

Admin:
- Add/edit questions
- Manage categories
- View analytics (most missed questions)

Tech:
- Python Flask
- SQLite for questions and scores
- Clean, engaging UI
- Animations for feedback

Include 10+ sample questions per category.
quizeducationgame

Real-Time Chat

Interactive

Live chat room application

Build a real-time chat application.

Features:
- Multiple chat rooms
- Username selection
- Real-time message delivery
- Online users indicator
- Typing indicators
- Message timestamps
- Emoji support
- Message reactions
- Room creation

Tech:
- Python Flask with Flask-SocketIO
- Real-time WebSocket connections
- SQLite for message history
- Clean chat UI (inspired by Slack/Discord)

Handle:
- User join/leave notifications
- Reconnection on disconnect
- Message history loading

Keep it simple but polished.
chatrealtimesocial

Need custom Replit prompts?

One Shotr generates personalized prompts optimized for your specific use case.

Try One Shotr Free

3 free prompts - No credit card required