Docs · v0.10.0

Read by what you're trying to do.

The framework's surface is grouped into six intents. Pick the one that matches the question you're holding.

61 docs · 8 intents

00

Start here

4 docs

What GoFastr is, how a project is laid out, and a map of every feature — the newcomer narrative before the per-feature references.

Recommended pathOverviewTutorial: blueprint appProject structure
01

Modeling your domain

8 docs

Declare entities, fields, relations. The framework generates schema, CRUD, validators, and code.

Recommended pathEntity declarationsFilter DSLCursor pagination
02

Serving HTTP

11 docs

Routes, middleware, sessions, auth, idempotency, security headers — everything between the wire and your handler.

Recommended pathAuthAccess controlSecurity defaults
03

Building UI

11 docs

Server-rendered with islands. Signals, HTML primitives, composed patterns, the runtime, and theming.

Recommended pathGetting started (UI)New componentsWidget builder
04

Persisting & migrating

7 docs

SQLite and Postgres, dialect-aware, with the migration CLI and per-test isolation.

Recommended pathAudit logIsolationFactories
05

Working with agents

6 docs

MCP tools, Kiln build mode (experimental), agent permissions, plan-gated destructive ops.

Recommended pathAgent-readinessKiln overviewEmbedAgent notes
06

Operations

9 docs

Run it in production. Logging, metrics, feature flags, env, i18n.

Recommended pathLoggingFeature flagsi18n
07

Reference & internals

5 docs

Performance numbers and the deeper design + tooling docs — surfaced so nothing is hidden.

Recommended pathBenchmarksPerformance results

Every doc · A–Z

61 docs

The complete embedded reference — every page, alphabetical, featured or not. Same content as `gofastr docs`.

Access control
/docs/access-control
Admin UI
/docs/admin
Agent Notes
/docs/agent-notes
Agent-readiness
/docs/agent-ready
API prefix & versioning
/docs/api-versioning
Auditing init-time global registrations
/docs/audit-deps
Audit log
/docs/audit-log
Authentication
/docs/auth
Batch endpoints
/docs/batch-endpoints
Benchmarks
/docs/benchmarks
Blueprints
/docs/blueprints
Cache
/docs/cache
Codegen
/docs/codegen
Comparison — where GoFastr sits
/docs/comparison
Cron / scheduled jobs
/docs/cron
Cursor pagination
/docs/cursor-pagination
Deployment
/docs/deploy
Dev-mode livereload
/docs/dev-livereload
.env files
/docs/dotenv
Embed — local semantic search
/docs/embed
Entity Declarations
/docs/entity-declarations
Entity events & SSE
/docs/events
Factories / fixtures
/docs/factories
Feature flags
/docs/feature-flags
Form Module
/docs/form-module
GoFastr harness architecture
/docs/harness-architecture
Harness end-to-end testing
/docs/harness-e2e-testing
Health and readiness
/docs/health-checks
Hooks & transactions
/docs/hooks-and-transactions
Internationalization
/docs/i18n
Idempotency keys
/docs/idempotency
Image pipeline
/docs/image
Includes & eager loading
/docs/includes
Interactive patterns
/docs/interactive-patterns
Worktree isolation
/docs/isolation
Kiln — agent-driven build mode
/docs/kiln
Server logs (`battery/log`)
/docs/log
Migrations
/docs/migrations
Multi-tenant scoping
/docs/multi-tenant
Unified notifications
/docs/notifications
Observability (metrics & tracing)
/docs/observability
Overview — what GoFastr is, and everything it does
/docs/overview
§7 Performance verification — 2026-05-31
/docs/perf-results
Plugins
/docs/plugins
Printable documents
/docs/print
GoFastr Current Risk Register
/docs/project-architecture-review
Project structure
/docs/project-structure
Query DSL
/docs/query-dsl
Job queue (`battery/queue`)
/docs/queue
Runtime JS minification
/docs/runtime-minification
Search
/docs/search
Security defaults
/docs/security
Signal store (shared client state)
/docs/signal-store
Static-site export
/docs/static-export
Testkit — isolated Postgres helpers for integration tests
/docs/testkit
Tutorial: one blueprint → UI + API you own
/docs/tutorial-blueprint-app
UI getting started
/docs/ui-getting-started
UI components — index
/docs/ui-new-components
File uploads
/docs/uploads
Outbound webhooks
/docs/webhooks
Widgets — `core-ui/widget`
/docs/widgets