replit-reference-architecture

Featured

Implement Replit reference architecture with best-practice project layout, data layer, and deployment. Use when designing new Replit apps, reviewing project structure, or establishing architecture standards for production Replit applications. Trigger with phrases like "replit architecture", "replit best practices", "replit project structure", "how to organize replit", "replit production layout".

AI & Automation 2,249 stars 312 forks Updated today MIT

Install

View on GitHub

Quality Score: 99/100

Stars 20%
100
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# Replit Reference Architecture ## Overview Production architecture for applications on Replit. Covers project structure, configuration files, data layer (PostgreSQL + KV + Object Storage), authentication, deployment strategy, and the platform constraints that shape architectural decisions. ## Architecture Diagram ``` ┌──────────────────────────┐ │ Client (Browser) │ └──────────┬───────────────┘ │ HTTPS ┌──────────▼───────────────┐ │ Replit Proxy (TLS, Auth) │ │ Injects X-Replit-User-* │ └──────────┬───────────────┘ │ ┌──────────────────────────────▼──────────────────────────────┐ │ Replit Deployment │ │ │ │ ┌─────────────┐ ┌──────────────┐ ┌───────────────────┐ │ │ │ .replit │ │ replit.nix │ │ Secrets (AES-256) │ │ │ │ (run/build) │ │ (Nix deps) │ │ (env vars) │ │ │ └─────────────┘ └──────────────┘ └───────────────────┘ │ │ │ │ ┌──────────────────────────────────────────────────────┐ │ │ │ Express / Flask Server │ │ │ │ Routes │ Auth Middleware │ Error Handler │ Health │ │ │ └────────┬───────────────────────────────────┬────...

Details

Author
jeremylongshore
Repository
jeremylongshore/claude-code-plugins-plus-skills
Created
7 months ago
Last Updated
today
Language
Python
License
MIT

Integrates with

Related Skills