correct-apricot
correct-apricot15mo ago

Is refine for a admin panel or for a

Is refine for a admin panel, or for a whole website? Because I have to replace mainly the whole front page, to be able to add my own page. How do I route the main “welcome to refine” page out?
4 Replies
kapa.ai
kapa.ai15mo ago
Hi @batuhanw. I'm kapa.ai, your friendly support bot. I will try to answer your question by searching through the knowledge base. :wave: Sorry @batuhanw, I seem to be having a bit of trouble. Don't worry though, I've pinged my supprt and they will try to fix me up! :technologist: Perhaps try again in 15mins?
adverse-sapphire
adverse-sapphire15mo ago
Hello @justcode123, depends on your usecase, you can use refine for both! For example we have a e-commerce store, written with refine http://store.refine.dev/ https://github.com/refinedev/refine/tree/next/examples/store And refine doesn't interfere with your routing logic, depends on your framework (vite, next.js etc), you can define a homepage and use it by default. You don't need to do anything special with refine.
refine Store
refine Store | Show Your Support Proudly
Official swag store to buy refine branded t-shirt's, mugs and other merchandise
GitHub
refine/examples/store at next · refinedev/refine
Build your React-based CRUD applications, without constraints. - refine/examples/store at next · refinedev/refine
optimistic-gold
optimistic-gold15mo ago
Thank you. Because right now, it’s just then”welcome to refine”, and I’m not sure on the routing layout to create a normal homepage. Do I keep the created login? Or do I remove the “welcome” part?
adverse-sapphire
adverse-sapphire15mo ago
Please follow our tutorial to have an idea: https://refine.dev/docs/tutorial/introduction/index/