MCPcopy Index your code
hub / github.com/ansh/deeperseeker-app

github.com/ansh/deeperseeker-app @main

Chat with this repo
repository ↗ · DeepWiki ↗ · + Follow
52 symbols 167 edges 29 files 0 documented · 0% updated 17mo ago★ 140
What it actually does AI analysis from the code graph — generated when you open this
loading…
README

Deeper Seeker

Getting Started with Cursor

This guide will help you get started even if you're new to coding, using Cursor (an AI-powered code editor) to help you along the way.

Prerequisites

  1. Download and install Cursor - it's a free AI-powered code editor
  2. Install Git - this helps manage code versions
  3. Install Node.js - choose the LTS (Long Term Support) version

Step-by-Step Instructions

  1. Clone the Repository
  2. Fork the repository on GitHub
  3. Open Cursor
  4. Press Cmd + L
  5. Type Clone this repo and run it {{PASTE_YOUR_REPO_URL_HERE}}
  6. Press Enter

  7. Setup Authentication

  8. Go to https://clerk.com/
  9. Create a new project
  10. Get your Clerk Publishable Key
  11. Rename the .env.example file to .env
  12. Add your Clerk Publishable Key to the .env file after the = sign or ask Cursor to do it for you

  13. Install Dependencies

  14. Open the terminal in Cursor (View → Terminal or Ctrl + `) or ask Cursor to install dependencies
  15. Type bun install and press Enter
  16. Wait for all dependencies to install

  17. Run the Project

  18. In the terminal, type bun ios or ask Cursor to run the project
  19. The project should open in your iOS simulator

Credits

This project was inspired by and built upon the foundation of ChatGPT Clone React Native by Galaxies-dev.

Extension points exported contracts — how you extend this code

Message (Interface)
(no doc)
utils/Interfaces.ts
Chat (Interface)
(no doc)
utils/Interfaces.ts

Core symbols most depended-on inside this repo

addMessage
called by 3
utils/Database.ts
loadChats
called by 3
app/(auth)/(drawer)/_layout.tsx
useThemeColor
called by 2
components/Themed.tsx
useWarmUpBrowser
called by 2
components/auth/useWarmUpBrowser.ts
setChatId
called by 1
components/ChatPage.tsx
useApi
called by 1
components/useApi.tsx
sendMessage
called by 1
components/useApi.tsx
collapseItems
called by 1
components/MessageInput.tsx

Shape

Function 49
Interface 2
Enum 1

Languages

TypeScript100%

Modules by API surface

utils/Database.ts7 symbols
components/MessageInput.tsx5 symbols
components/ChatPage.tsx5 symbols
app/(auth)/(drawer)/_layout.tsx5 symbols
utils/Image.ts4 symbols
app/_layout.tsx4 symbols
utils/Interfaces.ts3 symbols
components/Themed.tsx3 symbols
app/(auth)/(modal)/settings.tsx3 symbols
components/useApi.tsx2 symbols
components/auth/useWarmUpBrowser.ts1 symbols
components/auth/useGoogleAuth.tsx1 symbols

For agents

$ claude mcp add deeperseeker-app \
  -- python -m otcore.mcp_server <graph>

⬇ download graph artifact

Ask about this repo answers extend the page