opencode-config/.opencode/templates/fullstack/{{cookiecutter.project_name}}
Sergey 51a5300423
feat(spec): update stack required and jwt auth template (#236)
* feat(spec): update STACK_REQUIRED for svelte and quality tools

* fix(templates): align jwt auth with issue contracts

* docs(spec): update template c stack and migration note

* fix(ci): format tests/test_spec_status.py

---------

Co-authored-by: opencode-agent <agent@opencode.local>
2026-08-03 17:21:43 +03:00
..
.github feat(infra): cookiecutter templates backend fullstack cli (#235) 2026-08-03 17:06:24 +03:00
backend feat(spec): update stack required and jwt auth template (#236) 2026-08-03 17:21:43 +03:00
frontend feat(infra): cookiecutter templates backend fullstack cli (#235) 2026-08-03 17:06:24 +03:00
LICENSE feat(infra): cookiecutter templates backend fullstack cli (#235) 2026-08-03 17:06:24 +03:00
README.md feat(infra): cookiecutter templates backend fullstack cli (#235) 2026-08-03 17:06:24 +03:00

🚀 {{ cookiecutter.project_name }}

Language switcher: English | Русский

Cover

{{ cookiecutter.description }}

{{ cookiecutter.description }}

🇺🇸 English

  • FastAPI backend (Tortoise ORM) + SvelteKit frontend (Svelte 5 runes)
  • pydantic-settings configuration; JS frontend with Biome + Knip + Vitest + Playwright e2e
  • Ruff + mypy strict + pytest (backend); SvelteKit + Vitest (frontend)
  • Pre-commit hooks (backend); Biome + Knip (frontend)

Quick Start

cd backend && uv sync --extra dev && uv run uvicorn main:app --reload
cd frontend && npm install && npm run dev

💬 Support and contacts / Поддержка и контакты

👉 slaid098.dev/support


🇷🇺 Русский

{{ cookiecutter.description }}

{{ cookiecutter.description }}

  • Бэкенд FastAPI (Tortoise ORM) + фронтенд SvelteKit (Svelte 5 runes)
  • Конфигурация через pydantic-settings; JS-фронтенд с Biome + Knip + Vitest + Playwright e2e
  • Ruff + mypy strict + pytest (бэкенд); SvelteKit + Vitest (фронтенд)
  • Pre-commit хуки (бэкенд); Biome + Knip (фронтенд)

Быстрый старт

cd backend && uv sync --extra dev && uv run uvicorn main:app --reload
cd frontend && npm install && npm run dev

💬 Support and contacts / Поддержка и контакты

👉 slaid098.dev/support