{"id":47936484,"url":"https://github.com/s-kvng/expo-forge-starter","last_synced_at":"2026-04-04T07:44:07.454Z","repository":{"id":342869080,"uuid":"1171737607","full_name":"s-kvng/expo-forge-starter","owner":"s-kvng","description":"This is an expo starter template with with some good defaults. Just think of it like expo with batteries","archived":false,"fork":false,"pushed_at":"2026-03-10T01:42:30.000Z","size":1845,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-04-04T07:44:05.959Z","etag":null,"topics":["clerk","convex","expo","heroui-native","react-native","starter-template","uniwind"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/s-kvng.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-03-03T14:57:15.000Z","updated_at":"2026-03-10T10:12:00.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/s-kvng/expo-forge-starter","commit_stats":null,"previous_names":["s-kvng/expo-forge-starter"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/s-kvng/expo-forge-starter","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/s-kvng%2Fexpo-forge-starter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/s-kvng%2Fexpo-forge-starter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/s-kvng%2Fexpo-forge-starter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/s-kvng%2Fexpo-forge-starter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/s-kvng","download_url":"https://codeload.github.com/s-kvng/expo-forge-starter/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/s-kvng%2Fexpo-forge-starter/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31392186,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-04T04:26:24.776Z","status":"ssl_error","status_checked_at":"2026-04-04T04:23:34.147Z","response_time":60,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["clerk","convex","expo","heroui-native","react-native","starter-template","uniwind"],"created_at":"2026-04-04T07:44:06.850Z","updated_at":"2026-04-04T07:44:07.441Z","avatar_url":"https://github.com/s-kvng.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Expo Forge Starter\n\nTypeScript-first Expo + Expo Router + Uniwind + HeroUI Native starter focused on speed, clarity, and good defaults. Ships with multi-theme support, an opinionated project structure, utility helpers, and ready-made screens.\n\n\u003e **Branches:** The `default` branch is Expo Go-compatible. The `main` branch includes additional batteries — auth with Clerk(coming soon), backend with Convex(coming soon), and more.\n\n## Tech Stack\n\n| Category | Tool |\n|---|---|\n| Framework | [Expo](https://expo.dev) (SDK 55) + React Native 0.83 |\n| Routing | [Expo Router](https://docs.expo.dev/router/introduction/) (file-based, typed routes) |\n| UI Components | [HeroUI Native](https://heroui.com/native) |\n| Styling | [Uniwind](https://uniwind.dev) (Tailwind CSS v4) + [Tailwind Variants](https://www.tailwind-variants.org/) |\n| State | [Zustand](https://zustand.docs.pmnd.rs/) with persist middleware |\n| Keyboard | [react-native-keyboard-controller](https://kirurupa.github.io/react-native-keyboard-controller/) |\n| Bottom Sheets | [@gorhom/bottom-sheet](https://gorhom.dev/react-native-bottom-sheet/) |\n| Fonts | Poppins + Inter via `expo-font` |\n| Tabs | Native Tabs (`expo-router/unstable-native-tabs`) with web fallback |\n| Storage | `expo-sqlite/kv-store` (native) / localStorage (web) |\n\n## Features\n\n- **Multi-theme system** — Base light/dark plus color themes (lavender, mint, sky) with light/dark variants each, all using OKLCH color tokens\n- **HeroUI Native components** — Pre-configured provider with toast support and keyboard avoidance\n- **Native tab bar** — Platform-native tabs on iOS/Android with SF Symbols and Material icons, web fallback\n- **Theme switching** — `useAppTheme()` hook with `setTheme()` and `toggleTheme()` via `Uniwind.setTheme()`\n- **Unified storage** — Single adapter for Zustand persistence across native and web\n- **Bottom sheets** — `@gorhom/bottom-sheet` with blur backdrop support (`expo-blur`)\n- **`cn()` utility** — Tailwind class merging via `clsx` + `tailwind-merge`\n- **Custom `AppText`** — Drop-in text component with Poppins font family\n- **React Compiler** — Enabled via `reactCompiler: true` experiment\n- **Typed routes** — Full type safety for navigation\n\n## Project Structure\n\n```\nsrc/\n  app/             Route pages \u0026 layouts (theme/ has its own Stack layout)\n  components/      UI components (shared/, ui/, icons/, examples/)\n  constants/       Theme colors, fonts, spacing, tab config\n  context/         React contexts (AppThemeContext for multi-theme)\n  providers/       Provider composition (RootProvider)\n  hooks/           Custom hooks (color scheme, large header options)\n  helpers/         Helper functions \u0026 hooks (accessibility, OTA updates, strings)\n  lib/             Utilities (cn(), unified storage adapter)\n  store/           Zustand store (auth, theme, profile, preferences)\n  services/        API \u0026 integrations\n  themes/          CSS theme files (lavender, mint, sky, alpha)\n  interfaces/      TypeScript interfaces by domain\n  types/           Type definitions\n  global.css       Tailwind/Uniwind/HeroUI Native theme config\n```\n\n## Get Started\n\n1. **Clone the repo**\n\n   ```bash\n   git clone https://github.com/s-kvng/expo-forge-starter.git\n   cd expo-forge-starter\n   ```\n\n2. **Install dependencies**\n\n   ```bash\n   bun install   # or: npm install / yarn / pnpm\n   ```\n\n3. **Start the dev server**\n\n   ```bash\n   bun expo start\n   ```\n\n   From there you can open the app in:\n   - [Expo Go](https://expo.dev/go) (default branch)\n   - [iOS Simulator](https://docs.expo.dev/workflow/ios-simulator/)\n   - [Android Emulator](https://docs.expo.dev/workflow/android-studio-emulator/)\n   - [Development build](https://docs.expo.dev/develop/development-builds/introduction/)\n\n4. **Start editing** — Routes live in `src/app/`. The project uses [file-based routing](https://docs.expo.dev/router/introduction).\n\n## Scripts\n\n| Command | Description |\n|---|---|\n| `bun expo start` | Start the dev server |\n| `bun expo start --ios` | Start on iOS simulator |\n| `bun expo start --android` | Start on Android emulator |\n| `bun expo start --web` | Start on web |\n| `bun expo lint` | Run ESLint |\n| `bun run reset-project` | Reset to a blank project |\n\n## Learn More\n\n- [Expo docs](https://docs.expo.dev/) — Fundamentals and advanced guides\n- [Expo Router docs](https://docs.expo.dev/router/introduction/) — File-based routing\n- [HeroUI Native docs](https://v3.heroui.com/docs/native/getting-started) — React Native component library\n- [Uniwind docs](https://uniwind.dev) — Tailwind CSS v4 for React Native\n- [Zustand docs](https://zustand.docs.pmnd.rs/) — Lightweight state management\n- [Learn Expo tutorial](https://docs.expo.dev/tutorial/introduction/) — Step-by-step walkthrough\n\n## Community\n\n- [Expo on GitHub](https://github.com/expo/expo)\n- [Expo Discord](https://chat.expo.dev)\n\n## Inspired By ❤️\n\nThis starter was built on the shoulders of:\n\n- [HeroUI Native Example](https://github.com/heroui-inc/heroui-native-example) — Reference app for HeroUI Native components and theming patterns\n- [Sonny's Expo Starter](https://github.com/Sonnysam/starter-template-expo) — Project structure and developer experience inspiration\n- [Expo Default Template](https://docs.expo.dev/) — The official Expo template that serves as the foundation\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fs-kvng%2Fexpo-forge-starter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fs-kvng%2Fexpo-forge-starter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fs-kvng%2Fexpo-forge-starter/lists"}