1.0.0-alpha.58
Roadmap
Support
GitHub icon
Guide
Tutorial
Integrations
Examples
Cookbook
FAQ
Intro
What is Kretes
How Kretes Works
Kretes in 5 minutes
Kretes in a nutshell
Quick Start
Installing
Creating a New Application
Starting the application
First View
In Depth
Directory Structure
CLI
Environment variables
Validation
Database
Routing
Background Processing
REST
GraphQL
Auth
Server-Side Templating
Nix Integration
Client-Side UI
Deployment
Kretes In A Nutshell
Configuration
Config has
jsonc
type in VS Code, thus comments are allowed
Config has a built-in schema
Kretes uses Nix for setup
pnpm
as package manager instead of
npm
UI
You can use React.js, Preact and Vue.js 3
Svelte support will be available soon
Database
PostgreSQL is automatically installed and starts on the port
5454
Kretes integrates with SQLTools (the database connection is preconfigured).
pgcli
is pre-installed
Background Processing
Background processing with typed workers
Routing
data-driven routing
nested routes
routes for RESTful resources
webrpc
On this page
Configuration
UI
Database
Background Processing
Routing
Found a mistake?
Found a mistake? Would you like to suggest an improvement?
Edit this page on GitHub