A Streamlit like Framework for Rubyists

Build data-driven and AI applications in Ruby with minimal code. Focus on your ideas, not boilerplate.

Join the Waitlist

Be the first to experience Dashi and help shape its future.

Simple by Design

Minimalist

Build applications quickly without complex configurations

⚡️

Efficient

Create functional apps with minimal code

🎯

Flexible

Perfect for data and AI applications

🍜

Create an AI Chatbot in Minutes

require_relative 'dashi'

Dashi.run do
  title 'Dashi AI Chatbot'
  text 'This is a basic OpenAI application for chat similar to ChatGPT'
  chatbot
end