Developers

Developer guides for the Refresh App Web platform.

Getting Started

Core Guides

Quick Reference

import { Routes, buildRoute } from '$lib/routes';
import { goto } from '$app/navigation';

// Static route
goto(Routes.APP_SURVEYS);

// Dynamic route
goto(buildRoute(Routes.APP_SURVEYS, surveyId));

Svelte 5 Runes

Page Labels (Breadcrumbs)


Last updated: January 2026

Last updated