QUESTPIE avatar

QUESTPIE

Official

@questpie · Slovakia

0Followers
|
6Public Repos
|
16Published Skills

Offers a type-safe backend framework and administrative interface generator for TypeScript-based data modeling and full-stack application development.

Skills Distribution
DomainDeveloper To...Backend Framework .. (40%)Administrative Int.. (30%)Data Modeling & Sc.. (30%)

Agent Skills by QUESTPIE

Showing 16 vetted skills indexed across 1 GitHub repositories.

questpiequestpie
5

web-design-guidelines

Review UI code files against fetched Web Interface Guidelines.

Official
Basic
questpiequestpie
5

vercel-react-best-practices

Apply performance optimization rules to React and Next.js applications.

Official
Advanced
questpiequestpie
5

questpie-admin

Generate type-safe admin panels for Questpie backends from schema introspection.

Official
Advanced
questpiequestpie
5

questpie-admin/blocks

Define reusable server-side blocks with fields and admin metadata for QUESTPIE page builders.

Official
Advanced
questpiequestpie
5

questpie-admin/custom-ui

Register custom field, cell, and view components in the QUESTPIE admin interface.

Official
Advanced
questpiequestpie
5

questpie-admin/views

Define list, form, dashboard, and sidebar views for the QUESTPIE admin interface.

Official
Advanced
questpiequestpie
5

questpie-core

Generate TypeScript backend APIs and tooling from a data schema with Drizzle ORM.

Official
Advanced
questpiequestpie
5

questpie-quickstart

Guide Questpie backend setup from scaffolding to admin panel integration.

Official
Intermediate
questpiequestpie
5

questpie-tanstack-query

Generate type-safe TanStack Query options for Questpie frontend applications.

Official
Intermediate
questpiequestpie
5

questpie-core/extend

Extend the QUESTPIE backend framework with custom codegen plugins and modules.

Official
Advanced
questpiequestpie
5

questpie-core-multi-tenancy

Resolve tenant scopes from HTTP headers and enforce data access rules.

Official
Advanced
questpiequestpie
5

questpie-core/crud-api

Perform type-safe CRUD operations on QUESTPIE collections and globals.

Official
Advanced
questpiequestpie
5

questpie-core-rules

Manage data access control, lifecycle hooks, and validation for QUESTPIE collections.

Official
Advanced
questpiequestpie
5

questpie-core/production

Configure and deploy Questpie backend applications with PostgreSQL, S3, and Better Auth.

Official
Advanced
questpiequestpie
5

questpie-core/data-modeling

Define backend data models with a TypeScript builder API.

Official
Advanced
questpiequestpie
5

questpie-core-business-logic

Define type-safe JSON routes, background jobs, services, and email templates in TypeScript.

Official
Advanced

Frequently Asked Questions About QUESTPIE

FAQPage Schema
What 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.