Everything that’s new in Appsmith! ⚡ 🧠 LLM Data Sources 🐘 Integrated Postgres Database 🔄 Workflows Open Beta 🚀 Git Performance Improvements (Coming Soon) Read our full announcement to discover how Appsmith is enabling developers to build the next generation of AI-driven business custom apps here. 👇 https://lnkd.in/g8SixSPy
Appsmith
Software Development
San Francisco, California 23,407 followers
Open-source low-code application development
About us
Appsmith is an open-source low-code application platform that simplifies custom application development for businesses, allowing them to streamline operations, automate processes, quickly integrate multiple apps and data, and enhance legacy applications with new features. Unlike traditional low-code platforms, the Appsmith platform is lightweight, extremely developer-friendly, and designed to fully integrate within modern SDLC processes. Appsmith easily connects to a wide range of databases, APIs, and SaaS applications, and provides drag-and-drop UI building tools that are 10x faster than UI development using Angular or React frameworks. Appsmith pairs low-code speed with full-code flexibility and control. Developers can customize business logic, data sources, and UI elements using JavaScript, import their own JavaScript libraries, and manage code in a centralized IDE. Appsmith allows full-stack and backend developers, systems administrators, and data teams to quickly build highly-functional dashboards, admin panels, customer 360, IT automation, and service management tools that span multiple data sources.
- Website
-
https://www.appsmith.com
External link for Appsmith
- Industry
- Software Development
- Company size
- 51-200 employees
- Headquarters
- San Francisco, California
- Type
- Privately Held
- Founded
- 2019
- Specialties
- Internal tools, App Development, and Low Code
Locations
-
Primary
San Francisco, California 94102, US
-
Bengaluru, Karnataka 560102, IN
Employees at Appsmith
Updates
-
𝑪𝑶𝑵𝑮𝑹𝑨𝑻𝑼𝑳𝑨𝑻𝑰𝑶𝑵𝑺 to Sangita Nimase on completing her #100DaysOfAppsmith challenge! The whole Appsmith team has been closely following and enjoying seeing your progress! It's truly been amazing to watch your skills progress so fast over the last few months. Thank you for sharing this with the Appsmith community! We've got some swag to send your way.
-
Congrats Sangita Nimase! What an amazing achievement! Thank you for sharing your learning journey with us. We're grateful to have you in the Appsmith community!
Day#100 of Appsmith 🎉 💯 ✍ 👩💻 Today, I worked on building an AI Chat Aggregator using Appsmith and AI service providers Cohere and Anthropic. 👉 I integrated Cohere and Anthropic APIs to handle chat functionality, enabling users to select an AI model of their choice for generating responses. Currently, the application supports these two providers, but it can be extended to include additional AI service providers (such as OpenAI, Hugging Face, etc.) if authorisation keys are available. 🌟 It allows us to access and compare the output of various AI models 1. Add Form widget with Input widget to add Text message 2. Add Button group to trigger the required Model of AI chat service provider Add Tab widget to View the Chat history using Selected AI provider 3. Create query “messageSendforChat” using native Anthropic database Integration provided by Appsmith using Authorisation of Anthropic 4. Create query “messageSend” using REST API database POST https://lnkd.in/dv88fJfz Header=> Authorization: your_api_key Body=> { "model": "command-r-plus-08-2024", "messages": [ { "role": "user", "content": "{{Input1.text}}" } ] } 5. Write JSobject to save chat history of Anthropic name it as “JSobject1” export default { chatHistory: [], sendMessage: async () => { const userMessage = Input1.text; this.chatHistory.push({ role: "Human", content: userMessage }); const response = await messageSendforChat.run(); const aiResponse = response && response.content && response.content[0]?.text ? response.content[0].text.replace(/\n/g, " ").replace(/["{}]/g, "") : "No response"; this.chatHistory.push({ role: "Assistant", content: aiResponse }); Input1.setValue(""); return this.chatHistory; }, }; 6. Write JSobject to save chat history of Cohere name it as “JSobject2” in same way 7. Form widget “Cohere” button OnClick() event call {{JSObject2.sendMessage();}} & “Anthropic” button OnClick() event call {{JSObject2.sendMessage();}} 8. Add List widget both Tabs to view Chat history Cohere chat List bind data =>{{JSObject2.sendMessage.data}} Anthropic chat List bind data=> {{JSObject1.chatHistory}} #100DaysOfAppSmith #100DaysOfLowCode #Appsmith #LowCode
-
"Low-code platforms are a performance nightmare!" 🙅♀️ But does it have to be that way? 🤔 Appsmith drastically streamlines development, but even the best low-code tools are no substitute for software engineering best practices. Dive into 9 essential performance best practices for Appsmith apps.👇 https://lnkd.in/eZf3bnP3
-
RAG your way to smarter, safer AI assistants: Appsmith + Pinecone 🤖 Learn how to build AI assistants that respect data privacy and access controls. We'll combine Appsmith and Pinecone to create intelligent document systems that deliver personalized responses while maintaining security. 🗓️ Thursday 26 December | 19:30 IST | 6:00 PT | 15:00 CET https://lu.ma/qpbgn6af
-
Managing refunds can be tricky - you want automation for efficiency but also need human oversight for high-value transactions. 🔄 We've created a detailed guide showing how to build a secure refund approval system using Stripe API and Appsmith Workflows. Check out the step-by-step tutorial to streamline your refund management while maintaining control 👇 https://lnkd.in/g8UfAiBY
-
RAG Your Way to Smarter, Safer AI Assistants: Appsmith + Pinecone Your AI assistant shouldn't share everything with everyone. Learn how to build an intelligent document assistant that maintains strict access controls while delivering personalized responses. In this live coding session, you'll create a secure AI system that knows which documents each user can access - perfect for teams handling sensitive information across departments. Don't miss this opportunity to discover how Appsmith can help you leverage AI safely and securely, empowering your teams to access the information they need while protecting sensitive data!
RAG Your Way to Smarter, Safer AI Assistants: Appsmith + Pinecone
www.linkedin.com
-
Let's Make DevRel Metrics Fun Again! (Or for the first time 😅) Hey DevRel friends! 👋 Ever wished you could see all your metrics in one place instead of jumping between 5+ tabs? Yeah, we've been there! That's why we built ourselves a dashboard that brings all our DevRel data together - and we're excited to show you how it works so you can do it as well! We're diving into our secret sauce for pulling data from YouTube, Discord, community portal, Reddit, and user activation into one view 🎯 We'll open up our actual DevRel dashboard (yes, the one we use every day!) and show you: - Which metrics actually matter - How we automated everything (because who has time for manual updates?) - Our favorite ways to visualize data that even your boss will understand Perfect for: DevRel teams tired of data headaches and community managers hunting for better insights Bring your questions and your data frustrations - we're here to help turn them into solutions!
Let's Make DevRel Metrics Fun Again! (Or for the first time 😅)
www.linkedin.com
-
"Low-code platforms are just for simple applications and can't handle complex business needs." 🤔 If you've heard this before, it's time to challenge that notion. While low-code platforms enable businesses to build and deploy apps quickly, choosing an application platform goes beyond just assessing development speed. The tools you build will be integral to your business, so it's crucial to ensure your investment of time, effort, and money is well-placed. Nikhil, CPO and co-founder at Appsmith, explains here what you need to know when choosing a low-code platform. 👇 https://lnkd.in/eu2Ai8eR