Laraue Boards backend
- ✓Actively maintained (<30d)
- ✓Topics declared
- ✓Documented (README)
- !No standard license detected
git clone https://github.com/Laraue/Laraue.Apps.BoardsTools overview
# Laraue.Apps.Boards
The repository contains backend for Task-management Jira-like system.
## Interface example
<img width="1339" height="1102" alt="image" src="https://github.com/user-attachments/assets/815691a0-fac8-4e40-8bb7-4efa4f28d0bd" />
## App structure
### Laraue.Apps.Boards.DataAccess
The layer that contains models and enums associated with these models
### Laraue.Apps.Boards.Services
The layer with services that use other services. Required to encapsulate hard logic mostly in CRD operations.
Example: issue creation may update `updated_at` property, add record to history changes etc.
So the service provides the method to create issue.
**Note:** core services should not manage transactions, but may require them calling `context.Database.EnsureTransaction`
at the top of function.
### Laraue.Apps.Boards.WebApiServices
Services to call from WebApi
### Laraue.Apps.Boards.TelegramServices
Services to call from TelegramApi
## Local run
Check how to deal with the frontend in [Frontend Repository](https://github.com/win7user10/laraue-note-to-board)
Each host reads its own `appsettings.Development.json` (gitignored, not the checked-in
`appsettings.json`) for local overrides. A minimal one for `Laraue.Apps.Boards.WebApiHost` that
runs against a local Postgres with no Identity/Billing dependencies (AI summarization still
defaults to a local Ollama instance - see below):
```json
{
"Auth": {
"Key": "any-local-signing-key"
},
"MockExternalServices": true
}
```
`Laraue.Apps.Boards.TelegramHost`'s only needs the `MockExternalServices` line (it has its own
`Telegram:Token` to set instead of `Auth:Key`). See the subsections below for what each setting
does and how to point at a real AI/Identity/Billing instance instead.
### AI content summarization (local dev)
`appsettings.json`'s `AiSummarizer` section defaults to a local [Ollama](https://ollama.com/)
instance, since Ollama exposes an OpenAI-compatible `/v1/chat/completions` endpoint and the
summarizer talks to any OpenAI-compatible API. Install Ollama, then pull the model referenced
in config:
```
ollama pull gemma3:12b
```
Ollama serves on `http://localhost:11434` by default once installed. On prod, override
`AiSummarizer:BaseUrl`/`AiSummarizer:Model`/`AiSummarizer:ApiKey` to point at a real provider
(e.g. DeepSeek) instead.
### Running without Identity/Billing
Boards calls out to two other services over gRPC: `Laraue.Apps.Identity` (global user identity on
first login) and `Laraue.Apps.Billing` (AI token spend/subscription limits). Neither has to be
running locally - both hosts' `appsettings.Development.json` set `"MockExternalServices": true`,
which swaps in in-process fakes for these calls (always succeeds, generous fixed limits, no
network traffic) instead of the real gRPC clients. Set it back to `false` if you actually want to
exercise a locally-running Identity/Billing instance.
### Create a new user for Test
`POST: http://localhost:5200/api/test/user`
```json
{
"username": "winDiezel",
"languageCode": "ru",
"firstName": null,
"lastName": null
}
```
### Auth as user on Test
Make a request GET `http://localhost:5200/api/test/user/{userId}` to receive a bearer token.
Set it in frontend `.env` file:
```
NUXT_PUBLIC_TEST_USER_TOKEN=Taken_Token
```
## Permissions arch
Application permissions are divided into two parts:
1. Entity permissions. Allows to set up access to organization spaces, epics, issues
1. Organization level. Make set for all entities in one time.
2. Flexible setup for each space separately. Can be combined with organization level.
2. Administrative permissions. They allow to set up access for administrative actions like renaming organization.
What people ask about Laraue.Apps.Boards
What is Laraue/Laraue.Apps.Boards?
+
Laraue/Laraue.Apps.Boards is tools for the Claude AI ecosystem. Laraue Boards backend It has 0 GitHub stars and its last recorded update is dated 2026-09-24.
How do I install Laraue.Apps.Boards?
+
You can install Laraue.Apps.Boards by cloning the repository (https://github.com/Laraue/Laraue.Apps.Boards) or following the README instructions on GitHub. ClaudeWave also provides quick install blocks on this page.
Is Laraue/Laraue.Apps.Boards safe to use?
+
Our security agent has analyzed Laraue/Laraue.Apps.Boards and assigned a Trust Score of 65/100 (tier: OK). See the full breakdown of passed checks and flags on this page.
Who maintains Laraue/Laraue.Apps.Boards?
+
Laraue/Laraue.Apps.Boards is maintained by Laraue. The last recorded GitHub activity is dated 2026-09-24, with 0 open issues.
Are there alternatives to Laraue.Apps.Boards?
+
Yes. On ClaudeWave you can browse similar tools at /categories/tools, sorted by popularity or recent activity.
Deploy Laraue.Apps.Boards to your cloud
Ship this repo to production in minutes. Each platform spins up its own environment with editable env vars.
Maintain this repo? Add a badge to your README
Drop the badge into your GitHub README to show it's tracked on ClaudeWave. Each badge links back to this page and reflects the live Trust Score.
[](https://claudewave.com/repo/laraue-laraue-apps-boards)<a href="https://claudewave.com/repo/laraue-laraue-apps-boards"><img src="https://claudewave.com/api/badge/laraue-laraue-apps-boards" alt="Featured on ClaudeWave: Laraue/Laraue.Apps.Boards" width="320" height="64" /></a>More Tools
A single CLAUDE.md file to improve Claude Code behavior, derived from Andrej Karpathy's observations on LLM coding pitfalls.
An AI skill that provides design intelligence for building professional UI/UX across multiple platforms.
🪨 why use many token when few token do trick. Viral skill + proxy for coding agents that cuts 65% of tokens by talking like a caveman.
CLI proxy that reduces LLM token consumption by 60-90% on common dev commands. Single Rust binary, zero dependencies
The fastest, litest AI Gateway. Rust core with Python SDK. Call 100+ LLM APIs in OpenAI (or native) format with cost tracking, guardrails, load balancing, and logging [Bedrock, Azure, OpenAI, Anthropic, OpenAI, VertexAI, vLLM, Nvidia NIM]
Use Claude Code, Codex, Pi, and OpenCode (and 6 other harnesses) for free (1.3B+ free tokens) from your terminal, app, IDE, or phone, and now from the browser with native browser sessions (multi-harness + multi-model) like OpenClaw (voice supported + ToS friendly)