Skip to content

Commit f3f08a8

Browse files
committed
update all intentkit.ai -> IntentKit AI
1 parent 995a82d commit f3f08a8

File tree

6 files changed

+11
-11
lines changed

6 files changed

+11
-11
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
# **IntentKit.ai**
1+
# **IntentKit AI IDE**
22

33
**Launch and Deploy AI Agents Instantly — No Code Required**
44

5-
**IntentKit.ai** is the fastest way to turn your ideas into working AI agents. Whether you're building a product, automating a workflow, or experimenting with autonomous agents, IntentKit makes it simple: just describe what your agent should do, pick the right tools from our growing skill library, and you're done.
5+
**IntentKit AI** is the fastest way to turn your ideas into working AI agents. Whether you're building a product, automating a workflow, or experimenting with autonomous agents, IntentKit makes it simple: just describe what your agent should do, pick the right tools from our growing skill library, and you're done.
66

77
Your agent is hosted and live in seconds — no code, no config, no headaches.
88

@@ -15,7 +15,7 @@ Test it in real time through a chat interface, then plug it into your app with i
1515
📦 **Ready-to-use SDKs** — Integrate into your app instantly
1616
🧪 **Instant testing** — Chat with your agent in real-time
1717

18-
**Get started:** [intentkit.ai](https://intentkit.ai/)
18+
**Get started:** [IntentKit AI](https://intentkit.ai/)
1919

2020
---
2121

components/ContactSupport.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,11 @@ const ContactSupport: React.FC<ContactSupportProps> = ({
1818
const getSubject = () => {
1919
switch (reason) {
2020
case "error":
21-
return "System Error - IntentKit.ai";
21+
return "System Error - IntentKit AI";
2222
case "credits":
23-
return "Credits Issue - IntentKit.ai";
23+
return "Credits Issue - IntentKit AI";
2424
default:
25-
return "Support Request - IntentKit.ai";
25+
return "Support Request - IntentKit AI";
2626
}
2727
};
2828

pages/conversations.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ const ConversationsPage: React.FC = () => {
3636
return (
3737
<div className="min-h-screen bg-[#0d1117] flex flex-col h-screen">
3838
<Head>
39-
<title>Conversation History - IntentKit.ai (IntentKit)</title>
39+
<title>Conversation History - IntentKit AI</title>
4040
<meta
4141
name="description"
4242
content="View your agent creation conversation history"

pages/create-agent.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ const CreateAgentPage: React.FC = () => {
4949
return (
5050
<div className="min-h-screen bg-[var(--color-bg-primary)] flex flex-col h-screen">
5151
<Head>
52-
<title>Create Agent - IntentKit.ai (IntentKit)</title>
52+
<title>Create Agent - IntentKit AI</title>
5353
<meta
5454
name="description"
5555
content="Launch and Deploy AI Agents Instantly — No Code Required"

pages/index.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,7 @@ const Home: React.FC = (): JSX.Element => {
222222
className={`min-h-screen bg-[${theme.colors.background.primary}] flex flex-col h-screen`}
223223
>
224224
<Head>
225-
<title>IntentKit.ai (IntentKit)</title>
225+
<title>IntentKit AI</title>
226226
<meta
227227
name="description"
228228
content="Launch and Deploy AI Agents Instantly — No Code Required"
@@ -232,7 +232,7 @@ const Home: React.FC = (): JSX.Element => {
232232

233233
{/* Header */}
234234
<Header
235-
title="IntentKit.ai"
235+
title="IntentKit AI"
236236
rightActions={rightActions}
237237
showBaseUrl={false}
238238
baseUrl={baseUrl}

pages/quick.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -430,7 +430,7 @@ const Quick: React.FC = () => {
430430
return (
431431
<div className="h-screen bg-[var(--color-bg-primary)] flex flex-col overflow-hidden">
432432
<Head>
433-
<title>Quick Agent Creator - IntentKit.ai (IntentKit)</title>
433+
<title>Quick Agent Creator - IntentKit AI</title>
434434
<meta
435435
name="description"
436436
content="Create and chat with AI agents instantly using pre-built templates"

0 commit comments

Comments
 (0)