Home
Softono
i

ibelick

Professional software vendor delivering innovative solutions on the Softono platform. Specialized in both open-source and proprietary software development.

Total Products
6

Software by ibelick

motion-primitives
Open Source

motion-primitives

# Motion-Primitives Beautifully designed, easy-to-integrate motion components for engineers and designers, built with [motion](https://motion.dev/) and [Tailwind CSS](https://tailwindcss.com/). **This project is in beta. Expect new components to be released regularly and significant updates to the code.** <p align="center"> <img src="https://raw.githubusercontent.com/ibelick/motion-primitives/main/app/opengraph-image.jpg" alt="hero" width="80%" /> </p> ## Documentation Visit [motion-primitives.com/docs](http://motion-primitives.com/docs) to view the full documentation. ## Contributing Please read the [contributing guide](/CONTRIBUTING.md). ## License Licensed under the [MIT license](/LICENSE.md).

CSS Frameworks & UI Kits JavaScript Libraries & Components
5.6K Github Stars
prompt-kit
Open Source

prompt-kit

# prompt-kit **Customizable, high-quality components for AI applications.** Build chat experiences, AI agents, autonomous assistants, and more, quickly and beautifully. ![cover](/app/opengraph-image.jpg) ## Installation ### Install shadcn/ui First, you'll need to install and configure [shadcn/ui](https://ui.shadcn.com) in your project. Follow the installation guide in the shadcn/ui documentation. ### Install prompt-kit components Once shadcn/ui is set up, you can install `prompt-kit` components using the shadcn CLI: ```sh npx shadcn@latest add prompt-kit/[component] ``` ### Usage After installation, import and start using the components in your project: ```tsx import { PromptInput } from "@/components/ui/prompt-input" ```

JavaScript Libraries & Components LLM Tools & Chat UIs
2.9K Github Stars
background-snippets
Open Source

background-snippets

<img src="public/cover.webp" width="100%" /> ## BG.IBELICK Collection of modern, background snippets. Ready to use, simply copy and paste it into your next project. All snippets are crafted with Tailwind CSS.

Web Development CSS Frameworks & UI Kits
2K Github Stars
buttons
Open Source

buttons

<img src="public/cover.png" width="100%" /> <p align="center">A collection of buttons for Tailwind CSS.</p>

CSS Frameworks & UI Kits Web Components & Widgets
987 Github Stars
zola
Open Source

zola

# Zola [zola.chat](https://zola.chat) **Zola** is the open-source chat interface for all your models. ![zola cover](./public/cover_zola.jpg) ## Features - Multi-model support: OpenAI, Mistral, Claude, Gemini, Ollama (local models) - Bring your own API key (BYOK) support via OpenRouter - File uploads - Clean, responsive UI with light/dark themes - Built with Tailwind CSS, shadcn/ui, and prompt-kit - Open-source and self-hostable - Customizable: user system prompt, multiple layout options - Local AI with Ollama: Run models locally with automatic model detection - Full MCP support (wip) ## Quick Start ### Option 1: With OpenAI (Cloud) ```bash git clone https://github.com/ibelick/zola.git cd zola npm install echo "OPENAI_API_KEY=your-key" > .env.local npm run dev ``` ### Option 2: With Ollama (Local) ```bash # Install and start Ollama curl -fsSL https://ollama.ai/install.sh | sh ollama pull llama3.2 # or any model you prefer # Clone and run Zola git clone https://github.com/ibelick/zola.git cd zola npm install npm run dev ``` Zola will automatically detect your local Ollama models! ### Option 3: Docker with Ollama ```bash git clone https://github.com/ibelick/zola.git cd zola docker-compose -f docker-compose.ollama.yml up ``` [![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/new/clone?repository-url=https://github.com/ibelick/zola) To unlock features like auth, file uploads, see [INSTALL.md](./INSTALL.md). ## Built with - [prompt-kit](https://prompt-kit.com/) — AI components - [shadcn/ui](https://ui.shadcn.com) — core components - [motion-primitives](https://motion-primitives.com) — animated components - [vercel ai sdk](https://vercel.com/blog/introducing-the-vercel-ai-sdk) — model integration, AI features - [supabase](https://supabase.com) — auth and storage ## Sponsors <a href="https://vercel.com/oss"> <img alt="Vercel OSS Program" src="https://vercel.com/oss/program-badge.svg" /> </a> ## License Apache License 2.0 ## Notes This is a beta release. The codebase is evolving and may change.

Web Development LLM Tools & Chat UIs
1.5K Github Stars
ui-skills
Open Source

ui-skills

# UI Skills ![UI Skills](./public/UI-OG.webp) Skills for Design Engineers More on [ui-skills.com](http://ui-skills.com/) ## License Licensed under the [MIT license](https://github.com/ibelick/ui-skills/blob/main/LICENSE).

AI Agents
2.3K Github Stars