SaaS Developer Pack
For SaaS developers and founders: PRDs, API design, code reviews, tests, technical docs, pricing strategies.
What sets this pack apart
- Pro PRDs
- REST + GraphQL API design
- 5-dimension code reviews
- Unit + Integration tests
- Tech docs + Storybook
Prompts in this pack (20)
Perform a comprehensive code review covering OWASP security, performance optimization, testing gaps, and PDPL data protection for Saudi appl
★ Free previewCreate clear, well-structured technical documentation covering functions, APIs, and usage examples to streamline project maintenance and onb
★ Free previewDesign a REST API following OpenAPI 3.0, OAuth2/JWT authentication, rate limiting, and Saudi e-government interoperability standards
Review database schema and queries to verify efficiency, security, and data integrity, with recommendations for indexing and normalisation i
Review code for common security vulnerabilities such as SQL Injection, XSS, and CSRF, and provide precise technical recommendations to harde
Optimise code performance and application speed by identifying bottlenecks and applying appropriate optimisation techniques to reduce respon
Write comprehensive test cases and automated test scripts that ensure code quality and early bug detection, covering unit, functional, and b
Explain any code snippet pedagogically from general to specific, link to standard patterns, and surface common pitfalls.
Analyze the engineering problem and propose the best-fit pattern from GoF + modern patterns, with trade-offs and runnable code.
Review system architecture (diagram or description) across 12 industry dimensions (4+1 view + SOLID + common pitfalls), with actionable recs
Review a Dockerfile across 10 dimensions (multi-stage, cache layers, image size, security, non-root user) with a buildable optimized version
Review Deployment + Service + Ingress + ConfigMap across 12 dimensions (probes, resources, PodSecurity, NetworkPolicy) with corrected manife
Review a GitHub Actions workflow across 10 dimensions (security, secrets, caching, concurrency, OIDC) with an optimized runnable version.
Review a Terraform module across 10 dimensions (state, providers, variables, outputs, composition, security) with actionable fixes.
Design a PostgreSQL schema in 9 steps (ERD, normalization, indexes, constraints, migration plan) with runnable DDL.
Design DynamoDB single-table in 8 steps (access patterns, PK/SK, GSIs, item collections) with AWS SDK code examples.
For engineers battling slow React apps: audit LCP/CLS/INP, expose wasteful re-renders and bundle bloat, deliver an actionable fix roadmap.
For engineers building GraphQL APIs: audit schema for N+1 problems, over-fetching, and security gaps, with complete DataLoader and paginatio
For infrastructure architects: design a robust EDA with event schema, dead letter queue, idempotency, and fault-recovery mechanisms for each
For database engineers: apply Expand-Contract Pattern to migrate tables with millions of rows without locks or downtime, with rollback plan