🌟 12.4k GitHub Stars • Open Source

Build Transparently. Ship Confidently.

A modular, developer-first framework for creating composable interfaces, automated workflows, and production-ready applications.

$ npm install @thatisaq/core

Built for Developers

Zero-config setup, tree-shakeable modules, and a plugin ecosystem that grows with your team.

📦

Modular Core

Import only what you need. Every component is standalone and tree-shakeable for optimal bundle size.

Zero Configuration

Sensible defaults out of the box. Customize only when you need to. No wrestling with build tools.

🔌

Plugin Ecosystem

Extend functionality with community-driven plugins. Publish your own in under 5 minutes.

🛡️

Type-Safe by Default

Full TypeScript support with strict mode enabled. Auto-generated types for APIs and configs.

🌍

Cross-Platform

Run on Node.js, Deno, Bun, or in the browser. One codebase, anywhere.

📖

Living Documentation

Docs are versioned, tested, and generated from source. Examples run live in the browser.

Quick Start

Get up and running in under 30 seconds.

# 1. Create a new project npx create-thatisaq-app my-app ✔ Project scaffolded successfully   # 2. Navigate into your project cd my-app   # 3. Start the development server npm run dev 🚀 Local: http://localhost:3000 🌐 Network: http://192.168.1.4:3000

Contribute to Q

We welcome contributors of all skill levels. Our community is built on transparency and respect.

1

Fork & Clone

Fork the repository and clone it locally. Set up your dev environment using the provided docker-compose.yml.

2

Create a Branch

Use conventional naming: `feat/xyz`, `fix/abc`, or `docs/123`. Link your branch to an open issue.

3

Submit a PR

Write clear commit messages, add tests, and follow our style guide. Maintainers review within 48 hours.

// package.json { "name": "@thatisaq/core", "version": "2.4.0", "license": "MIT", "scripts": { "dev": "q dev --watch", "test": "vitest run", "lint": "eslint . --fix" }, "engines": { "node": ">=18" } }

Public Roadmap

See what we're building and when. All milestones are tracked in our GitHub Projects board.

v2.0 — Core Rewrite & TypeScript Migration

Complete architecture overhaul, strict typing, and 40% smaller bundle size.

Released Dec 2024

v2.2 — Plugin Registry & CLI v1.1

Official plugin marketplace, improved scaffolding, and offline-capable CLI.

Released Feb 2025

v2.4 — DevTools & Hot Module Replacement

Browser extension, state inspector, and instant reload without full refresh.

In Progress

v3.0 — Edge Runtime & Server Components

Native edge deployment support, async server components, and streaming SSR.

Q3 2025

Join the Community

Open source thrives on collaboration. Connect with maintainers and fellow developers.

842
Contributors
12.4k
GitHub Stars
3.2k
Monthly Downloads
98%
Test Coverage