Skip to content

MarqueeCo/arcki

Β 
Β 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

119 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Arcki

🌎 3D world editor. Browse real-world maps, generate models with AI, place them anywhere.

arcki.mp4

Roman cityscape Roman forum

Stack

Next.js 15, React Three Fiber, Mapbox GL, Supabase, FastAPI

Run

# client
cd client && npm i && npm run dev

# server
cd server && pip install -r requirements.txt && python server.py

Env

client/.env.local

NEXT_PUBLIC_MAPBOX_TOKEN=
NEXT_PUBLIC_SUPABASE_URL=
NEXT_PUBLIC_SUPABASE_ANON_KEY=
NEXT_PUBLIC_API_URL=http://localhost:8000

server/.env

OPENAI_API_KEY=
FAL_KEY=

About

🌍 3D architectural playground. Reshape the world by generating and importing models and visualize them on a stunning map.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • TypeScript 66.7%
  • Python 26.7%
  • HTML 4.7%
  • CSS 1.7%
  • Other 0.2%