Skip to content

itsjavi/remix-ark-ui

Repository files navigation

Welcome to Remix + Vite + Park UI!

Template repository for Remix + Vite + Ark UI + Panda CSS projects.

📖 See the Remix docs, the Remix Vite docs, and the Park UI docs for details on supported features.

What's included

  • Customizable Park UI components, built on top of Ark UI, Zag and Panda CSS
  • Use any color scheme from Radix UI colors, with OKLCH / P3 color space support.
  • A base responsive layout supporting dark and light themes
  • Page transitions with framer-motion
  • Linting and formatting with Biome
  • lucide-react icons
  • Utils like cn(), useRouteData() and more

screenshot

Development

Run the Vite dev server:

pnpm run dev

Linting and formatting:

pnpm run lint

pnpm run format
# or:
pnpm run lint-fix

Deployment

First, build your app for production:

pnpm run build

Then run the app in production mode:

pnpm start

Now you'll need to pick a host to deploy it to.

DIY

If you're familiar with deploying Node applications, the built-in Remix app server is production-ready.

Make sure to deploy the output of pnpm run build

  • build/server
  • build/client

About

Remix project with Panda CSS and components based on Park UI (Ark)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages