> For the complete documentation index, see [llms.txt](https://studist-engineering.gitbook.io/entrance-book/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://studist-engineering.gitbook.io/entrance-book/dev/tech.md).

# 技術スタック

## 共通 <a href="#common" id="common"></a>

#### ナレッジツール <a href="#knowledge" id="knowledge"></a>

* Notion
* GitHub Issues

#### 生成AIツール <a href="#ai" id="ai"></a>

* Cursor
* Devin
* GitHub Copilot
* Claude Code
* Codex
* Dify
* n8n
* etc.

## Teachme Biz WebApp

#### 開発言語

* Ruby
* JavaScript (TypeScript)
* Clojure

#### フレームワーク

* Ruby on Rails
* NestJS
* Vue.js
* etc.

#### インフラ

* Amazon Web Services - EKS/Fargate, Aurora(MySQL/PostgreSQL), Timestream, S3/CloudFront, Elemental Media Convert, OpenSearch Service, Amazon Bedrock etc.
* Google Cloud - Firebase, BigQuery, Cloud Tasks, etc.

#### インフラ構成管理

* Terraform

#### 分析基盤

* Redash
* OpenSearch Dashboards
* Looker Studio

#### モニタリング

* Datadog

#### CI/CD

* ArgoCD
* GitHub Actions
* CircleCI
* lambroll

#### 開発環境

* OrbStack

#### テストツール

* RSpec, Capybara
* Jest
* RuboCop
* eslint
* reg-suit(Visual Regression Test)

#### フロントエンド

* Webpack
* Storybook

#### その他

* GitHub
* Slack
* Figma

#### 開発スタイル

* Agile (Scrum, Kanban, etc.)

## Teachme Biz Mobile App

### iOS

#### 開発言語

* Swift
* Objective-C

#### 分析基盤

* Redash
* OpenSearch Dashboards
* Looker Studio

#### モニタリング

* Crashlytics
* GoogleAnalytics for Firebase

#### CI/CD

* Xcode Cloud
* fastlane

#### その他

* GitHub
* Slack
* Figma
* XCTest

{% embed url="<https://studist.tech/teachme-biz-ios-tech-stach-92297d755d09>" %}

### Android

#### 開発言語

* Kotlin
* Java

#### 構成管理ツール

* Gradle

#### 分析基盤

* Redash
* OpenSearch Dashboards
* Looker Studio

#### モニタリング

* Crashlytics
* GoogleAnalytics for Firebase

#### CI/CD

* CircleCI
* Firebase App Distribution

#### その他

* GitHub
* Slack
* Figma
* JUnit
* Espresso

{% embed url="<https://studist.tech/teachme-biz-android-tech-stack-ff283c5bfbaa>" %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://studist-engineering.gitbook.io/entrance-book/dev/tech.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
