Skip to content

Repositories

All source code for Softly is split across six repositories.

RepoTechPurposeDeploy Target
rajgurung/ai-softlyRails 8.1Backend APIAWS ECS Fargate
rajgurung/ai-softly-frontendExpo / React NativeMobile app (iOS/Android)App Store / Play Store
rajgurung/softly-webNext.js 16Desktop web appCloudflare Pages (partial)
rajgurung/softly-landingAstroMarketing landing pageCloudflare Pages
rajgurung/softly-docsVitePressInternal documentationCloudflare Pages
rajgurung/softly-infrastructureTerraformAWS infrastructure as codeAWS (terraform apply)

Monorepo vs Multi-repo

Softly uses a multi-repo approach. The backend (ai-softly) contains the Rails API and is the primary repository. Each frontend and the infrastructure have their own repositories with independent CI/CD pipelines.

Local Development

The backend repo at ai-softly contains a mobile/ directory used during early development. The canonical mobile source has moved to ai-softly-frontend.

For local setup of each repo, see the Setup guide.

Internal documentation — not for public distribution