QUESTPIE
Official@questpie · Slovakia
Offers a type-safe backend framework and administrative interface generator for TypeScript-based data modeling and full-stack application development.
Agent Skills by QUESTPIE
Showing 16 vetted skills indexed across 1 GitHub repositories.
web-design-guidelines
Review UI code files against fetched Web Interface Guidelines.
vercel-react-best-practices
Apply performance optimization rules to React and Next.js applications.
questpie-admin
Generate type-safe admin panels for Questpie backends from schema introspection.
questpie-admin/blocks
Define reusable server-side blocks with fields and admin metadata for QUESTPIE page builders.
questpie-admin/custom-ui
Register custom field, cell, and view components in the QUESTPIE admin interface.
questpie-admin/views
Define list, form, dashboard, and sidebar views for the QUESTPIE admin interface.
questpie-core
Generate TypeScript backend APIs and tooling from a data schema with Drizzle ORM.
questpie-quickstart
Guide Questpie backend setup from scaffolding to admin panel integration.
questpie-tanstack-query
Generate type-safe TanStack Query options for Questpie frontend applications.
questpie-core/extend
Extend the QUESTPIE backend framework with custom codegen plugins and modules.
questpie-core-multi-tenancy
Resolve tenant scopes from HTTP headers and enforce data access rules.
questpie-core/crud-api
Perform type-safe CRUD operations on QUESTPIE collections and globals.
questpie-core-rules
Manage data access control, lifecycle hooks, and validation for QUESTPIE collections.
questpie-core/production
Configure and deploy Questpie backend applications with PostgreSQL, S3, and Better Auth.
questpie-core/data-modeling
Define backend data models with a TypeScript builder API.
questpie-core-business-logic
Define type-safe JSON routes, background jobs, services, and email templates in TypeScript.
Frequently Asked Questions About QUESTPIE
FAQPage SchemaWhat specific tasks can developers perform using QUESTPIE?▼
Developers can define complex data models, generate type-safe CRUD endpoints, build custom administrative dashboards, and enforce multi-tenant data access rules. The framework facilitates end-to-end type safety from the database schema through to frontend data fetching, reducing manual boilerplate for administrative interfaces and backend service definitions.
Which target personas benefit most from this framework?▼
Full-stack engineers and backend developers working within the TypeScript ecosystem benefit most from QUESTPIE. It is specifically designed for teams requiring rapid development of administrative backends, complex data-driven applications, and those prioritizing strict type safety across the entire stack from database to UI components.
What are the primary infrastructure dependencies for deployment?▼
Production deployments require a PostgreSQL database for persistent storage and S3-compatible object storage for file management. The framework integrates with Better Auth for identity management and is optimized for environments supporting TypeScript-based server-side execution and standard HTTP request handling for multi-tenant scope resolution.