[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"page--\u002Fblog\u002Farticle":3,"blog-detail":59,"317e8e2a-912c-49a3-98d2-832985198aa9":506,"da6dfaaa-71b1-4e6b-b16e-5b5acfb472f7":510,"d455843b-a9b6-427f-b7e5-b64fe751b50d":519,"d2f3b98a-eb5e-4096-8e79-21a62358df4b":1360,"cc183043-092c-426d-9587-4fc6db361342":1438,"bc5d6217-b80c-499b-91a7-1dbca7208203":1474,"cde563a8-ddf2-4083-8be6-2d7fe4e82167":1504,"a080278f-f5c2-4d0e-ba3f-677da008dae4":1542,"related-blogs":1561},{"id":4,"name":5,"seo":6,"status":8,"schema":9,"template":10,"sections":47,"redirect":58},"289e4d80-4fe0-4497-8225-40d2b6d0fd37","Article ",{"title":7},"Article","published",[],{"name":11,"start_sections":12,"end_sections":18},"Default",[13],{"collection":14,"id":15,"item":16},"section_harsh",1,{"id":17},"d455843b-a9b6-427f-b7e5-b64fe751b50d",[19,24,29,33,38,43],{"collection":20,"id":21,"item":22},"section_pinky",32,{"id":23},"da6dfaaa-71b1-4e6b-b16e-5b5acfb472f7",{"collection":25,"id":26,"item":27},"section_janak",30,{"id":28},"d2f3b98a-eb5e-4096-8e79-21a62358df4b",{"collection":25,"id":30,"item":31},31,{"id":32},"cc183043-092c-426d-9587-4fc6db361342",{"collection":34,"id":35,"item":36},"section_hem",2,{"id":37},"bc5d6217-b80c-499b-91a7-1dbca7208203",{"collection":39,"id":40,"item":41},"section_dhruv",3,{"id":42},"cde563a8-ddf2-4083-8be6-2d7fe4e82167",{"collection":44,"id":15,"item":45},"section_bhavin",{"id":46},"a080278f-f5c2-4d0e-ba3f-677da008dae4",[48,53],{"collection":49,"id":50,"item":51},"section_bhargav",5576,{"id":52},"1b3ea167-b557-47ad-996c-6eeb0bcf3c08",{"collection":54,"id":55,"item":56},"section_krusha",5606,{"id":57},"317e8e2a-912c-49a3-98d2-832985198aa9",[],{"data":60},[61],{"id":62,"title":63,"date_published":64,"summary":65,"seo_description":66,"update_date":67,"tags":68,"cover":74,"sections":77,"author":482,"category":67,"og_image":493,"color_primary":494},"802f3663-dc96-4cf7-b29c-30a3bb60fa24","Flutter App Security Best Practices for Fintech App","2025-07-18","Learn how to secure Flutter mobile apps effectively through insights gained in a fintech project. This blog covers key practices like multi-factor authentication, encrypted communication, and secure coding patterns to build trust and protect financial data.","A hands-on guide to Flutter app security best practices for fintech apps. Secure your mobile app with encryption, SSL pinning, and safe data storage.",null,[69],{"bg_tags_id":70},{"label":71,"slug":72,"id":73},"Mobile","mobile","5fa69bcd-8c0e-4c53-b28f-ad459696bc01",{"id":75,"filename_disk":76},"f62118f9-38f9-4572-ba7f-f225ea97ee33","f62118f9-38f9-4572-ba7f-f225ea97ee33.jpg",[78],{"collection":79,"item":80},"bg_sections_content_blocks",{"id":81,"name":82,"content":83,"metadata":476},"bd362500-548b-423d-8b3f-695266f315ab","1",{"time":84,"blocks":85,"version":475},1752842200775,[86,94,100,106,112,130,136,143,149,155,161,167,172,178,182,188,201,207,213,219,225,231,247,252,256,261,271,277,283,289,295,300,305,309,314,318,323,336,342,348,354,367,372,377,381,386,390,395,408,414,420,445,451,457,463,469],{"id":87,"data":88,"type":90,"tunes":91},"wddaClohqB",{"text":89},"Building out secure Flutter apps for fintech is a must if your app deals with financial info, personal user data, or sensitive APIs.","paragraph",{"alignment":92},{"alignment":93},"left",{"id":95,"data":96,"type":90,"tunes":98},"ACSOiNLo9x",{"text":97},"I recently had a chance to work on a Flutter-based fintech project where security was an integral need right from the first day. Each line of code had to ask this one question: What if this gets exploited?",{"alignment":99},{"alignment":93},{"id":101,"data":102,"type":90,"tunes":104},"uZXbOqqOZe",{"text":103},"This blog goes over what I did to put in place Flutter app security best practices, which we put in for meet security standards. Also, we did a professional Vulnerability Assessment and Penetration Testing (VAPT) audit. If you are developing a fintech app or any app that deals with private info, these practices will help you build trust and also prevent potential threats.",{"alignment":105},{"alignment":93},{"id":107,"data":108,"type":90,"tunes":110},"KhhmusjuD_",{"text":109},"Here is what I put together for the 4 core areas which cover Flutter app security best practices:",{"alignment":111},{"alignment":93},{"id":113,"data":114,"type":129},"OLlnyXIA6-",{"items":115,"style":128},[116,119,122,125],{"items":117,"content":118},[],"Secure Data Storage",{"items":120,"content":121},[],"SSL Pinning for API Communication",{"items":123,"content":124},[],"AES Encryption for Requests\u002FResponses",{"items":126,"content":127},[],"Device Integrity &amp; Root Detection","unordered","nestedlist",{"id":131,"data":132,"type":90,"tunes":134},"mcEHDr9Qp1",{"text":133},"Each section presents a real-world example, the Flutter packages used, and some working code to get you started.",{"alignment":135},{"alignment":93},{"id":137,"data":138,"type":140,"tunes":141},"GJW3Aa1YzJ",{"text":139,"level":35},"1. Secure Data Storage with flutter_secure_storage","header",{"alignment":142},{"alignment":93},{"id":144,"data":145,"type":90,"tunes":147},"qVeHSon9jY",{"text":146},"Let’s be honest: Developers tend to use SharedPreferences which is a quick and easy solution. However when it comes to saving sensitive info like access tokens, user MPINs, or session keys plaintext storage is too risk.",{"alignment":148},{"alignment":93},{"id":150,"data":151,"type":90,"tunes":153},"06bSPCM9Fr",{"text":152},"For my fin tech app we use flutter_secure_storage that works with the Keychain on iOS and the Keystore\u002FEncryptedSharedPreferences on Android. We keep data encrypted at rest and protected from other apps and tamper attempts.",{"alignment":154},{"alignment":93},{"id":156,"data":157,"type":140,"tunes":159},"oclRsOC74e",{"text":158,"level":40},"Package",{"alignment":160},{"alignment":93},{"id":162,"data":163,"type":90,"tunes":165},"32bn_dHcbZ",{"text":164},"dependencies:",{"alignment":166},{"alignment":93},{"id":168,"data":169,"type":171},"aqVWCNjl0G",{"code":170},"flutter_secure_storage: ^9.0.0","code",{"id":173,"data":174,"type":90,"tunes":176},"22Jxq88Xxc",{"text":175},"Sample Code",{"alignment":177},{"alignment":93},{"id":179,"data":180,"type":171},"VmBlsAT-el",{"code":181},"import 'package:flutter_secure_storage\u002Fflutter_secure_storage.dart';\n\nfinal secureStorage = FlutterSecureStorage();\n\n\u002F\u002F Save data securely\nawait secureStorage.write(key: 'authToken', value: 'xyz123');\n\n\u002F\u002F Retrieve data\nString? token = await secureStorage.read(key: 'authToken');\n\n\u002F\u002F Delete data when no longer needed\nawait secureStorage.delete(key: 'authToken');",{"id":183,"data":184,"type":90,"tunes":186},"SaxGfuwDwe",{"text":185},"Why it mattered in my case:",{"alignment":187},{"alignment":93},{"id":189,"data":190,"type":129},"1qzKR99SxY",{"items":191,"style":128},[192,195,198],{"items":193,"content":194},[],"I held MPINs and tokens that must be kept safe even in the event of a lost phone.",{"items":196,"content":197},[],"Tokens were automatically cleared on logout or session expiration.",{"items":199,"content":200},[],"Not a single sensitive value was ever touched in logs or insecure storage.",{"id":202,"data":203,"type":140,"tunes":205},"zlZQQ0AH8a",{"text":204,"level":35},"2. API Communication Security with SSL Pinning",{"alignment":206},{"alignment":93},{"id":208,"data":209,"type":90,"tunes":211},"LQdCe9T6W6",{"text":210},"Just using HTTPS is not sufficient. If an end-user installs a fake certificate on the device (intentionally or unintentionally), your HTTPS traffic can be intercepted through a Man-in-the-Middle (MITM) attack.",{"alignment":212},{"alignment":93},{"id":214,"data":215,"type":90,"tunes":217},"NY3UrS2RSz",{"text":216},"To avoid that, I used SSL pinning by accepting only a particular certificate. That is, the app talks to the server only if the certificate is identical to what I have pinned.",{"alignment":218},{"alignment":93},{"id":220,"data":221,"type":90,"tunes":223},"HFKA5OQ4nC",{"text":222},"I used the Dio package and configured it to load a PEM certificate from assets. This aligns with Flutter security for fintech apps, offering safer communication without relying on third-party SSL pinning plugins.",{"alignment":224},{"alignment":93},{"id":226,"data":227,"type":140,"tunes":229},"UGyYAPRdJk",{"text":228,"level":40},"How I Did It:",{"alignment":230},{"alignment":93},{"id":232,"data":233,"type":129},"FejTZLqzWi",{"items":234,"style":128},[235,238,241,244],{"items":236,"content":237},[],"Download the server certificate.",{"items":239,"content":240},[],"Convert it to .pem format using OpenSSL.",{"items":242,"content":243},[],"Place the file in your assets directory.",{"items":245,"content":246},[],"Tell Dio to use it while making network requests.",{"id":248,"data":249,"type":140,"tunes":250},"mA3FHn7_ki",{"text":175,"level":40},{"alignment":251},{"alignment":93},{"id":253,"data":254,"type":171},"RtQk2rQdiU",{"code":255},"import 'dart:io';\nimport 'package:dio\u002Fdio.dart';\nimport 'package:flutter\u002Fservices.dart' show rootBundle;\n\nFuture\u003CDio> getPinnedDioClient() async {\n  final sslCert = await rootBundle.load('assets\u002Fcertificates\u002Fcertificate.pem');\n  final context = SecurityContext(withTrustedRoots: false);\n  context.setTrustedCertificatesBytes(sslCert.buffer.asUint8List());\n\n  final httpClient = HttpClient(context: context);\n  httpClient.badCertificateCallback = (cert, host, port) => false;\n\n  final dio = Dio();\n  dio.httpClientAdapter = DefaultHttpClientAdapter()..onHttpClientCreate = (_) => httpClient;\n\n  return dio;\n}\n",{"id":257,"data":258,"type":90,"tunes":259},"KKCwTtg1Xb",{"text":185},{"alignment":260},{"alignment":93},{"id":262,"data":263,"type":129},"lFqfe7pnpg",{"items":264,"style":128},[265,268],{"items":266,"content":267},[],"The backend was sensitive, dealing with bank account information, wallets, and personal info.",{"items":269,"content":270},[],"SSL pinning made sure that even if a device contained an insecure root cert installed, it could not intercept data from our app.",{"id":272,"data":273,"type":140,"tunes":275},"DMqNOPfLmv",{"text":274,"level":35},"3. AES Encryption for API Payloads using encrypt",{"alignment":276},{"alignment":93},{"id":278,"data":279,"type":90,"tunes":281},"E75t-XnTU8",{"text":280},"Most programmers presume HTTPS is sufficient. But I wanted to go one step further. What if I encrypted the payload before HTTPS even got a hold of it?",{"alignment":282},{"alignment":93},{"id":284,"data":285,"type":90,"tunes":287},"BjvUZussph",{"text":286},"For this project, I used AES encryption with the encrypt package. This is a fantastic demonstration of Flutter app security best practices in action, making sure even if HTTPS gets compromised, your data stays unreadable to attackers.",{"alignment":288},{"alignment":93},{"id":290,"data":291,"type":90,"tunes":293},"s3WG0-Cl6D",{"text":292},"All outgoing API request bodies were encrypted. The server decrypted it with the same AES key. Responses were also encrypted before sending back.",{"alignment":294},{"alignment":93},{"id":296,"data":297,"type":140,"tunes":298},"yXVEIU3oHu",{"text":158,"level":40},{"alignment":299},{"alignment":93},{"id":301,"data":302,"type":90,"tunes":303},"noUUvhFEi-",{"text":164},{"alignment":304},{"alignment":93},{"id":306,"data":307,"type":171},"-g-OYKRsB2",{"code":308},"encrypt: ^5.0.1",{"id":310,"data":311,"type":90,"tunes":312},"qe-UnWhM4j",{"text":175},{"alignment":313},{"alignment":93},{"id":315,"data":316,"type":171},"j1RKE9MAq8",{"code":317},"import 'package:encrypt\u002Fencrypt.dart';\nimport 'dart:convert';\n\nfinal key = Key.fromUtf8(\"32charlongencryptionkey1234567890\");\nfinal iv = IV.fromLength(16);\nfinal encrypter = Encrypter(AES(key, mode: AESMode.cbc));\n\nString encryptPayload(Map\u003CString, dynamic> data) {\n  final jsonStr = jsonEncode(data);\n  return encrypter.encrypt(jsonStr, iv: iv).base64;\n}\n\nMap\u003CString, dynamic> decryptPayload(String encryptedBase64) {\n  final decrypted = encrypter.decrypt(Encrypted.fromBase64(encryptedBase64), iv: iv);\n  return jsonDecode(decrypted);\n}",{"id":319,"data":320,"type":90,"tunes":321},"u4ZduwFxIG",{"text":185},{"alignment":322},{"alignment":93},{"id":324,"data":325,"type":129},"4P5t4lhd_5",{"items":326,"style":128},[327,330,333],{"items":328,"content":329},[],"It safeguarded sensitive information such as KYC information, Aadhaar numbers, and banking information.",{"items":331,"content":332},[],"Even in case the HTTPS layer was compromised, the encrypted body could not be read.",{"items":334,"content":335},[],"The backend was set up to deal with AES encryption\u002Fdecryption through the same key.",{"id":337,"data":338,"type":140,"tunes":340},"EsQ0HBBdoF",{"text":339,"level":35},"4. App Integrity Checks with app_integrity_checker",{"alignment":341},{"alignment":93},{"id":343,"data":344,"type":90,"tunes":346},"7W37dKMC-k",{"text":345},"What good is all that backend protection if someone can install your APK on a rooted phone, bypass checks, and log API requests?",{"alignment":347},{"alignment":93},{"id":349,"data":350,"type":90,"tunes":352},"dkBNAT6NUE",{"text":351},"To tackle this, I implemented multiple device integrity checks using the app_integrity_checker package. It helps detect if:",{"alignment":353},{"alignment":93},{"id":355,"data":356,"type":129},"1TY6nbdmEW",{"items":357,"style":128},[358,361,364],{"items":359,"content":360},[],"The device is rooted\u002Fjailbroken",{"items":362,"content":363},[],"Developer mode is enabled",{"items":365,"content":366},[],"The app is running in an emulator",{"id":368,"data":369,"type":140,"tunes":370},"RaXjyTLkNj",{"text":158,"level":40},{"alignment":371},{"alignment":93},{"id":373,"data":374,"type":90,"tunes":375},"8CqYAfcwYz",{"text":164},{"alignment":376},{"alignment":93},{"id":378,"data":379,"type":171},"bUHaXAzVGm",{"code":380},"app_integrity_checker: ^1.0.1",{"id":382,"data":383,"type":90,"tunes":384},"1kQpBFSSVi",{"text":175},{"alignment":385},{"alignment":93},{"id":387,"data":388,"type":171},"W8wGz4cKpK",{"code":389},"import 'package:app_integrity_checker\u002Fapp_integrity_checker.dart';\n\nbool isSecure = await AppIntegrityChecker.isDeviceSecure();\nbool isRooted = await AppIntegrityChecker.isRooted;\nbool isDevMode = await AppIntegrityChecker.isDeveloperMode;\nbool isEmulator = await AppIntegrityChecker.isEmulator;\n\nif (!isSecure || isRooted || isDevMode || isEmulator) {\n  \u002F\u002F Show warning, restrict access, or logout user\n}",{"id":391,"data":392,"type":90,"tunes":393},"PRBVNRZmPe",{"text":185},{"alignment":394},{"alignment":93},{"id":396,"data":397,"type":129},"hrpGksXNCF",{"items":398,"style":128},[399,402,405],{"items":400,"content":401},[],"I caught several test users trying to run the app on emulators.",{"items":403,"content":404},[],"Rooted devices were automatically logged out and blocked from sensitive actions.",{"items":406,"content":407},[],"Developer mode warnings were shown when needed.",{"id":409,"data":410,"type":140,"tunes":412},"ez-1WI2NuN",{"text":411,"level":35},"Summary: My Security Checklist for Flutter + Fintech",{"alignment":413},{"alignment":93},{"id":415,"data":416,"type":90,"tunes":418},"pSzksAfOuE",{"text":417},"Following these Flutter app security best practices will help you build safer, more reliable fintech apps that earn user trust and stay ahead of threats.",{"alignment":419},{"alignment":93},{"id":421,"data":422,"type":444},"w-h4picL25",{"content":423,"withHeadings":443},[424,428,431,435,439],[425,426,427],"Feature","Why It Mattered","Package \u002F Tool",[118,429,430],"Keep sensitive tokens\u002FPINs safe","flutter_secure_storage",[432,433,434],"SSL Pinning","Block MITM attacks","Dio + PEM Cert",[436,437,438],"AES Payload Encryption","End-to-end encrypted API calls","encrypt",[440,441,442],"Device Integrity Checker","Detect rooted\u002Femulated\u002Fdev-mode envs","app_integrity_checker",false,"table",{"id":446,"data":447,"type":140,"tunes":449},"gBuuH3RIQ9",{"text":448,"level":35},"Final Thoughts",{"alignment":450},{"alignment":93},{"id":452,"data":453,"type":90,"tunes":455},"n2he4bRY_o",{"text":454},"Security is not merely about staying out of trouble or checking boxes on a compliance list. It's about trusting users. In Flutter security for fintech apps, people trust you with their money. That means your app has to be as secure as your intention.",{"alignment":456},{"alignment":93},{"id":458,"data":459,"type":90,"tunes":461},"TvDpp2m1kq",{"text":460},"By adding levels of secure storage, encryption, pinning, and integrity checks, I created a Flutter app that didn't merely \"work,\" but was prepared to withstand real-world threats.",{"alignment":462},{"alignment":93},{"id":464,"data":465,"type":90,"tunes":467},"eExZaK3u2N",{"text":466},"These Flutter app security best practices are not complicated. You don't have to be a security specialist to apply them. All you need is the right mindset and the determination to go the extra mile.",{"alignment":468},{"alignment":93},{"id":470,"data":471,"type":90,"tunes":473},"YE6uqXm7Fn",{"text":472},"If you're working on a sensitive or large-scale project, \u003Ca href=\"https:\u002F\u002F7span.com\u002Fblog\u002Fwhy-choose-flutter\">choose Flutter\u003C\u002Fa> and consider these your starting blocks. And if you ever need to discuss securing your application or implementing these into your product, my inbox is open.",{"alignment":474},{"alignment":93},"2.28.2",{"title":477,"id":478,"component":479},"Editor Renderer","b20b790f-9bf7-4fe4-a500-220d9752c67a",{"name":480,"id":481},"sections-blog-editor","8f082246-494c-41a1-b796-da33c0cc1e2e",{"first_name":483,"last_name":484,"id":485,"email":486,"facebook_url":67,"description":487,"x_url":67,"linkedin_url":488,"instagram_url":67,"title":67,"slug":489,"avatar":490},"Nikunj","Panchal","044ec75f-09fc-492e-b662-918a6b2a9f9d","nikunj.p@7span.com","Nikunj Panchal is a Flutter expert who builds mobile apps that are fast, smooth, and user-friendly. With a strong focus on performance and clean design, Nikunj turns ideas into high-quality apps using the power of Flutter. He's always exploring new ways to create better mobile experiences.","https:\u002F\u002Fwww.linkedin.com\u002Fin\u002Fnikunj-panchal-","nikunj-panchal",{"id":491,"filename_disk":492},"e2eb48df-870d-4954-bf3b-8df252ab084b","e2eb48df-870d-4954-bf3b-8df252ab084b.jpeg",{"id":75,"filename_disk":76},{"name":495,"_100":496,"_200":497,"_300":498,"_400":499,"_500":500,"_700":501,"_600":502,"_900":503,"_800":504,"id":505,"status":8},"Tailwind Blue","#DBEAFE","#BFDBFE","#93C5FD","#60A5FA","#3B82F6","#1D4ED8","#2563EB","#1E3A8A","#1E40AF","3044c22b-a80a-4c77-a039-31288447e8eb",{"id":57,"title":507,"subtitle":508,"blogs":509,"selected_blogs":67},"\u003Cdiv>\n\u003Cdiv>More\u003C\u002Fdiv>\n\u003C\u002Fdiv>","\u003Cp>An interesting read? Here is more related to it.\u003C\u002Fp>","related",{"title":511,"icon":512},"\u003Cp>Engineering clarity where others add complexity.&nbsp;We help businesses build, modernize, and scale with the right technology. Whatever your challenge, stage, or vision, we make IT possible.\u003C\u002Fp>",{"name":513,"value":67,"svg":514},"Making IT Possible | Black Font",{"id":515,"width":67,"height":67,"title":516,"type":517,"filename_disk":518},"ef48a6de-e34e-400b-8de4-c5d5c1b5ff5f","Group","image\u002Fsvg+xml","ef48a6de-e34e-400b-8de4-c5d5c1b5ff5f.svg",{"logo":520,"logo_link":524,"button_primary":529,"nav_links":535},{"id":521,"width":67,"height":67,"title":522,"type":517,"filename_disk":523},"be082e99-8711-4293-b716-4b3da8c6dd29","Logo Dark","be082e99-8711-4293-b716-4b3da8c6dd29.svg",{"type":525,"label":526,"url":67,"anchor_id":67,"target":67,"description":67,"page":527,"icon":67,"section":67},"page","Home",{"path":528},"\u002F",{"type":525,"label":530,"url":67,"anchor_id":531,"target":532,"description":67,"page":533,"icon":67,"section":67},"Get In Touch","contact_form","_blank",{"path":534},"\u002Fcontact",[536,1047,1053,1321,1327],{"link":537},{"type":67,"label":538,"url":67,"anchor_id":67,"target":67,"description":67,"page":67,"icon":67,"section":67,"links":539},"Solutions",[540,717,803],{"children":541},{"type":525,"label":542,"url":67,"anchor_id":67,"target":543,"description":67,"page":544,"icon":67,"section":67,"links":546},"Services","_self",{"path":545},"\u002Fservices",[547,604,655,686],{"children":548},{"type":525,"label":549,"url":67,"anchor_id":67,"target":543,"description":67,"page":550,"icon":552,"section":67,"links":558},"Build",{"path":551},"\u002Fbuild",{"name":553,"value":67,"svg":554},"Advanced Manufacturing & Industrial Products",{"id":555,"width":67,"height":67,"title":556,"type":517,"filename_disk":557},"0461b3d3-f165-4a6b-bcd8-a8f4a63120ef","Mega Menu (1)","0461b3d3-f165-4a6b-bcd8-a8f4a63120ef.svg",[559,564,569,574,579,584,589,594,599],{"children":560},{"type":525,"label":561,"url":67,"anchor_id":67,"target":543,"description":67,"page":562,"icon":67,"section":67},"Custom Applications",{"path":563},"\u002Fcustom-software-development",{"children":565},{"type":525,"label":566,"url":67,"anchor_id":67,"target":543,"description":67,"page":567,"icon":67,"section":67},"Enterprise Solutions",{"path":568},"\u002Fenterprise-application-solutions",{"children":570},{"type":525,"label":571,"url":67,"anchor_id":67,"target":543,"description":67,"page":572,"icon":67,"section":67},"eCommerce & Digital Storefronts",{"path":573},"\u002Fecommerce-development",{"children":575},{"type":525,"label":576,"url":67,"anchor_id":67,"target":543,"description":67,"page":577,"icon":67,"section":67},"No-Code\u002FLow-Code Solutions",{"path":578},"\u002Flow-code-no-code-development",{"children":580},{"type":525,"label":581,"url":67,"anchor_id":67,"target":543,"description":67,"page":582,"icon":67,"section":67},"Custom Web Development",{"path":583},"\u002Fcustom-web-development",{"children":585},{"type":525,"label":586,"url":67,"anchor_id":67,"target":543,"description":67,"page":587,"icon":67,"section":67},"SaaS",{"path":588},"\u002Fsaas-product-development",{"children":590},{"type":525,"label":591,"url":67,"anchor_id":67,"target":543,"description":67,"page":592,"icon":67,"section":67},"Cloud & DevOps",{"path":593},"\u002Fcloud-devops-engineering",{"children":595},{"type":525,"label":596,"url":67,"anchor_id":67,"target":543,"description":67,"page":597,"icon":67,"section":67},"Mobile App Development",{"path":598},"\u002Fmobile-application-development",{"children":600},{"type":525,"label":601,"url":67,"anchor_id":67,"target":543,"description":67,"page":602,"icon":67,"section":67},"CMS Development",{"path":603},"\u002Fcms-development",{"children":605},{"type":525,"label":606,"url":67,"anchor_id":67,"target":543,"description":67,"page":607,"icon":609,"section":67,"links":614},"Grow",{"path":608},"\u002Fgrow",{"name":610,"value":610,"svg":611},"Dawnrise",{"id":612,"width":67,"height":67,"title":610,"type":517,"filename_disk":613},"ba95220f-833d-4ca4-8a11-2a4b67cd134e","ba95220f-833d-4ca4-8a11-2a4b67cd134e.svg",[615,620,625,630,635,640,645,650],{"children":616},{"type":525,"label":617,"url":67,"anchor_id":67,"target":543,"description":67,"page":618,"icon":67,"section":67},"Performance Marketing Services",{"path":619},"\u002Fperformance-marketing-services",{"children":621},{"type":525,"label":622,"url":67,"anchor_id":67,"target":543,"description":67,"page":623,"icon":67,"section":67},"eCommerce Growth Solutions",{"path":624},"\u002Fecommerce-growth-solutions",{"children":626},{"type":525,"label":627,"url":67,"anchor_id":67,"target":543,"description":67,"page":628,"icon":67,"section":67},"UX Optimization & Accessibility",{"path":629},"\u002Fui-ux-design",{"children":631},{"type":525,"label":632,"url":67,"anchor_id":67,"target":543,"description":67,"page":633,"icon":67,"section":67},"IT Strategy & Process Optimization",{"path":634},"\u002Fit-optimization",{"children":636},{"type":525,"label":637,"url":67,"anchor_id":67,"target":543,"description":67,"page":638,"icon":67,"section":67},"Application Maintenance & Support",{"path":639},"\u002Fapplication-maintenance",{"children":641},{"type":525,"label":642,"url":67,"anchor_id":67,"target":543,"description":67,"page":643,"icon":67,"section":67},"IT Staff Augmentation Services",{"path":644},"\u002Fit-staff-augmentation-services",{"children":646},{"type":525,"label":647,"url":67,"anchor_id":67,"target":543,"description":67,"page":648,"icon":67,"section":67},"B2B Lead Generation Solutions",{"path":649},"\u002Flead-generation-services",{"children":651},{"type":525,"label":652,"url":67,"anchor_id":67,"target":543,"description":67,"page":653,"icon":67,"section":67},"Business Intelligence & Data Analytics",{"path":654},"\u002Fbusiness-intelligence-and-data-analytics",{"children":656},{"type":525,"label":657,"url":67,"anchor_id":67,"target":543,"description":67,"page":658,"icon":660,"section":67,"links":665},"Transform",{"path":659},"\u002Ftransform",{"name":661,"value":661,"svg":662},"Ember Nest",{"id":663,"width":67,"height":67,"title":661,"type":517,"filename_disk":664},"317591fd-6bf7-4888-a695-78ecdf2507af","317591fd-6bf7-4888-a695-78ecdf2507af.svg",[666,671,676,681],{"children":667},{"type":525,"label":668,"url":67,"anchor_id":67,"target":543,"description":67,"page":669,"icon":67,"section":67},"Legacy App Modernizations",{"path":670},"\u002Flegacy-app-modernization",{"children":672},{"type":525,"label":673,"url":67,"anchor_id":67,"target":543,"description":67,"page":674,"icon":67,"section":67},"AI & Advanced Tech Solutions",{"path":675},"\u002Fai-and-emerging-technologies",{"children":677},{"type":525,"label":678,"url":67,"anchor_id":67,"target":543,"description":67,"page":679,"icon":67,"section":67},"Cloud & Infrastructure Transformation",{"path":680},"\u002Fcloud-infrastructure-modernization",{"children":682},{"type":525,"label":683,"url":67,"anchor_id":67,"target":543,"description":67,"page":684,"icon":67,"section":67},"IoT & Smart Solutions",{"path":685},"\u002Fiot-development-smart-integration",{"children":687},{"type":525,"label":688,"url":67,"anchor_id":67,"target":543,"description":67,"page":689,"icon":691,"section":67,"links":696},"Consulting",{"path":690},"\u002Fconsulting",{"name":692,"value":692,"svg":693},"Twinflame",{"id":694,"width":67,"height":67,"title":692,"type":517,"filename_disk":695},"5c461564-acb7-4926-b30f-1ef56efb28f5","5c461564-acb7-4926-b30f-1ef56efb28f5.svg",[697,702,707,712],{"children":698},{"type":525,"label":699,"url":67,"anchor_id":67,"target":543,"description":67,"page":700,"icon":67,"section":67},"Product Consulting",{"path":701},"\u002Fproduct-strategy-and-management",{"children":703},{"type":525,"label":704,"url":67,"anchor_id":67,"target":543,"description":67,"page":705,"icon":67,"section":67},"Tech Consulting",{"path":706},"\u002Ftechnology-consulting",{"children":708},{"type":525,"label":709,"url":67,"anchor_id":67,"target":543,"description":67,"page":710,"icon":67,"section":67},"Design Consulting",{"path":711},"\u002Fux-consulting",{"children":713},{"type":525,"label":714,"url":67,"anchor_id":67,"target":543,"description":67,"page":715,"icon":67,"section":67},"Digital Marketing Consulting",{"path":716},"\u002Fdigital-marketing-consulting",{"children":718},{"type":67,"label":719,"url":67,"anchor_id":67,"target":67,"description":67,"page":67,"icon":67,"section":67,"links":720},"Industries",[721,750,779],{"children":722},{"type":67,"label":723,"url":67,"anchor_id":67,"target":67,"description":67,"page":67,"icon":724,"section":67,"links":729},"Industrial, Mobility & Infrastructure",{"name":725,"value":725,"svg":726},"Mountain Base",{"id":727,"width":67,"height":67,"title":725,"type":517,"filename_disk":728},"a04fdc40-8ddb-4caa-ad48-0cf2f30953e9","a04fdc40-8ddb-4caa-ad48-0cf2f30953e9.svg",[730,735,740,745],{"children":731},{"type":525,"label":732,"url":67,"anchor_id":67,"target":67,"description":67,"page":733,"icon":67,"section":67},"Manufacturing",{"path":734},"\u002Findustry\u002Fmanufacturing",{"children":736},{"type":525,"label":737,"url":67,"anchor_id":67,"target":543,"description":67,"page":738,"icon":67,"section":67},"Real Estate & Construction",{"path":739},"\u002Findustry\u002Freal-estate",{"children":741},{"type":525,"label":742,"url":67,"anchor_id":67,"target":543,"description":67,"page":743,"icon":67,"section":67},"Mobility & Automotive",{"path":744},"\u002Findustry\u002Fautomotive",{"children":746},{"type":525,"label":747,"url":67,"anchor_id":67,"target":67,"description":67,"page":748,"icon":67,"section":67},"Travel & Hospitality",{"path":749},"\u002Findustry\u002Ftravel-hospitality",{"children":751},{"type":67,"label":752,"url":67,"anchor_id":67,"target":67,"description":67,"page":67,"icon":753,"section":67,"links":758},"Digital, Consumer & Media",{"name":754,"value":754,"svg":755},"Orchard",{"id":756,"width":67,"height":67,"title":754,"type":517,"filename_disk":757},"c21bf7e5-fb29-406c-9d42-0883c6272235","c21bf7e5-fb29-406c-9d42-0883c6272235.svg",[759,764,769,774],{"children":760},{"type":525,"label":761,"url":67,"anchor_id":67,"target":67,"description":67,"page":762,"icon":67,"section":67},"Ecommerce & Retail",{"path":763},"\u002Findustry\u002Fretail-ecommerce",{"children":765},{"type":525,"label":766,"url":67,"anchor_id":67,"target":67,"description":67,"page":767,"icon":67,"section":67},"B2B SaaS",{"path":768},"\u002Findustry\u002Fsaas",{"children":770},{"type":525,"label":771,"url":67,"anchor_id":67,"target":67,"description":67,"page":772,"icon":67,"section":67},"Telecommunications",{"path":773},"\u002Findustry\u002Ftelecommunications",{"children":775},{"type":525,"label":776,"url":67,"anchor_id":67,"target":67,"description":67,"page":777,"icon":67,"section":67},"Media & Entertainment",{"path":778},"\u002Findustry\u002Fmedia-entertainment",{"children":780},{"type":67,"label":781,"url":67,"anchor_id":67,"target":67,"description":67,"page":67,"icon":782,"section":67,"links":787},"Regulated & Public Services",{"name":783,"value":783,"svg":784},"Crystal",{"id":785,"width":67,"height":67,"title":783,"type":517,"filename_disk":786},"276f1af8-f2fa-4229-94e7-d5ce165aa4c0","276f1af8-f2fa-4229-94e7-d5ce165aa4c0.svg",[788,793,798],{"children":789},{"type":525,"label":790,"url":67,"anchor_id":67,"target":67,"description":67,"page":791,"icon":67,"section":67},"Banking & Finance",{"path":792},"\u002Findustry\u002Fbanking-finance",{"children":794},{"type":525,"label":795,"url":67,"anchor_id":67,"target":67,"description":67,"page":796,"icon":67,"section":67},"Government & Public Sector",{"path":797},"\u002Findustry\u002Fgovernment-and-public-service",{"children":799},{"type":525,"label":800,"url":67,"anchor_id":67,"target":67,"description":67,"page":801,"icon":67,"section":67},"Healthcare & Wellness",{"path":802},"\u002Findustry\u002Fhealthcare",{"children":804},{"type":525,"label":805,"url":67,"anchor_id":67,"target":543,"description":67,"page":806,"icon":67,"section":67,"links":808},"Hire Talent",{"path":807},"\u002Ftechnologies",[809,848,892,932,976,995,1009,1033],{"children":810},{"type":67,"label":811,"url":67,"anchor_id":67,"target":67,"description":67,"page":67,"icon":812,"section":67,"links":817},"Frontend",{"name":813,"value":813,"svg":814},"Eclipse",{"id":815,"width":67,"height":67,"title":813,"type":517,"filename_disk":816},"f24547ab-e85f-4d6f-894d-a375479c842e","f24547ab-e85f-4d6f-894d-a375479c842e.svg",[818,823,828,833,838,843],{"children":819},{"type":525,"label":820,"url":67,"anchor_id":67,"target":543,"description":67,"page":821,"icon":67,"section":67},"JavaScript Developers",{"path":822},"\u002Fhire-javascript-developers",{"children":824},{"type":525,"label":825,"url":67,"anchor_id":67,"target":543,"description":67,"page":826,"icon":67,"section":67},"TypeScript Developers",{"path":827},"\u002Fhire-typescript-developers",{"children":829},{"type":525,"label":830,"url":67,"anchor_id":67,"target":543,"description":67,"page":831,"icon":67,"section":67},"React Developers",{"path":832},"\u002Fhire-react-developers",{"children":834},{"type":525,"label":835,"url":67,"anchor_id":67,"target":543,"description":67,"page":836,"icon":67,"section":67},"Nuxt JS Developers",{"path":837},"\u002Fhire-nuxt-js-developers",{"children":839},{"type":525,"label":840,"url":67,"anchor_id":67,"target":543,"description":67,"page":841,"icon":67,"section":67},"Next JS Developers",{"path":842},"\u002Fhire-next-js-developers",{"children":844},{"type":525,"label":845,"url":67,"anchor_id":67,"target":543,"description":67,"page":846,"icon":67,"section":67},"Vue JS Developers",{"path":847},"\u002Fhire-vue-js-developers",{"children":849},{"type":67,"label":850,"url":67,"anchor_id":67,"target":67,"description":67,"page":67,"icon":851,"section":67,"links":856},"Backend",{"name":852,"value":852,"svg":853},"Nestling",{"id":854,"width":67,"height":67,"title":852,"type":517,"filename_disk":855},"89928fcc-9b32-41d7-879d-2a88846cc3bb","89928fcc-9b32-41d7-879d-2a88846cc3bb.svg",[857,862,867,872,877,882,887],{"children":858},{"type":525,"label":859,"url":67,"anchor_id":67,"target":67,"description":67,"page":860,"icon":67,"section":67},"GraphQL Developers",{"path":861},"\u002Fhire-graphql-developers",{"children":863},{"type":525,"label":864,"url":67,"anchor_id":67,"target":543,"description":67,"page":865,"icon":67,"section":67},"Java Developers",{"path":866},"\u002Fhire-java-developers",{"children":868},{"type":525,"label":869,"url":67,"anchor_id":67,"target":543,"description":67,"page":870,"icon":67,"section":67},"Laravel Developers",{"path":871},"\u002Fhire-laravel-developers",{"children":873},{"type":525,"label":874,"url":67,"anchor_id":67,"target":543,"description":67,"page":875,"icon":67,"section":67},"Liferay Developers",{"path":876},"\u002Fhire-liferay-developers",{"children":878},{"type":525,"label":879,"url":67,"anchor_id":67,"target":543,"description":67,"page":880,"icon":67,"section":67},"Node JS Developers",{"path":881},"\u002Fhire-node-js-developers",{"children":883},{"type":525,"label":884,"url":67,"anchor_id":67,"target":67,"description":67,"page":885,"icon":67,"section":67},"Nest JS Developers",{"path":886},"\u002Fhire-nest-js-developers",{"children":888},{"type":525,"label":889,"url":67,"anchor_id":67,"target":543,"description":67,"page":890,"icon":67,"section":67},"PHP Developers",{"path":891},"\u002Fhire-php-developers",{"children":893},{"type":67,"label":71,"url":67,"anchor_id":67,"target":67,"description":67,"page":67,"icon":894,"section":67,"links":899},{"name":895,"value":895,"svg":896},"River Stones",{"id":897,"width":67,"height":67,"title":895,"type":517,"filename_disk":898},"07d7e1f0-7112-450a-a45a-badf40495d38","07d7e1f0-7112-450a-a45a-badf40495d38.svg",[900,907,912,917,922,927],{"children":901},{"type":525,"label":902,"url":67,"anchor_id":67,"target":543,"description":67,"page":903,"icon":67,"section":905},"Flutter Developers",{"path":904},"\u002Fhire-flutter-developers",{"item":906},"0c988c05-000c-48b0-9168-7741cbb50a55",{"children":908},{"type":525,"label":909,"url":67,"anchor_id":67,"target":543,"description":67,"page":910,"icon":67,"section":67},"React Native Developers",{"path":911},"\u002Fhire-react-native-developers",{"children":913},{"type":525,"label":914,"url":67,"anchor_id":67,"target":543,"description":67,"page":915,"icon":67,"section":67},"iOS Developers",{"path":916},"\u002Fhire-ios-developers",{"children":918},{"type":525,"label":919,"url":67,"anchor_id":67,"target":543,"description":67,"page":920,"icon":67,"section":67},"Kotlin Developers",{"path":921},"\u002Fhire-kotlin-developers",{"children":923},{"type":525,"label":924,"url":67,"anchor_id":67,"target":543,"description":67,"page":925,"icon":67,"section":67},"Android Developers",{"path":926},"\u002Fhire-android-developers",{"children":928},{"type":525,"label":929,"url":67,"anchor_id":67,"target":67,"description":67,"page":930,"icon":67,"section":67},"Swift Developers",{"path":931},"\u002Fhire-swift-developers",{"children":933},{"type":67,"label":934,"url":67,"anchor_id":67,"target":67,"description":67,"page":67,"icon":935,"section":67,"links":940},"CMS",{"name":936,"value":936,"svg":937},"Pebble & Peak",{"id":938,"width":67,"height":67,"title":936,"type":517,"filename_disk":939},"908d721e-4ab1-4a08-b42a-b93f011020a7","908d721e-4ab1-4a08-b42a-b93f011020a7.svg",[941,946,951,956,961,966,971],{"children":942},{"type":525,"label":943,"url":67,"anchor_id":67,"target":543,"description":67,"page":944,"icon":67,"section":67},"Webflow Developers",{"path":945},"\u002Fhire-webflow-developer",{"children":947},{"type":525,"label":948,"url":67,"anchor_id":67,"target":543,"description":67,"page":949,"icon":67,"section":67},"Directus Developers",{"path":950},"\u002Fhire-directus-developers",{"children":952},{"type":525,"label":953,"url":67,"anchor_id":67,"target":543,"description":67,"page":954,"icon":67,"section":67},"dotCMS Developer",{"path":955},"\u002Fhire-dotcms-developers",{"children":957},{"type":525,"label":958,"url":67,"anchor_id":67,"target":543,"description":67,"page":959,"icon":67,"section":67},"Strapi Developers",{"path":960},"\u002Fhire-strapi-developers",{"children":962},{"type":525,"label":963,"url":67,"anchor_id":67,"target":543,"description":67,"page":964,"icon":67,"section":67},"Contentful Developer",{"path":965},"\u002Fhire-contentful-developers",{"children":967},{"type":525,"label":968,"url":67,"anchor_id":67,"target":543,"description":67,"page":969,"icon":67,"section":67},"WordPress Developers",{"path":970},"\u002Fhire-wordpress-developers",{"children":972},{"type":525,"label":973,"url":67,"anchor_id":67,"target":67,"description":67,"page":974,"icon":67,"section":67},"Bubble.io Experts",{"path":975},"\u002Fhire-bubble-experts",{"children":977},{"type":67,"label":978,"url":67,"anchor_id":67,"target":67,"description":67,"page":67,"icon":979,"section":67,"links":984},"Design",{"name":980,"value":980,"svg":981},"Starleaf",{"id":982,"width":67,"height":67,"title":980,"type":517,"filename_disk":983},"2eb01417-c486-4bed-a9f9-dd10fd3be974","2eb01417-c486-4bed-a9f9-dd10fd3be974.svg",[985,990],{"children":986},{"type":525,"label":987,"url":67,"anchor_id":67,"target":543,"description":67,"page":988,"icon":67,"section":67},"Figma Designers",{"path":989},"\u002Fhire-figma-designer",{"children":991},{"type":525,"label":992,"url":67,"anchor_id":67,"target":543,"description":67,"page":993,"icon":67,"section":67},"Framer Developers",{"path":994},"\u002Fhire-framer-developers",{"children":996},{"type":67,"label":997,"url":67,"anchor_id":67,"target":67,"description":67,"page":67,"icon":998,"section":67,"links":1003},"E-Commerce",{"name":999,"value":999,"svg":1000},"Dune",{"id":1001,"width":67,"height":67,"title":999,"type":517,"filename_disk":1002},"dd39f9f2-1e72-4447-bf18-82d2c2576852","dd39f9f2-1e72-4447-bf18-82d2c2576852.svg",[1004],{"children":1005},{"type":525,"label":1006,"url":67,"anchor_id":67,"target":543,"description":67,"page":1007,"icon":67,"section":67},"Shopify Developers",{"path":1008},"\u002Fhire-shopify-developers",{"children":1010},{"type":67,"label":1011,"url":67,"anchor_id":67,"target":67,"description":67,"page":67,"icon":1012,"section":67,"links":1017},"Cloud",{"name":1013,"value":1013,"svg":1014},"Rising Moon",{"id":1015,"width":67,"height":67,"title":1013,"type":517,"filename_disk":1016},"daa3f389-edec-4105-ba2a-199d4c279b1b","daa3f389-edec-4105-ba2a-199d4c279b1b.svg",[1018,1023,1028],{"children":1019},{"type":525,"label":1020,"url":67,"anchor_id":67,"target":543,"description":67,"page":1021,"icon":67,"section":67},"AWS Experts",{"path":1022},"\u002Fhire-aws-experts",{"children":1024},{"type":525,"label":1025,"url":67,"anchor_id":67,"target":543,"description":67,"page":1026,"icon":67,"section":67},"Digital Ocean Experts",{"path":1027},"\u002Fhire-digital-ocean-experts",{"children":1029},{"type":525,"label":1030,"url":67,"anchor_id":67,"target":67,"description":67,"page":1031,"icon":67,"section":67},"Supabase Experts",{"path":1032},"\u002Fhire-supabase-experts",{"children":1034},{"type":67,"label":1035,"url":67,"anchor_id":67,"target":67,"description":67,"page":67,"icon":1036,"section":67,"links":1041},"ERP",{"name":1037,"value":1037,"svg":1038},"Petal",{"id":1039,"width":67,"height":67,"title":1037,"type":517,"filename_disk":1040},"5210c66b-db76-4000-816b-c9be9ed6660b","5210c66b-db76-4000-816b-c9be9ed6660b.svg",[1042],{"children":1043},{"type":525,"label":1044,"url":67,"anchor_id":67,"target":543,"description":67,"page":1045,"icon":67,"section":67},"Odoo Developers",{"path":1046},"\u002Fhire-odoo-developer",{"link":1048},{"type":525,"label":1049,"url":67,"anchor_id":67,"target":67,"description":67,"page":1050,"icon":67,"section":67,"links":1052},"Work",{"path":1051},"\u002Fwork",[],{"link":1054},{"type":67,"label":1055,"url":67,"anchor_id":67,"target":67,"description":67,"page":67,"icon":67,"section":67,"links":1056},"Products",[1057,1083,1143,1184,1295],{"children":1058},{"type":67,"label":586,"url":67,"anchor_id":67,"target":67,"description":67,"page":67,"icon":67,"section":67,"links":1059},[1060,1072],{"children":1061},{"type":525,"label":1062,"url":67,"anchor_id":67,"target":532,"description":1063,"page":1064,"icon":1066,"section":67,"links":1071},"Vepaar","\u003Cp>The all-in-one suite to run, sell, and support your business online\u003C\u002Fp>",{"path":1065},"\u002Fvepaar",{"name":1067,"value":67,"svg":1068},"Vepaar Icon",{"id":1069,"width":67,"height":67,"title":1062,"type":517,"filename_disk":1070},"d4bead81-d2b1-4457-bb6b-1c363f743d9d","d4bead81-d2b1-4457-bb6b-1c363f743d9d.svg",[],{"children":1073},{"type":525,"label":1074,"url":67,"anchor_id":67,"target":532,"description":1075,"page":1076,"icon":1078,"section":67,"links":1082},"Pagemaker","\u003Cp>Mobile First No-Code Landing Page Builder\u003C\u002Fp>",{"path":1077},"\u002Fpagemaker",{"name":1074,"value":67,"svg":1079},{"id":1080,"width":67,"height":67,"title":1074,"type":517,"filename_disk":1081},"d4ac2317-ff68-456d-abec-2ebc0930cd42","d4ac2317-ff68-456d-abec-2ebc0930cd42.svg",[],{"children":1084},{"type":67,"label":1085,"url":67,"anchor_id":67,"target":67,"description":67,"page":67,"icon":67,"section":67,"links":1086},"Mobile Apps",[1087,1098,1109,1120,1132],{"children":1088},{"type":525,"label":1089,"url":67,"anchor_id":67,"target":532,"description":1090,"page":1091,"icon":1093,"section":67,"links":1097},"Tapomo","\u003Cp>A Digital Business Card and Networking Platform\u003C\u002Fp>",{"path":1092},"\u002Ftapomo",{"name":1089,"value":67,"svg":1094},{"id":1095,"width":67,"height":67,"title":1089,"type":517,"filename_disk":1096},"13cc60db-cd9e-4fff-8f13-76b6155ab95d","13cc60db-cd9e-4fff-8f13-76b6155ab95d.svg",[],{"children":1099},{"type":525,"label":1100,"url":67,"anchor_id":67,"target":532,"description":1101,"page":1102,"icon":1104,"section":67,"links":1108},"Voliz","\u003Cp>A Real-Time WhatsApp Polling Platform\u003C\u002Fp>",{"path":1103},"\u002Fvoliz",{"name":1100,"value":67,"svg":1105},{"id":1106,"width":67,"height":67,"title":1100,"type":517,"filename_disk":1107},"d79f8032-d289-4376-bdd8-84d205ae2582","d79f8032-d289-4376-bdd8-84d205ae2582.svg",[],{"children":1110},{"type":525,"label":1111,"url":67,"anchor_id":67,"target":532,"description":1112,"page":1113,"icon":1115,"section":67,"links":1119},"Frink","\u003Cp>A Customizable Link in Bio Tool for Creators and Brands\u003C\u002Fp>",{"path":1114},"\u002Ffrink",{"name":1111,"value":67,"svg":1116},{"id":1117,"width":67,"height":67,"title":1111,"type":517,"filename_disk":1118},"82f881ca-7824-482b-a9ca-16ccb5f92037","82f881ca-7824-482b-a9ca-16ccb5f92037.svg",[],{"children":1121},{"type":525,"label":1122,"url":67,"anchor_id":67,"target":532,"description":1123,"page":1124,"icon":1126,"section":67,"links":1131},"BakLoL","\u003Cp>A Location-Based Voice Sharing Platform\u003C\u002Fp>",{"path":1125},"\u002Fbaklol",{"name":1122,"value":67,"svg":1127},{"id":1128,"width":67,"height":67,"title":1129,"type":517,"filename_disk":1130},"98f3c152-6255-45f1-a81f-fcc5e3414738","Baklol","98f3c152-6255-45f1-a81f-fcc5e3414738.svg",[],{"children":1133},{"type":525,"label":1134,"url":67,"anchor_id":67,"target":532,"description":1135,"page":1136,"icon":1138,"section":67,"links":1142},"Mixpage","\u003Cp>Build Your Website From Your Phone\u003C\u002Fp>",{"path":1137},"\u002Fmixpage",{"name":1134,"value":67,"svg":1139},{"id":1140,"width":67,"height":67,"title":1134,"type":517,"filename_disk":1141},"984e1e41-5b38-4b0a-9348-204b5c74920f","984e1e41-5b38-4b0a-9348-204b5c74920f.svg",[],{"children":1144},{"type":67,"label":1145,"url":67,"anchor_id":67,"target":67,"description":67,"page":67,"icon":67,"section":67,"links":1146},"Odoo Apps",[1147,1160,1172],{"children":1148},{"type":525,"label":1149,"url":67,"anchor_id":67,"target":532,"description":1150,"page":1151,"icon":1153,"section":67,"links":1159},"CRM Dashboard","\u003Cp>Real-Time Sales &amp; Revenue Tracking\u003C\u002Fp>",{"path":1152},"\u002Fodoo-apps\u002Fcrm-dashboard",{"name":1154,"value":67,"svg":1155},"CRM Dashboard Icon",{"id":1156,"width":67,"height":67,"title":1157,"type":517,"filename_disk":1158},"2cae4e0f-2f45-4f8e-8bf6-15f00ac88835","Crm","2cae4e0f-2f45-4f8e-8bf6-15f00ac88835.svg",[],{"children":1161},{"type":525,"label":1162,"url":67,"anchor_id":67,"target":532,"description":1163,"page":1164,"icon":1166,"section":67,"links":1171},"Cashfree Integration","\u003Cp>Payment Gateway Integration for Odoo\u003C\u002Fp>",{"path":1165},"\u002Fodoo-apps\u002Fcashfree",{"name":1167,"value":67,"svg":1168},"Cashfree",{"id":1169,"width":67,"height":67,"title":1167,"type":517,"filename_disk":1170},"846054ee-c8e0-4051-b561-0c1be07c51f1","846054ee-c8e0-4051-b561-0c1be07c51f1.svg",[],{"children":1173},{"type":525,"label":1174,"url":67,"anchor_id":67,"target":532,"description":1175,"page":1176,"icon":1178,"section":67,"links":1183},"Purchase Order","\u003Cp>Order Payment App for B2B Checkout\u003C\u002Fp>",{"path":1177},"\u002Fodoo-apps\u002Fpurchase-order",{"name":1174,"value":67,"svg":1179},{"id":1180,"width":67,"height":67,"title":1181,"type":517,"filename_disk":1182},"098cf550-448b-4114-91d3-fbac10b7f0d9","Purchase 2","098cf550-448b-4114-91d3-fbac10b7f0d9.svg",[],{"children":1185},{"type":525,"label":1186,"url":67,"anchor_id":67,"target":67,"description":67,"page":1187,"icon":67,"section":67,"links":1189},"Open Source",{"path":1188},"\u002Fopen-source",[1190,1207,1220,1232,1246,1259,1271,1284],{"children":1191},{"type":1192,"label":1193,"url":1194,"anchor_id":1195,"target":532,"description":1196,"page":1197,"icon":1198,"section":1204,"links":1206},"section","VueList","https:\u002F\u002F7span.com\u002Fopen-source#124e0f59-576e-4b49-9026-7387da467b91","124e0f59-576e-4b49-9026-7387da467b91","\u003Cp>Simplified API-based list rendering for Vue\u003C\u002Fp>",{"path":1188},{"name":1199,"value":67,"svg":1200},"Vue List Icon",{"id":1201,"width":67,"height":67,"title":1202,"type":517,"filename_disk":1203},"049a33aa-cbf8-4b83-94d8-4a78c9faaf8a","Vue List","049a33aa-cbf8-4b83-94d8-4a78c9faaf8a.svg",{"item":1205},"e5d8dfa8-b10a-4e99-8d28-7f80f9093dfa",[],{"children":1208},{"type":1192,"label":1209,"url":67,"anchor_id":1210,"target":543,"description":1211,"page":1212,"icon":1213,"section":1218,"links":1219},"ReactList","ffedf96a-b43d-45aa-84b8-51110cb37a4f","\u003Cp>Simplified API-based list rendering for React\u003C\u002Fp>",{"path":1188},{"name":1214,"value":67,"svg":1215},"React List",{"id":1216,"width":67,"height":67,"title":1214,"type":517,"filename_disk":1217},"153b9211-ca81-4fe5-bc76-753821ee6da7","153b9211-ca81-4fe5-bc76-753821ee6da7.svg",{"item":1210},[],{"children":1221},{"type":1192,"label":1222,"url":67,"anchor_id":1205,"target":532,"description":1223,"page":1224,"icon":1225,"section":1230,"links":1231},"VueForm","\u003Cp>Build consistent CRUD forms, faster for Vue\u003C\u002Fp>",{"path":1188},{"name":1226,"value":67,"svg":1227},"Vue Form",{"id":1228,"width":67,"height":67,"title":1226,"type":517,"filename_disk":1229},"7e33276e-fc6d-438f-9c10-5d2d70ab0606","7e33276e-fc6d-438f-9c10-5d2d70ab0606.svg",{"item":1205},[],{"children":1233},{"type":1192,"label":1234,"url":67,"anchor_id":1235,"target":543,"description":1236,"page":1237,"icon":1238,"section":1244,"links":1245},"ReactForm","8c35e524-04a2-4d63-ab2b-9154efd92323","\u003Cp>Build consistent CRUD forms, faster for React.\u003C\u002Fp>",{"path":1188},{"name":1239,"value":67,"svg":1240},"React Form",{"id":1241,"width":67,"height":67,"title":1242,"type":517,"filename_disk":1243},"d49e0b78-c98f-4bda-9dc4-4f5f238cf06a","React Form 3","d49e0b78-c98f-4bda-9dc4-4f5f238cf06a.svg",{"item":1235},[],{"children":1247},{"type":1192,"label":1248,"url":67,"anchor_id":1249,"target":67,"description":1250,"page":1251,"icon":1252,"section":1257,"links":1258},"DashingKit","28787115-d6c9-48e9-9569-a184610e1d84","\u003Cp>A Flutter starter kit built for scalable apps\u003C\u002Fp>",{"path":1188},{"name":1253,"value":67,"svg":1254},"Dashing Kit",{"id":1255,"width":67,"height":67,"title":1253,"type":517,"filename_disk":1256},"c742d34d-afc2-4e89-a8fe-34f68a95c5c0","c742d34d-afc2-4e89-a8fe-34f68a95c5c0.svg",{"item":1249},[],{"children":1260},{"type":1192,"label":1261,"url":67,"anchor_id":1262,"target":67,"description":1263,"page":1264,"icon":1265,"section":1269,"links":1270},"Laravel Chat","34f46942-e97b-43c4-aa2a-ff34a38853ed","\u003Cp>The all-in-one Laravel chat package\u003C\u002Fp>",{"path":1188},{"name":1261,"value":67,"svg":1266},{"id":1267,"width":67,"height":67,"title":1261,"type":517,"filename_disk":1268},"c2558639-c78c-45a3-9a75-cc7c2bfcc250","c2558639-c78c-45a3-9a75-cc7c2bfcc250.svg",{"item":1262},[],{"children":1272},{"type":1192,"label":1273,"url":67,"anchor_id":1274,"target":67,"description":1275,"page":1276,"icon":1277,"section":1282,"links":1283},"Laravel Code Generator","550942dc-1760-41da-9ac6-d0305bf8ae33","\u003Cp>Automated CRUD Code\u003C\u002Fp>",{"path":1188},{"name":1278,"value":67,"svg":1279},"Laravel Code Genrator",{"id":1280,"width":67,"height":67,"title":1273,"type":517,"filename_disk":1281},"6a9a0b3f-987e-47b5-a98d-620db73dd3c6","6a9a0b3f-987e-47b5-a98d-620db73dd3c6.svg",{"item":1274},[],{"children":1285},{"type":67,"label":1286,"url":67,"anchor_id":1287,"target":67,"description":1288,"page":67,"icon":1289,"section":67,"links":1294},"Laravel WhatsApp","0d6926a8-0bce-4d31-8f1d-c49de22aa674","\u003Cp>Easy WhatsApp Message API Integration\u003C\u002Fp>",{"name":1290,"value":67,"svg":1291},"Laravel Whatsapp",{"id":1292,"width":67,"height":67,"title":1290,"type":517,"filename_disk":1293},"686ec747-c1d4-431a-8e94-f65b11c24067","686ec747-c1d4-431a-8e94-f65b11c24067.svg",[],{"children":1296},{"type":67,"label":1297,"url":67,"anchor_id":67,"target":67,"description":67,"page":67,"icon":67,"section":67,"links":1298},"Brands",[1299,1310],{"children":1300},{"type":525,"label":1301,"url":67,"anchor_id":67,"target":532,"description":1302,"page":1303,"icon":1305,"section":67,"links":1309},"Motolith","\u003Cp>A Unified Auto Parts Marketplace Platform\u003C\u002Fp>",{"path":1304},"\u002Fmotolith",{"name":1301,"value":67,"svg":1306},{"id":1307,"width":67,"height":67,"title":1301,"type":517,"filename_disk":1308},"7965c08f-b2e5-40cf-b51a-23c3f04b8f4e","7965c08f-b2e5-40cf-b51a-23c3f04b8f4e.svg",[],{"children":1311},{"type":525,"label":1312,"url":67,"anchor_id":67,"target":532,"description":1313,"page":1314,"icon":1316,"section":67,"links":1320},"Carkhana","\u003Cp>A Digital Garage and Vehicle Management Platform\u003C\u002Fp>",{"path":1315},"\u002Fcarkhana",{"name":1312,"value":67,"svg":1317},{"id":1318,"width":67,"height":67,"title":1312,"type":517,"filename_disk":1319},"04a7e020-1f2a-4b47-a9fe-18a0938b5ffc","04a7e020-1f2a-4b47-a9fe-18a0938b5ffc.svg",[],{"link":1322},{"type":525,"label":1323,"url":67,"anchor_id":67,"target":543,"description":67,"page":1324,"icon":67,"section":67,"links":1326},"Blog",{"path":1325},"\u002Fblog",[],{"link":1328},{"type":67,"label":1329,"url":67,"anchor_id":67,"target":67,"description":67,"page":67,"icon":67,"section":67,"links":1330},"Company",[1331,1337,1343,1349,1354],{"children":1332},{"type":525,"label":1333,"url":67,"anchor_id":67,"target":67,"description":67,"page":1334,"icon":67,"section":67,"links":1336},"About",{"path":1335},"\u002Fabout",[],{"children":1338},{"type":525,"label":1339,"url":67,"anchor_id":67,"target":67,"description":67,"page":1340,"icon":67,"section":67,"links":1342},"Testimonials",{"path":1341},"\u002Ftestimonials",[],{"children":1344},{"type":525,"label":1345,"url":67,"anchor_id":67,"target":67,"description":67,"page":1346,"icon":67,"section":67,"links":1348},"Career",{"path":1347},"\u002Fcareers",[],{"children":1350},{"type":525,"label":1351,"url":67,"anchor_id":67,"target":67,"description":67,"page":1352,"icon":67,"section":67,"links":1353},"Contact",{"path":534},[],{"children":1355},{"type":525,"label":1356,"url":67,"anchor_id":67,"target":532,"description":67,"page":1357,"icon":67,"section":67,"links":1359},"Brand Assets",{"path":1358},"\u002Fbrand",[],{"title":1361,"links":1362},"\u003Cp>Services\u003C\u002Fp>",[1363,1366,1369,1372,1375,1378,1381,1384,1387,1390,1393,1396,1399,1402,1405,1408,1411,1414,1417,1420,1423,1426,1429,1432,1435],{"link":1364},{"type":525,"label":561,"url":67,"anchor_id":67,"target":543,"description":67,"page":1365,"icon":67,"section":67},{"path":563},{"link":1367},{"type":525,"label":566,"url":67,"anchor_id":67,"target":543,"description":67,"page":1368,"icon":67,"section":67},{"path":568},{"link":1370},{"type":525,"label":571,"url":67,"anchor_id":67,"target":543,"description":67,"page":1371,"icon":67,"section":67},{"path":573},{"link":1373},{"type":525,"label":576,"url":67,"anchor_id":67,"target":543,"description":67,"page":1374,"icon":67,"section":67},{"path":578},{"link":1376},{"type":525,"label":581,"url":67,"anchor_id":67,"target":543,"description":67,"page":1377,"icon":67,"section":67},{"path":583},{"link":1379},{"type":525,"label":586,"url":67,"anchor_id":67,"target":543,"description":67,"page":1380,"icon":67,"section":67},{"path":588},{"link":1382},{"type":525,"label":591,"url":67,"anchor_id":67,"target":543,"description":67,"page":1383,"icon":67,"section":67},{"path":593},{"link":1385},{"type":525,"label":596,"url":67,"anchor_id":67,"target":543,"description":67,"page":1386,"icon":67,"section":67},{"path":598},{"link":1388},{"type":525,"label":601,"url":67,"anchor_id":67,"target":543,"description":67,"page":1389,"icon":67,"section":67},{"path":603},{"link":1391},{"type":525,"label":617,"url":67,"anchor_id":67,"target":543,"description":67,"page":1392,"icon":67,"section":67},{"path":619},{"link":1394},{"type":525,"label":622,"url":67,"anchor_id":67,"target":543,"description":67,"page":1395,"icon":67,"section":67},{"path":624},{"link":1397},{"type":525,"label":627,"url":67,"anchor_id":67,"target":543,"description":67,"page":1398,"icon":67,"section":67},{"path":629},{"link":1400},{"type":525,"label":632,"url":67,"anchor_id":67,"target":543,"description":67,"page":1401,"icon":67,"section":67},{"path":634},{"link":1403},{"type":525,"label":637,"url":67,"anchor_id":67,"target":543,"description":67,"page":1404,"icon":67,"section":67},{"path":639},{"link":1406},{"type":525,"label":642,"url":67,"anchor_id":67,"target":543,"description":67,"page":1407,"icon":67,"section":67},{"path":644},{"link":1409},{"type":525,"label":647,"url":67,"anchor_id":67,"target":543,"description":67,"page":1410,"icon":67,"section":67},{"path":649},{"link":1412},{"type":525,"label":652,"url":67,"anchor_id":67,"target":543,"description":67,"page":1413,"icon":67,"section":67},{"path":654},{"link":1415},{"type":525,"label":668,"url":67,"anchor_id":67,"target":543,"description":67,"page":1416,"icon":67,"section":67},{"path":670},{"link":1418},{"type":525,"label":673,"url":67,"anchor_id":67,"target":543,"description":67,"page":1419,"icon":67,"section":67},{"path":675},{"link":1421},{"type":525,"label":678,"url":67,"anchor_id":67,"target":543,"description":67,"page":1422,"icon":67,"section":67},{"path":680},{"link":1424},{"type":525,"label":683,"url":67,"anchor_id":67,"target":543,"description":67,"page":1425,"icon":67,"section":67},{"path":685},{"link":1427},{"type":525,"label":699,"url":67,"anchor_id":67,"target":543,"description":67,"page":1428,"icon":67,"section":67},{"path":701},{"link":1430},{"type":525,"label":704,"url":67,"anchor_id":67,"target":543,"description":67,"page":1431,"icon":67,"section":67},{"path":706},{"link":1433},{"type":525,"label":709,"url":67,"anchor_id":67,"target":543,"description":67,"page":1434,"icon":67,"section":67},{"path":711},{"link":1436},{"type":525,"label":714,"url":67,"anchor_id":67,"target":543,"description":67,"page":1437,"icon":67,"section":67},{"path":716},{"title":1439,"links":1440},"\u003Cp>Industries\u003C\u002Fp>",[1441,1444,1447,1450,1453,1456,1459,1462,1465,1468,1471],{"link":1442},{"type":525,"label":732,"url":67,"anchor_id":67,"target":67,"description":67,"page":1443,"icon":67,"section":67},{"path":734},{"link":1445},{"type":525,"label":737,"url":67,"anchor_id":67,"target":543,"description":67,"page":1446,"icon":67,"section":67},{"path":739},{"link":1448},{"type":525,"label":742,"url":67,"anchor_id":67,"target":543,"description":67,"page":1449,"icon":67,"section":67},{"path":744},{"link":1451},{"type":525,"label":800,"url":67,"anchor_id":67,"target":543,"description":67,"page":1452,"icon":67,"section":67},{"path":802},{"link":1454},{"type":525,"label":747,"url":67,"anchor_id":67,"target":67,"description":67,"page":1455,"icon":67,"section":67},{"path":749},{"link":1457},{"type":525,"label":766,"url":67,"anchor_id":67,"target":543,"description":67,"page":1458,"icon":67,"section":67},{"path":768},{"link":1460},{"type":525,"label":771,"url":67,"anchor_id":67,"target":543,"description":67,"page":1461,"icon":67,"section":67},{"path":773},{"link":1463},{"type":525,"label":790,"url":67,"anchor_id":67,"target":543,"description":67,"page":1464,"icon":67,"section":67},{"path":792},{"link":1466},{"type":525,"label":761,"url":67,"anchor_id":67,"target":543,"description":67,"page":1467,"icon":67,"section":67},{"path":763},{"link":1469},{"type":525,"label":776,"url":67,"anchor_id":67,"target":543,"description":67,"page":1470,"icon":67,"section":67},{"path":778},{"link":1472},{"type":525,"label":795,"url":67,"anchor_id":67,"target":543,"description":67,"page":1473,"icon":67,"section":67},{"path":797},{"address":1475,"contact":1491},[1476,1484],{"hem_addresse":1477},{"country":1478,"address":1479,"contact_number":1480},"India (HQ)","\u003Cp>201, iSquare Corporate Park, Ahmedabad-380060, Gujarat, India\u003C\u002Fp>",{"type":1481,"label":1482,"url":1483,"anchor_id":67,"target":532,"description":67,"page":67,"icon":67,"section":67},"url","+91 77 97 977 977","tel:+917797977977",{"hem_addresse":1485},{"country":1486,"address":1487,"contact_number":1488},"Canada","\u003Cp>24 Merlot Court, Timberlea, NS B3T 0C2, Canada\u003C\u002Fp>",{"type":1481,"label":1489,"url":1490,"anchor_id":67,"target":532,"description":67,"page":67,"icon":67,"section":67},"+1 902-333-0067","tel:+19023330067",[1492,1498],{"hem_contact":1493},{"label":1494,"contact_value":1495,"link":1496},"\u003Cp>For Sales\u003C\u002Fp>","YO@7SPAN.COM",{"type":1481,"label":1495,"url":1497,"anchor_id":67,"target":532,"description":67,"page":67,"icon":67,"section":67},"mailto:YO@7SPAN.COM?subject=Inquiry",{"hem_contact":1499},{"label":1500,"contact_value":1501,"link":1502},"\u003Cp>Looking For Jobs\u003C\u002Fp>","Apply Now",{"type":525,"label":1345,"url":67,"anchor_id":67,"target":67,"description":67,"page":1503,"icon":67,"section":67},{"path":1347},{"id":42,"links":1505},[1506,1510,1514,1518,1522,1526,1530,1534,1538],{"link":1507},{"type":1481,"label":1508,"url":1509,"anchor_id":67,"target":532,"description":67,"page":67,"icon":67,"section":67},"LinkedIn","https:\u002F\u002Fwww.linkedin.com\u002Fcompany\u002F7span",{"link":1511},{"type":1481,"label":1512,"url":1513,"anchor_id":67,"target":532,"description":67,"page":67,"icon":67,"section":67},"Instagram","https:\u002F\u002Finstagram.com\u002F7span",{"link":1515},{"type":1481,"label":1516,"url":1517,"anchor_id":67,"target":532,"description":67,"page":67,"icon":67,"section":67},"X","https:\u002F\u002Fx.com\u002F7SpanHQ",{"link":1519},{"type":1481,"label":1520,"url":1521,"anchor_id":67,"target":532,"description":67,"page":67,"icon":67,"section":67},"Facebook","https:\u002F\u002Ffacebook.com\u002F7span",{"link":1523},{"type":1481,"label":1524,"url":1525,"anchor_id":67,"target":532,"description":67,"page":67,"icon":67,"section":67},"Youtube","https:\u002F\u002Fyoutube.com\u002F7span",{"link":1527},{"type":1481,"label":1528,"url":1529,"anchor_id":67,"target":532,"description":67,"page":67,"icon":67,"section":67},"Discord","https:\u002F\u002F7span.in\u002Fclub",{"link":1531},{"type":1481,"label":1532,"url":1533,"anchor_id":67,"target":532,"description":67,"page":67,"icon":67,"section":67},"Dribbble","https:\u002F\u002Fdribbble.com\u002F7span",{"link":1535},{"type":1481,"label":1536,"url":1537,"anchor_id":67,"target":532,"description":67,"page":67,"icon":67,"section":67},"Behance","https:\u002F\u002Fwww.behance.net\u002F7span",{"link":1539},{"type":1481,"label":1540,"url":1541,"anchor_id":67,"target":532,"description":67,"page":67,"icon":67,"section":67},"Github","https:\u002F\u002Fgithub.com\u002F7span",{"id":46,"iso_badges":1543,"logo":1544,"logo_link":67,"links":1545},"ISO 9001:2015 | ISO 42001:2023 Certified",{"id":521,"title":522,"filename_disk":523},[1546,1551,1556],{"link":1547},{"type":525,"label":1548,"url":67,"anchor_id":67,"target":532,"description":67,"page":1549,"icon":67,"section":67},"Sitemap",{"path":1550},"\u002Fsitemap",{"link":1552},{"type":525,"label":1553,"url":67,"anchor_id":67,"target":532,"description":67,"page":1554,"icon":67,"section":67},"Refund Policy",{"path":1555},"\u002Frefund-policy",{"link":1557},{"type":525,"label":1558,"url":67,"anchor_id":67,"target":532,"description":67,"page":1559,"icon":67,"section":67},"Privacy",{"path":1560},"\u002Fprivacy-policy",[1562,1577,1589],{"id":1563,"title":1564,"slug":1565,"date_published":1566,"tags":1567,"cover":1570,"author":1573},"7cdd8b05-b276-4994-8b24-e24c0b5a5969","Building Scalable iOS Apps for Millions of Users","scalable-ios-app-development","2026-05-13",[1568],{"bg_tags_id":1569},{"label":71,"slug":72},{"id":1571,"filename_disk":1572},"a0beef88-7f40-4785-986d-545f53ebdbfc","a0beef88-7f40-4785-986d-545f53ebdbfc.webp",{"first_name":1574,"last_name":1575,"slug":1576},"Jaydip","Jadav","jaydip-jadav",{"id":1578,"title":1579,"slug":1580,"date_published":1581,"tags":1582,"cover":1585,"author":1588},"61c5fafa-f474-4335-9bd9-16011afcaeef","API Integration in Expo: Best Practices That Power Scalable Mobile Apps","expo-api-integration-best-practices","2026-05-11",[1583],{"bg_tags_id":1584},{"label":71,"slug":72},{"id":1586,"filename_disk":1587},"b29395eb-2a86-4747-be62-2bc9e28d5912","b29395eb-2a86-4747-be62-2bc9e28d5912.webp",{"first_name":1574,"last_name":1575,"slug":1576},{"id":1590,"title":1591,"slug":1592,"date_published":1593,"tags":1594,"cover":1601,"author":1604},"6419baae-0fad-4b6e-a55f-b4d82494bc1a","How to Build a Real Estate App Like Zillow","how-to-build-real-estate-app-like-zillow","2026-03-09",[1595,1597],{"bg_tags_id":1596},{"label":71,"slug":72},{"bg_tags_id":1598},{"label":1599,"slug":1600},"Business","business",{"id":1602,"filename_disk":1603},"fca6430a-f68d-4d12-baa4-28c2245e814d","fca6430a-f68d-4d12-baa4-28c2245e814d.webp",{"first_name":1605,"last_name":1606,"slug":1607},"Pratik","Butani","pratik-butani"]